summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-02-06 17:31:28 -0800
committerNick Kralevich <nnk@google.com>2015-02-09 02:14:15 +0000
commit6a84d92ff2547171a9d2c5dfefc560212b6a6a24 (patch)
tree7b871fd505fdbd4bdd9dd49ce2d0c23c08e1b3c2 /BoardConfig.mk
parent8079af7fdf62ce5fa4da7879f86d6032c4da1417 (diff)
downloadshamu-6a84d92ff2547171a9d2c5dfefc560212b6a6a24.tar.gz
New SELinux domain for init.mmi.touch.sh
Create a new SELinux domain for init.mmi.touch.sh. Currently, it's running in the shell SELinux domain, and can't perform the actions it needs to perform. This hasn't been a problem yet, since we haven't had to update firmware for the touch driver. Don't put the shell script on the root partition. It's unneeded and is better stored on /system where it can have a proper SELinux label and be marked as executable. Change-Id: I0902f7cec0e514e3af12db759c974de4f01a50f3
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index f361c9f1..7f20d5c7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -122,6 +122,7 @@ BOARD_SEPOLICY_UNION += \
irsc_util.te \
mdm_helper.te \
mediaserver.te \
+ mmi_touch_sh.te \
mpdecision.te \
netd.te \
netmgrd.te \