summaryrefslogtreecommitdiffstats
path: root/sepolicy
diff options
context:
space:
mode:
authorChristopher R. Palmer <crpalmer@gmail.com>2015-02-19 10:54:30 -0500
committerChristopher R. Palmer <crpalmer@gmail.com>2015-02-19 10:55:07 -0500
commitda48ab89ac0bc4900ec2259f9293a00e841c644d (patch)
tree204be7b96f09a33eef1d08d2ad5e0880e94a3619 /sepolicy
parentac15eaedf91aabec8ff81612819d0c1c626295ee (diff)
downloadvendor_replicant-da48ab89ac0bc4900ec2259f9293a00e841c644d.zip
vendor_replicant-da48ab89ac0bc4900ec2259f9293a00e841c644d.tar.gz
vendor_replicant-da48ab89ac0bc4900ec2259f9293a00e841c644d.tar.bz2
sepolicy: Allow vold to create tmpfs files for asec containers
Change-Id: Ic8f1641928840774204099453b74dc1b52b3c6f8
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/vold.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/vold.te b/sepolicy/vold.te
index acdc7af..9b7313c 100644
--- a/sepolicy/vold.te
+++ b/sepolicy/vold.te
@@ -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;