aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-01-25 19:40:36 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-01-25 19:40:36 +0800
commita5fa2ea113a94fabec8a263ddc6b147247acf7fd (patch)
tree716232ba9ec79262c98a83a6c3b2d051b9d35f8e
parente1dc5af01c50879a67359cdcaf401b70744efb83 (diff)
downloadvexpress-a5fa2ea113a94fabec8a263ddc6b147247acf7fd.tar.gz
BoardConfig.mk: add file_contexts into the sepolicy
so that make the shell have the permission to read and write /dev/ttyAMA0 file as console device Change-Id: Idc58bf0d259aeb38475c6bd82f1172996b6f35bd Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index f2b6692..3f36e42 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -49,6 +49,7 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
# Set SEPolicy
BOARD_SEPOLICY_DIRS += device/linaro/build/sepolicy
BOARD_SEPOLICY_UNION += \
+ file_contexts \
gatord.te \
init.te \
kernel.te \