Add ArmNN config sysprops SELinux rules
Bug: 205202540 Bug: 264489188 Test: manual - reboot device and check the absence of AVC denials (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9d61da55a193a12b7552e67e67d968c46d4dec86) Merged-In: I90af8201d5fae44f73d709491f272a113b44ca67 Change-Id: I90af8201d5fae44f73d709491f272a113b44ca67
This commit is contained in:
parent
c6d08c1781
commit
ee3fe73de0
3 changed files with 9 additions and 0 deletions
|
@ -41,3 +41,6 @@ vendor_internal_prop(vendor_trusty_storage_prop)
|
||||||
|
|
||||||
# Mali Integration
|
# Mali Integration
|
||||||
vendor_restricted_prop(vendor_arm_runtime_option_prop)
|
vendor_restricted_prop(vendor_arm_runtime_option_prop)
|
||||||
|
|
||||||
|
# ArmNN
|
||||||
|
vendor_internal_prop(vendor_armnn_config_prop)
|
||||||
|
|
|
@ -105,3 +105,6 @@ ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage_prop
|
||||||
|
|
||||||
# Mali GPU driver configuration and debug options
|
# Mali GPU driver configuration and debug options
|
||||||
vendor.mali. u:object_r:vendor_arm_runtime_option_prop:s0 prefix
|
vendor.mali. u:object_r:vendor_arm_runtime_option_prop:s0 prefix
|
||||||
|
|
||||||
|
# ArmNN configuration
|
||||||
|
ro.vendor.armnn. u:object_r:vendor_armnn_config_prop:s0 prefix
|
||||||
|
|
|
@ -40,3 +40,6 @@ get_prop(vendor_init, vendor_trusty_storage_prop)
|
||||||
|
|
||||||
# Mali
|
# Mali
|
||||||
set_prop(vendor_init, vendor_arm_runtime_option_prop)
|
set_prop(vendor_init, vendor_arm_runtime_option_prop)
|
||||||
|
|
||||||
|
# ArmNN
|
||||||
|
set_prop(vendor_init, vendor_armnn_config_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue