Pawit Pornkitprasan | ef90771 | 2013-11-14 10:46:26 +0700 | [diff] [blame] | 1 | # Allow vold to manage ASEC |
| 2 | allow vold sdcard_external:file create_file_perms; |
Pawit Pornkitprasan | 9a19f57 | 2013-11-15 09:54:39 +0700 | [diff] [blame] | 3 | |
| 4 | # Allow vold to change context for mounted ext4 sdcard |
Pawit Pornkitprasan | 9a19f57 | 2013-11-15 09:54:39 +0700 | [diff] [blame] | 5 | allow vold labeledfs:filesystem { relabelfrom }; |
Ricardo Cerqueira | 49a30e7 | 2014-11-05 18:22:50 +0000 | [diff] [blame] | 6 | allow vold sdcard_external:filesystem { relabelfrom }; |
Pawit Pornkitprasan | 54c91b8 | 2013-12-10 17:10:50 +0700 | [diff] [blame] | 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 }; |