aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-07-18 17:59:44 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-07-31 11:18:17 -0700
commitd9b58b74350bfa8ef34b5634d847097708bb0446 (patch)
tree20ef8f8b9133ba44da7b93fafaa36f0e13acb564 /BoardConfigCommon.mk
parent1a5fa045b5cac4c39bc044d4c226ec9a3448116d (diff)
downloaddevice_samsung_espressowifi-d9b58b74350bfa8ef34b5634d847097708bb0446.zip
device_samsung_espressowifi-d9b58b74350bfa8ef34b5634d847097708bb0446.tar.gz
device_samsung_espressowifi-d9b58b74350bfa8ef34b5634d847097708bb0446.tar.bz2
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
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk14
1 files changed, 5 insertions, 9 deletions
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"