Snap for 9354090 from 502c76f22b to tm-qpr2-release

Change-Id: I816bab298e03bae5cdd4fbfc8ea6ad75226b80b5
This commit is contained in:
Android Build Coastguard Worker 2022-12-01 00:03:20 +00:00
commit f55cb93b45
4 changed files with 11 additions and 0 deletions

View file

@ -55,3 +55,6 @@ vendor_internal_prop(vendor_dynamic_sensor_prop)
# UWB calibration
system_vendor_config_prop(vendor_uwb_calibration_prop)
# Trusty storage FS ready
vendor_internal_prop(vendor_trusty_storage_prop)

View file

@ -117,3 +117,6 @@ vendor.dynamic_sensor. u:object_r:vendor_dynamic_sensor
# uwb
ro.vendor.uwb.calibration. u:object_r:vendor_uwb_calibration_prop:s0 exact string
# Trusty
ro.vendor.trusty.storage.fs_ready u:object_r:vendor_trusty_storage_prop:s0

View file

@ -19,3 +19,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)

View file

@ -38,3 +38,6 @@ set_prop(vendor_init, vendor_fingerprint_prop)
# Display
set_prop(vendor_init, vendor_display_prop)
# Trusty storage FS ready
get_prop(vendor_init, vendor_trusty_storage_prop)