diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/vold.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selinux/vold.te b/selinux/vold.te new file mode 100644 index 0000000..9452abf --- /dev/null +++ b/selinux/vold.te @@ -0,0 +1,2 @@ +allow vold kernel:process setsched; +allow vold sdcardd_exec:file { read open execute execute_no_trans }; |