From eca5429270103228c1e07352416c31205d2dc6b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Carlyle Date: Tue, 8 Dec 2020 11:21:57 -0800 Subject: 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 Change-Id: Ie870b11e7e694d20c44aa30de6f308f212449a55 --- coral-sepolicy.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coral-sepolicy.mk') 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 -- cgit v1.2.3