blob: bd152b13a17e417f02b431514beedef3be3dcb93 [file] [log] [blame]
Alberto97d3359a02014-11-30 17:20:55 +01001# Allow vold to manage ASEC
2allow vold sdcard_external:file create_file_perms;
Christopher R. Palmerbd860192015-02-19 10:54:30 -05003allow vold vold_tmpfs:file create_file_perms;
Alberto97d3359a02014-11-30 17:20:55 +01004
Alberto97d3359a02014-11-30 17:20:55 +01005# Allow vold to access fuse for fuse-based fs
6allow vold fuse_device:chr_file rw_file_perms;
7
8# NTFS-3g wants to drop permission
9allow vold self:capability { setgid setuid };