commit | fd0bc70df7a7803773180568f53ac2cb12cbcf06 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Feb 01 18:57:30 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 01 18:57:30 2019 +0000 |
tree | 73fe2c596e9d5f6a1f34d0f4656b96a4ba5388aa | |
parent | 3581f456675c2d49e393fa22affdb0e1c661bdd8 [diff] | |
parent | 26a5699773b4d976c1502198574720fc4bb16e69 [diff] |
Merge "Add runtime_native property permission to installd"
diff --git a/private/installd.te b/private/installd.te index c511b80..77889a3 100644 --- a/private/installd.te +++ b/private/installd.te
@@ -31,3 +31,6 @@ # subsequently restore them. allow installd rollback_data_file:dir create_dir_perms; allow installd rollback_data_file:file create_file_perms; + +# Allow installd to access the runtime feature flag properties. +get_prop(installd, device_config_runtime_native_prop)