aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-07-18 17:59:44 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-07-31 11:46:21 -0700
commitaef65ac5b00bd1948816abae5232e70ee126e844 (patch)
treedf61e06ea980146735326432eaab398da6728342 /BoardConfigCommon.mk
parent97c8812fa1683f97cec6e549dfbe91732544c3b4 (diff)
downloaddevice_samsung_espresso3g-aef65ac5b00bd1948816abae5232e70ee126e844.zip
device_samsung_espresso3g-aef65ac5b00bd1948816abae5232e70ee126e844.tar.gz
device_samsung_espresso3g-aef65ac5b00bd1948816abae5232e70ee126e844.tar.bz2
P51XX: Update SELinux Policies [2/2]
- Move common policies to omap4-common - remove redundant seclabel in init.espresso10.rc - address some denials Change-Id: I396215f3eb1316c3ba96e5eb98a03b98b77543fd
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk13
1 files changed, 5 insertions, 8 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 3013fa3..ad43bbb 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -92,21 +92,18 @@ BOARD_USES_SECURE_SERVICES := true
# Selinux
BOARD_SEPOLICY_DIRS += \
- device/samsung/p5100/selinux
+ device/samsung/p5100/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 \
+ gpsd.te \
smc_pa.te \
- wpa_supplicant.te
+ sysinit.te
# Recovery
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"