summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk1
-rw-r--r--selinux/vold.te2
2 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d69d753..f7b40b8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -49,7 +49,6 @@ BOARD_SEPOLICY_UNION := \
rild.te \
system.te \
ueventd.te \
- vold.te \
wpa_supplicant.te
# assert
diff --git a/selinux/vold.te b/selinux/vold.te
deleted file mode 100644
index 9452abf..0000000
--- a/selinux/vold.te
+++ /dev/null
@@ -1,2 +0,0 @@
-allow vold kernel:process setsched;
-allow vold sdcardd_exec:file { read open execute execute_no_trans };