Merge "Property contexts for ro.sanitize.*"

This commit is contained in:
Evgenii Stepanov 2019-10-14 21:44:09 +00:00 committed by Gerrit Code Review
commit 4d067e8bc7

View file

@ -269,6 +269,18 @@ sys.boot_from_charger_mode u:object_r:exported_system_prop:s0 exact int
sys.use_memfd u:object_r:use_memfd_prop:s0 exact bool
vold.decrypt u:object_r:exported_vold_prop:s0 exact string
# r/o sanitizer properties, public-readable
ro.sanitize.address u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.cfi u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.default-ub u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.fuzzer u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.hwaddress u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.integer_overflow u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.safe-stack u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.scudo u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.thread u:object_r:exported2_default_prop:s0 exact bool
ro.sanitize.undefined u:object_r:exported2_default_prop:s0 exact bool
# vendor-init-settable|public-readable
aaudio.hw_burst_min_usec u:object_r:exported_default_prop:s0 exact int
aaudio.minimum_sleep_usec u:object_r:exported_default_prop:s0 exact int