Merge "Allow Trusty storageproxy property"
This commit is contained in:
commit
e1a152fc98
4 changed files with 11 additions and 0 deletions
|
@ -36,3 +36,6 @@ vendor_internal_prop(vendor_dynamic_sensor_prop)
|
|||
|
||||
# Telephony debug app
|
||||
vendor_internal_prop(vendor_telephony_app_prop)
|
||||
|
||||
# Trusty storage FS ready
|
||||
vendor_internal_prop(vendor_trusty_storage_prop)
|
||||
|
|
|
@ -106,3 +106,6 @@ persist.vendor.ims. u:object_r:vendor_imssvc_prop:s0
|
|||
|
||||
# for vendor telephony debug app
|
||||
vendor.config.debug. u:object_r:vendor_telephony_app_prop:s0
|
||||
|
||||
# Trusty
|
||||
ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage_prop:s0
|
||||
|
|
|
@ -15,3 +15,5 @@ read_fstab(tee)
|
|||
# storageproxyd starts before /data is mounted. It handles /data not being there
|
||||
# gracefully. However, attempts to access /data trigger a denial.
|
||||
dontaudit tee unlabeled:dir { search };
|
||||
|
||||
set_prop(tee, vendor_trusty_storage_prop)
|
||||
|
|
|
@ -35,3 +35,6 @@ set_prop(vendor_init, vendor_battery_defender_prop)
|
|||
|
||||
# Display
|
||||
set_prop(vendor_init, vendor_display_prop)
|
||||
|
||||
# Trusty storage FS ready
|
||||
get_prop(vendor_init, vendor_trusty_storage_prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue