blob: 3082575ee5453d24a396a37e1acaf2b1af18e536 [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
5relabelto_domain(vold)
6allow vold labeledfs:filesystem { relabelfrom };
7allow vold sdcard_external:filesystem { relabelfrom relabelto };
Pawit Pornkitprasan54c91b82013-12-10 17:10:50 +07008
9# Allow vold to access fuse for fuse-based fs
10allow vold fuse_device:chr_file rw_file_perms;
11
12# NTFS-3g wants to drop permission
13allow vold self:capability { setgid setuid };