Update Mali DDK to r40 : Additional SELinux settings am: 28503a8706
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/22168613 Change-Id: I61e2dca3144b674837260726d2a40f7518908a44 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8f5f03eeb5
4 changed files with 13 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
||||||
allow {domain -appdomain -rs} proc_vendor_sched:dir r_dir_perms;
|
allow {domain -appdomain -rs} proc_vendor_sched:dir r_dir_perms;
|
||||||
allow {domain -appdomain -rs} proc_vendor_sched:file w_file_perms;
|
allow {domain -appdomain -rs} proc_vendor_sched:file w_file_perms;
|
||||||
|
|
||||||
|
# Mali
|
||||||
|
get_prop(domain, vendor_arm_runtime_option_prop)
|
||||||
|
|
||||||
|
|
|
@ -37,3 +37,6 @@ vendor_internal_prop(vendor_telephony_app_prop)
|
||||||
|
|
||||||
# Trusty storage FS ready
|
# Trusty storage FS ready
|
||||||
vendor_internal_prop(vendor_trusty_storage_prop)
|
vendor_internal_prop(vendor_trusty_storage_prop)
|
||||||
|
|
||||||
|
# Mali Integration
|
||||||
|
vendor_public_prop(vendor_arm_runtime_option_prop)
|
||||||
|
|
|
@ -101,3 +101,6 @@ vendor.config.debug. u:object_r:vendor_telephony_app_prop:
|
||||||
|
|
||||||
# Trusty
|
# Trusty
|
||||||
ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage_prop:s0
|
ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage_prop:s0
|
||||||
|
|
||||||
|
# Mali GPU driver configuration and debug options
|
||||||
|
vendor.mali. u:object_r:vendor_arm_runtime_option_prop:s0 prefix
|
||||||
|
|
|
@ -37,3 +37,6 @@ allow vendor_init proc_watermark_scale_factor:file w_file_perms;
|
||||||
|
|
||||||
# Trusty storage FS ready
|
# Trusty storage FS ready
|
||||||
get_prop(vendor_init, vendor_trusty_storage_prop)
|
get_prop(vendor_init, vendor_trusty_storage_prop)
|
||||||
|
|
||||||
|
# Mali
|
||||||
|
set_prop(vendor_init, vendor_arm_runtime_option_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue