commit | 32ab868eaca7dc2f4b7c4304fe9d8a633d6bba8a | [log] [tgz] |
---|---|---|
author | Andrea Zilio <azilio@google.com> | Thu Nov 30 21:09:45 2023 +0000 |
committer | Andrea Zilio <azilio@google.com> | Thu Nov 30 21:14:21 2023 +0000 |
tree | d8a183807e4f41d03779906c43ff97a56b9af3bf | |
parent | 11f4cc754dbca2acd644dae917369ee715a30313 [diff] [blame] |
Add pm.archiving.enabled system property Test: Builds and starts up fine on acloud Bug: 314160630 Change-Id: I1d90876979bcdb9416bb711f59678a0e640a3e89
diff --git a/private/property.te b/private/property.te index d599751..ff0b693 100644 --- a/private/property.te +++ b/private/property.te
@@ -711,3 +711,10 @@ -system_app -device_as_webcam } usb_uvc_enabled_prop:file no_rw_file_perms; + +neverallow { + domain + -init + -vendor_init +} pm_archiving_enabled_prop:property_service set; +