From fd12f10a780a5af4ccc3e67498dc3d7d3f89b1f5 Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Sat, 15 Nov 2014 12:26:07 +0530 Subject: disable SElinux for now --- BoardConfig.mk | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 9c77a3f..9f1b56f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -48,21 +48,21 @@ RECOVERY_FSTAB_VERSION := 2 SENSORS_NEED_SETRATE_ON_ENABLE := true # Selinux -BOARD_SEPOLICY_DIRS += \ - device/samsung/n7100/selinux +#BOARD_SEPOLICY_DIRS += \ +# device/samsung/n7100/selinux -BOARD_SEPOLICY_UNION += \ - device.te \ - domain.te \ - file.te \ - file_contexts \ - init.te \ - mediaserver.te \ - rild.te \ - system.te \ - ueventd.te \ - vold.te \ - wpa_supplicant.te +#BOARD_SEPOLICY_UNION += \ +# device.te \ +# domain.te \ +# file.te \ +# file_contexts \ +# init.te \ +# mediaserver.te \ +# rild.te \ +# system.te \ +# ueventd.te \ +# vold.te \ +# wpa_supplicant.te # Camera wrapper TARGET_PROVIDES_CAMERA_HAL := true -- cgit v1.1