Merge "Allow Trusty storageproxy property" am: 76089fcd5f
Original change: https://android-review.googlesource.com/c/device/google/gs101-sepolicy/+/2310384 Change-Id: Icaeb14ac6313cd34257a704eadea4baa5d5f4a2d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
217490dd40
4 changed files with 11 additions and 0 deletions
3
whitechapel/vendor/google/property.te
vendored
3
whitechapel/vendor/google/property.te
vendored
|
@ -55,3 +55,6 @@ vendor_internal_prop(vendor_dynamic_sensor_prop)
|
||||||
|
|
||||||
# UWB calibration
|
# UWB calibration
|
||||||
system_vendor_config_prop(vendor_uwb_calibration_prop)
|
system_vendor_config_prop(vendor_uwb_calibration_prop)
|
||||||
|
|
||||||
|
# Trusty storage FS ready
|
||||||
|
vendor_internal_prop(vendor_trusty_storage_prop)
|
||||||
|
|
3
whitechapel/vendor/google/property_contexts
vendored
3
whitechapel/vendor/google/property_contexts
vendored
|
@ -116,3 +116,6 @@ vendor.dynamic_sensor. u:object_r:vendor_dynamic_sensor
|
||||||
|
|
||||||
# uwb
|
# uwb
|
||||||
ro.vendor.uwb.calibration. u:object_r:vendor_uwb_calibration_prop:s0 exact string
|
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
|
||||||
|
|
2
whitechapel/vendor/google/storageproxyd.te
vendored
2
whitechapel/vendor/google/storageproxyd.te
vendored
|
@ -18,3 +18,5 @@ read_fstab(tee)
|
||||||
# storageproxyd starts before /data is mounted. It handles /data not being there
|
# storageproxyd starts before /data is mounted. It handles /data not being there
|
||||||
# gracefully. However, attempts to access /data trigger a denial.
|
# gracefully. However, attempts to access /data trigger a denial.
|
||||||
dontaudit tee unlabeled:dir { search };
|
dontaudit tee unlabeled:dir { search };
|
||||||
|
|
||||||
|
set_prop(tee, vendor_trusty_storage_prop)
|
||||||
|
|
3
whitechapel/vendor/google/vendor_init.te
vendored
3
whitechapel/vendor/google/vendor_init.te
vendored
|
@ -35,3 +35,6 @@ set_prop(vendor_init, vendor_battery_defender_prop)
|
||||||
|
|
||||||
# Fingerprint property
|
# Fingerprint property
|
||||||
set_prop(vendor_init, vendor_fingerprint_prop)
|
set_prop(vendor_init, vendor_fingerprint_prop)
|
||||||
|
|
||||||
|
# Trusty storage FS ready
|
||||||
|
get_prop(vendor_init, vendor_trusty_storage_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue