summaryrefslogtreecommitdiff
path: root/coral-sepolicy.mk
diff options
context:
space:
mode:
authorJeffrey Carlyle <jcarlyle@google.com>2020-12-08 11:21:57 -0800
committerJeffrey Carlyle <jcarlyle@google.com>2020-12-23 09:44:43 -0800
commiteca5429270103228c1e07352416c31205d2dc6b1 (patch)
treed11915c1332ad73ae541c917005cdca5688b6d6d /coral-sepolicy.mk
parent1b35dcb04c081d9c9915b987a89ceebf2c4e992d (diff)
downloadcoral-sepolicy-eca5429270103228c1e07352416c31205d2dc6b1.tar.gz
oslo: add context for oslo debug properties
These are used for factory and testing purposes. Not renaming the properties at this time so that current factory and test procedures do not need to be updated. OsloService, which uses these properites, is only active on Flame and Coral devices. Fixes: 173095941 Test: checked motion sense functionality using alarm app Test: checked for "avc: denials" in logcat coming from OsloService Test: used setprop/getprop in adb root shell to change these props Test; used "getprop -Z" to verify props had new SELinux context Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com> Change-Id: Ie870b11e7e694d20c44aa30de6f308f212449a55
Diffstat (limited to 'coral-sepolicy.mk')
-rw-r--r--coral-sepolicy.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/coral-sepolicy.mk b/coral-sepolicy.mk
index ddddf40..bdaa5b4 100644
--- a/coral-sepolicy.mk
+++ b/coral-sepolicy.mk
@@ -12,3 +12,7 @@ BOARD_SEPOLICY_DIRS += device/google/coral-sepolicy/vendor/verizon
# Pixel-wide
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats
+
+# system_ext
+SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/coral-sepolicy/system_ext/public
+SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/coral-sepolicy/system_ext/private