Merge changes from topic "hal_neuralnetworks_armnn-selinux-exceptions - udc" into udc-dev
* changes: Remove 'hal_neuralnetworks_armnn' '/data' access exception Remove 'hal_neuralnetworks_armnn' sysprop exceptions Add ArmNN config sysprops SELinux rules
This commit is contained in:
commit
88f5acac54
4 changed files with 8 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
# b/180550063
|
||||
dontaudit hal_neuralnetworks_armnn system_data_file:dir { search };
|
||||
dontaudit hal_neuralnetworks_armnn system_data_file:dir { search };
|
||||
# b/190563897
|
||||
dontaudit hal_neuralnetworks_armnn default_prop:file read;
|
3
whitechapel/vendor/google/property.te
vendored
3
whitechapel/vendor/google/property.te
vendored
|
@ -57,3 +57,6 @@ vendor_internal_prop(vendor_trusty_storage_prop)
|
|||
|
||||
# Mali Integration
|
||||
vendor_restricted_prop(vendor_arm_runtime_option_prop)
|
||||
|
||||
# ArmNN configuration
|
||||
vendor_internal_prop(vendor_armnn_config_prop)
|
||||
|
|
3
whitechapel/vendor/google/property_contexts
vendored
3
whitechapel/vendor/google/property_contexts
vendored
|
@ -101,3 +101,6 @@ ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage
|
|||
|
||||
# Mali GPU driver configuration and debug options
|
||||
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
|
||||
|
|
2
whitechapel/vendor/google/vendor_init.te
vendored
2
whitechapel/vendor/google/vendor_init.te
vendored
|
@ -45,3 +45,5 @@ get_prop(vendor_init, vendor_trusty_storage_prop)
|
|||
# Mali
|
||||
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