summaryrefslogtreecommitdiffstats
path: root/selinux/vold.te
diff options
context:
space:
mode:
authorforkbomb <keepcalm444@gmail.com>2015-11-27 23:53:05 +1100
committerSimon Shields <keepcalm444@gmail.com>2015-12-11 10:57:35 +1100
commit8d8ac23e55c865ce1d8f245f4ddea27792667688 (patch)
treebf3ed5619df7484368b9db623e83b94847e7e942 /selinux/vold.te
parent808d0b578511aac96a32101c3df523e6fed5b0d8 (diff)
downloaddevice_samsung_i9300-8d8ac23e55c865ce1d8f245f4ddea27792667688.zip
device_samsung_i9300-8d8ac23e55c865ce1d8f245f4ddea27792667688.tar.gz
device_samsung_i9300-8d8ac23e55c865ce1d8f245f4ddea27792667688.tar.bz2
i9300: M sepolicy bringup
GPS fixes taken from grouper: https://github.com/CyanogenMod/android_device_asus_grouper/commit/9651b24fb481bf0fc1db3b1d700033cf66eb067e and https://github.com/CyanogenMod/android_device_asus_grouper/commit/f5592571d581478622f0fc3f86fbbddf20cf89c7 Change-Id: I7ec658691c65c3b6c087ee41ba69f2cb37ade525
Diffstat (limited to 'selinux/vold.te')
-rw-r--r--selinux/vold.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/selinux/vold.te b/selinux/vold.te
index a2cbe68..b39e3e3 100644
--- a/selinux/vold.te
+++ b/selinux/vold.te
@@ -1,5 +1,11 @@
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 blkid_exec:file { getattr execute read open execute_no_trans };
+
+allow vold log_device:chr_file { write open };
+
allow vold efs_device_file:dir rw_file_perms;
allow vold efs_device_file:file rw_file_perms;