replicant-vendor_replicant/sepolicy/vold.te
Ricardo Cerqueira 49a30e7d17 Updates for CM12
2014-11-06 14:54:32 +00:00

13 lines
415 B
Plaintext

# Allow vold to manage ASEC
allow vold sdcard_external:file create_file_perms;
# Allow vold to change context for mounted ext4 sdcard
allow vold labeledfs:filesystem { relabelfrom };
allow vold sdcard_external:filesystem { relabelfrom };
# 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 };