klte-common: sepolicy: Add external fs permissions for shell
Avoid SELinux denials when accessing external exfat FS from adb shell. Change-Id: I5f7d804dae4847807fdee763fa91e85cac049cf5 Signed-off-by: Corinna Vinschen <xda@vinschen.de>
This commit is contained in:
parent
fbb95e0b01
commit
a5bfcfc37b
1 changed files with 4 additions and 0 deletions
4
sepolicy/shell.te
Normal file
4
sepolicy/shell.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
allow shell exfat:dir create_dir_perms;
|
||||
allow shell exfat:file create_file_perms;
|
||||
allow shell fuseblk:dir create_dir_perms;
|
||||
allow shell fuseblk:file create_file_perms;
|
Loading…
Reference in a new issue