Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 1 | # Allow vold to manage ASEC |
2 | allow vold sdcard_external:file create_file_perms; | ||||
3 | |||||
4 | # Allow vold to change context for mounted ext4 sdcard | ||||
5 | allow vold labeledfs:filesystem { relabelfrom }; | ||||
6 | allow vold sdcard_external:filesystem { relabelfrom }; | ||||
7 | |||||
8 | # Allow vold to access fuse for fuse-based fs | ||||
9 | allow vold fuse_device:chr_file rw_file_perms; | ||||
10 | |||||
11 | # NTFS-3g wants to drop permission | ||||
12 | allow vold self:capability { setgid setuid }; |