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:
Bruno BELANYI 2023-04-27 08:06:48 +00:00 committed by Android (Google) Code Review
commit 88f5acac54
4 changed files with 8 additions and 5 deletions

View file

@ -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;

View file

@ -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)

View file

@ -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

View file

@ -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)