blob: b25f25a672bd52717c65b8e4c9d19ea01e36f946 [file] [log] [blame]
# Allow vold to access fuse for fuse-based fs
allow vold fuseblk:chr_file rw_file_perms;
# NTFS-3g wants to drop permission
allow vold self:capability { setgid setuid };
# External storage
allow vold mkfs_exec:file { execute read open getattr execute_no_trans };
allow vold mnt_media_rw_stub_file:dir r_dir_perms;
allow vold storage_stub_file:dir { rw_file_perms search add_name };