2013-11-14 03:46:26 +00:00
|
|
|
# Allow vold to manage ASEC
|
|
|
|
allow vold sdcard_external:file create_file_perms;
|
2013-11-15 02:54:39 +00:00
|
|
|
|
|
|
|
# Allow vold to change context for mounted ext4 sdcard
|
|
|
|
relabelto_domain(vold)
|
|
|
|
allow vold labeledfs:filesystem { relabelfrom };
|
|
|
|
allow vold sdcard_external:filesystem { relabelfrom relabelto };
|