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; |
Christopher R. Palmer | bd86019 | 2015-02-19 10:54:30 -0500 | [diff] [blame^] | 3 | allow vold vold_tmpfs:file create_file_perms; |
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 4 | |
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 5 | # Allow vold to access fuse for fuse-based fs |
| 6 | allow vold fuse_device:chr_file rw_file_perms; |
| 7 | |
| 8 | # NTFS-3g wants to drop permission |
| 9 | allow vold self:capability { setgid setuid }; |