blob: af1754d7a17c98af2a9c6247fc2a2782d0d925de [file] [log] [blame]
maxtera22a3722014-01-11 22:08:21 -02001###########################
2# OmniROM common sepolicy
3#
4
5# 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 };
10
11# Allow vold to relabel sdcard fs mounts
12allow vold unlabeled:filesystem { relabelfrom };
13allow vold sdcard_external:filesystem { relabelfrom relabelto };
Pawit Pornkitprasan74295672013-11-14 10:46:26 +070014
15# Allow vold to manage ASEC
16allow vold sdcard_external:file create_file_perms;