blob: ae52a5fac91a81a172c2955d263ce7b210814045 [file] [log] [blame]
Alberto97d3359a02014-11-30 17:20:55 +01001# Allow vold to manage ASEC
2allow vold sdcard_external:file create_file_perms;
3
4# Allow vold to change context for mounted ext4 sdcard
5allow vold labeledfs:filesystem { relabelfrom };
6allow vold sdcard_external:filesystem { relabelfrom };
7
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 };