summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2015-12-16 15:42:39 +1100
committerSimon Shields <keepcalm444@gmail.com>2015-12-18 12:55:43 +1100
commit40639378a412299aa63e89678c601e76b63de646 (patch)
tree8ab03f2447fbd535b3e5d73e39aac4b28858db08
parent170e8cf8f0608848e2acb354faf0d2203fb2d08a (diff)
downloaddevice_samsung_i9300-40639378a412299aa63e89678c601e76b63de646.zip
device_samsung_i9300-40639378a412299aa63e89678c601e76b63de646.tar.gz
device_samsung_i9300-40639378a412299aa63e89678c601e76b63de646.tar.bz2
i9300: moar selinux
Change-Id: I6e059f68f4d1c7ef82762443af14a1230b12b2f6
-rw-r--r--selinux/vold.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/selinux/vold.te b/selinux/vold.te
index b39e3e3..ba429d6 100644
--- a/selinux/vold.te
+++ b/selinux/vold.te
@@ -2,7 +2,8 @@ allow vold kernel:process setsched;
allow vold sdcardd_exec:file { read open execute execute_no_trans };
allow vold log_device:dir search;
-allow vold storage_stub_file:dir { read open };
+allow vold storage_stub_file:dir { read open search write add_name };
+allow vold mnt_media_rw_stub_file:dir { read open };
allow vold blkid_exec:file { getattr execute read open execute_no_trans };
allow vold log_device:chr_file { write open };