From 4e8597fafb779d51555bc2fffa08e2fbc3a774e3 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Mon, 11 Nov 2013 16:15:22 -0500 Subject: P5100: Don't reset inherited system-wide SELinux configs Change-Id: I12daa12b9287006f928d6d31f9b603720873443d --- BoardConfigCommon.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 74699bd..56998dd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -90,10 +90,10 @@ BOARD_USE_LEGACY_SENSORS_FUSION := false BOARD_USES_SECURE_SERVICES := true # Selinux -BOARD_SEPOLICY_DIRS := \ +BOARD_SEPOLICY_DIRS += \ device/samsung/p5100/selinux -BOARD_SEPOLICY_UNION := \ +BOARD_SEPOLICY_UNION += \ file_contexts \ file.te \ device.te \ -- cgit v1.1