commit | a18cf7ed0c9e945bb8091d0d1fea28c1687765b3 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Feb 17 12:06:12 2021 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Feb 24 22:33:46 2021 +0000 |
tree | 6add85c628732c034687a3f1067ca74f1c6a4cec | |
parent | d966b6089f26d7a01d2038d46f29958d4fdd6bbc [diff] |
Allow shell to read VAB props. Bug: 179427873 Test: adb unroot and read the prop Change-Id: Ib480903afae2e7180a59f8834dd7c54062acd947
diff --git a/private/shell.te b/private/shell.te index 3ca8360..94a2c2e 100644 --- a/private/shell.te +++ b/private/shell.te
@@ -183,3 +183,6 @@ # Allow shell to read the dm-verity props on user builds. get_prop(shell, verity_status_prop) + +# Allow shell to read Virtual A/B related properties +get_prop(shell, virtual_ab_prop)