diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-08-17 17:32:59 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-08-17 17:32:59 +0200 |
commit | 0c05b46c012c70064e9ebfbe21f04321f766911c (patch) | |
tree | 4c982edbb7227d1017904d606968bc2b5dba50e0 /selinux | |
parent | cef9ffb50b2742916fda2f9d5862c3c08362722b (diff) | |
download | device_samsung_i9300-0c05b46c012c70064e9ebfbe21f04321f766911c.zip device_samsung_i9300-0c05b46c012c70064e9ebfbe21f04321f766911c.tar.gz device_samsung_i9300-0c05b46c012c70064e9ebfbe21f04321f766911c.tar.bz2 |
i9300: selinux: remove vold rules
moved to external/sepolicy
Change-Id: I829824e38b0a98989b35acbfc89ea225b9ce198b
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/vold.te | 2 |
1 files changed, 0 insertions, 2 deletions
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 }; |