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 | ||||
5 | relabelto_domain(vold) | ||||
6 | allow vold labeledfs:filesystem { relabelfrom }; | ||||
7 | allow vold sdcard_external:filesystem { relabelfrom relabelto }; |