blob: ae52a5fac91a81a172c2955d263ce7b210814045 [file] [log] [blame]
Pawit Pornkitprasanef907712013-11-14 10:46:26 +07001# Allow vold to manage ASEC
2allow vold sdcard_external:file create_file_perms;
Pawit Pornkitprasan9a19f572013-11-15 09:54:39 +07003
4# Allow vold to change context for mounted ext4 sdcard
Pawit Pornkitprasan9a19f572013-11-15 09:54:39 +07005allow vold labeledfs:filesystem { relabelfrom };
Ricardo Cerqueira49a30e72014-11-05 18:22:50 +00006allow vold sdcard_external:filesystem { relabelfrom };
Pawit Pornkitprasan54c91b82013-12-10 17:10:50 +07007
8# Allow vold to access fuse for fuse-based fs
9allow vold fuse_device:chr_file rw_file_perms;
10
11# NTFS-3g wants to drop permission
12allow vold self:capability { setgid setuid };