summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-20 01:01:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-20 01:01:14 +0000
commit56600a693bc775a27b513b0ba793f81afde54d68 (patch)
tree36d80839318405b3f9d90548b384ce4253567cac
parent63c081c311615d44b104b4e64813082f5314f143 (diff)
parent0711d91cf0d1d97b1b9929b36b9fca9b8661a609 (diff)
downloadbonito-sepolicy-android12-qpr1-release.tar.gz
Snap for 7659088 from 0711d91cf0d1d97b1b9929b36b9fca9b8661a609 to sc-qpr1-releaseandroid-12.0.0_r28android-12.0.0_r26android-12.0.0_r16android12-qpr1-release
Change-Id: If20da5096cd9dc5cf4ed9974d992c09e3008f8d1
-rw-r--r--bonito-sepolicy.mk3
-rw-r--r--system_ext/private/platform_app.te2
-rw-r--r--system_ext/private/property_contexts5
3 files changed, 10 insertions, 0 deletions
diff --git a/bonito-sepolicy.mk b/bonito-sepolicy.mk
index 6765e0c4..b64d847b 100644
--- a/bonito-sepolicy.mk
+++ b/bonito-sepolicy.mk
@@ -8,6 +8,9 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/bonito-sepolicy/vendor/google
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bonito-sepolicy/vendor/verizon
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bonito-sepolicy/tracking_denials
+# system_ext
+SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/bonito-sepolicy/system_ext/private
+
# Pixel-wide policy
BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/ramdump/common
BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats
diff --git a/system_ext/private/platform_app.te b/system_ext/private/platform_app.te
new file mode 100644
index 00000000..10d6bba9
--- /dev/null
+++ b/system_ext/private/platform_app.te
@@ -0,0 +1,2 @@
+# allow systemui to set boot animation colors
+set_prop(platform_app, bootanim_system_prop);
diff --git a/system_ext/private/property_contexts b/system_ext/private/property_contexts
new file mode 100644
index 00000000..abcdd419
--- /dev/null
+++ b/system_ext/private/property_contexts
@@ -0,0 +1,5 @@
+# Boot animation dynamic colors
+persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int
+persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int
+persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int
+persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int