sepolicy: Allow vold to create tmpfs files for asec containers
Change-Id: Ic8f1641928840774204099453b74dc1b52b3c6f8
This commit is contained in:
parent
ac15eaedf9
commit
da48ab89ac
@ -2,6 +2,7 @@ domain_trans(init, rootfs, vold)
|
||||
|
||||
# Allow vold to manage ASEC
|
||||
allow vold sdcard_external:file create_file_perms;
|
||||
allow vold vold_tmpfs:file create_file_perms;
|
||||
|
||||
# Allow vold to access fuse for fuse-based fs
|
||||
allow vold fuse_device:chr_file rw_file_perms;
|
||||
|
Loading…
Reference in New Issue
Block a user