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 | |||||
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 4 | # Allow vold to access fuse for fuse-based fs |
5 | allow vold fuse_device:chr_file rw_file_perms; | ||||
6 | |||||
7 | # NTFS-3g wants to drop permission | ||||
8 | allow vold self:capability { setgid setuid }; |