aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-11 16:36:47 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-11 16:38:38 +0200
commitfaf47a6d5ddd205c83ce4ed6a3515551953e3277 (patch)
treec2bf7040111516c3f0150feba84a99afda34e340 /BoardConfigCommon.mk
parent5b29f84146d6af2f9bb6cfb788e658d563c37dea (diff)
downloaddevice_samsung_espressowifi-faf47a6d5ddd205c83ce4ed6a3515551953e3277.zip
device_samsung_espressowifi-faf47a6d5ddd205c83ce4ed6a3515551953e3277.tar.gz
device_samsung_espressowifi-faf47a6d5ddd205c83ce4ed6a3515551953e3277.tar.bz2
p31xx: add selinux policies
Change-Id: I861ac9ea3583d98e76dd80308f45f0ff51fbb413
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index c683b69..a0fc6eb 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -89,6 +89,18 @@ BOARD_USE_LEGACY_SENSORS_FUSION := false
# Security
BOARD_USES_SECURE_SERVICES := true
+# Selinux
+BOARD_SEPOLICY_DIRS := \
+ device/samsung/p3100/selinux
+
+BOARD_SEPOLICY_UNION := \
+ file_contexts \
+ file.te \
+ device.te \
+ domain.te \
+ pvrsrvinit.te \
+ rild.te
+
# Recovery
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
BOARD_UMS_LUNFILE := "/sys/class/android_usb/f_mass_storage/lun0/file"