2014-11-26 21:26:14 +00:00
|
|
|
domain_trans(init, rootfs, vold)
|
|
|
|
|
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
|
|
|
|
2013-12-10 10:10:50 +00:00
|
|
|
# Allow vold to access fuse for fuse-based fs
|
|
|
|
allow vold fuse_device:chr_file rw_file_perms;
|
|
|
|
|
|
|
|
# NTFS-3g wants to drop permission
|
|
|
|
allow vold self:capability { setgid setuid };
|