blob: 60d6957c50fd0d7ff047a2ffae966dae29457fcd [file] [log] [blame]
Alberto97d3359a02014-11-30 17:20:55 +01001# Allow vold to manage ASEC
2allow vold sdcard_external:file create_file_perms;
3
Alberto97d3359a02014-11-30 17:20:55 +01004# Allow vold to access fuse for fuse-based fs
5allow vold fuse_device:chr_file rw_file_perms;
6
7# NTFS-3g wants to drop permission
8allow vold self:capability { setgid setuid };