From d9b58b74350bfa8ef34b5634d847097708bb0446 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sat, 18 Jul 2015 17:59:44 +0200 Subject: P31XX: Update SELinux Policies [2/2] - Move common policies to omap4-common - remove redundant seclabel in init.espresso.rc - address some denials Change-Id: I396215f3eb1316c3ba96e5eb98a03b98b77543fd --- BoardConfigCommon.mk | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4176b08..64cf46a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -92,21 +92,17 @@ BOARD_USES_SECURE_SERVICES := true # Selinux BOARD_SEPOLICY_DIRS += \ - device/samsung/p3100/selinux + device/samsung/p3100/sepolicy BOARD_SEPOLICY_UNION += \ - file_contexts \ - file.te \ device.te \ dock_kbd_attach.te \ - domain.te \ + file.te \ + file_contexts \ geomagneticd.te \ - init.te \ orientationd.te \ - pvrsrvinit.te \ - rild.te \ - smc_pa.te \ - wpa_supplicant.te + gpsd.te \ + smc_pa.te # Recovery TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" -- cgit v1.1