commit | 60d75c2b04309848b21c395c32693f76e3261c72 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Dec 04 22:01:29 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 04 22:01:29 2019 +0000 |
tree | d073be156dd29daaf30041f7d52500d00992921d | |
parent | fe55f30397da4f928672e0c39b4dc813b818a010 [diff] | |
parent | 7bc626ae426de722acb7a3d62525467d495baad8 [diff] |
Merge "Allow iorapd to access the runtime native boot feature flag properties"
diff --git a/private/iorapd.te b/private/iorapd.te index ba8ece3..7f9bcee 100644 --- a/private/iorapd.te +++ b/private/iorapd.te
@@ -4,3 +4,6 @@ tmpfs_domain(iorapd) domain_auto_trans(iorapd, iorap_prefetcherd_exec, iorap_prefetcherd) + +# Allow iorapd to access the runtime native boot feature flag properties. +get_prop(iorapd, device_config_runtime_native_boot_prop)