aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorJiangyi <sam.andrew.jiang@gmail.com>2015-03-22 11:31:17 -0400
committerAndreas Blaesius <skate4life@gmx.de>2015-09-02 07:01:43 -0700
commit3f39a972108430b02161d161764eed7a001324bd (patch)
treec2079e8d385f629c027b86e7dc88fb77abd412fa /BoardConfigCommon.mk
parent50303d94c99c94c93207f03db0d1a8f56d917981 (diff)
downloaddevice_samsung_espressowifi-3f39a972108430b02161d161764eed7a001324bd.zip
device_samsung_espressowifi-3f39a972108430b02161d161764eed7a001324bd.tar.gz
device_samsung_espressowifi-3f39a972108430b02161d161764eed7a001324bd.tar.bz2
espresso-common: Update SELinux Policies [1/2]
Update policies, as well as commonize them here. Big thanks to Andreas B. for starting this off! Note: moved to espresso-common, needs some cleanup later Change-Id: I52c676e1ebd0bfb040cdd10eae429ee94e666fc6
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 6544c00..7a8c6a0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -96,15 +96,22 @@ BOARD_SEPOLICY_DIRS += \
device/samsung/espresso-common/sepolicy
BOARD_SEPOLICY_UNION += \
+ bluetooth.te \
device.te \
dock_kbd_attach.te \
+ domain.te \
file.te \
file_contexts \
geomagneticd.te \
- orientationd.te \
gpsd.te \
+ init.te \
+ orientationd.te \
+ pvrsrvinit.te \
+ radio.te \
+ rild.te \
smc_pa.te \
- sysinit.te
+ sysinit.te \
+ wpa_supplicant.te
# Recovery
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"