sepolicy: Allow vold to create tmpfs files for asec containers

Change-Id: Ic8f1641928840774204099453b74dc1b52b3c6f8
This commit is contained in:
Christopher R. Palmer 2015-02-19 10:54:30 -05:00
parent ac15eaedf9
commit da48ab89ac

View File

@ -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;