blob: c84dd2438e409d784b2ca9c37631ee5e1bef96aa [file] [log] [blame]
Tom Marshall4ad487b2014-11-26 13:26:14 -08001domain_trans(init, rootfs, vold)
2
Alberto97d3359a02014-11-30 17:20:55 +01003# Allow vold to manage ASEC
4allow vold sdcard_external:file create_file_perms;
Christopher R. Palmerbd860192015-02-19 10:54:30 -05005allow vold vold_tmpfs:file create_file_perms;
Alberto97d3359a02014-11-30 17:20:55 +01006
Alberto97d3359a02014-11-30 17:20:55 +01007# Allow vold to access fuse for fuse-based fs
8allow vold fuse_device:chr_file rw_file_perms;
9
10# NTFS-3g wants to drop permission
11allow vold self:capability { setgid setuid };