d553a9f8b5
Change-Id: I67756bad2c6e1361ecc0052003f2b4e5e4dbb007
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
domain_trans(init, rootfs, vold)
|
|
|
|
# Allow vold to manage ASEC
|
|
allow vold sdcard_external:file create_file_perms;
|
|
|
|
# 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 };
|