maxter | a22a372 | 2014-01-11 22:08:21 -0200 | [diff] [blame] | 1 | ########################### |
2 | # OmniROM common sepolicy | ||||
3 | # | ||||
4 | |||||
5 | # Allow vold to access fuse for fuse-based fs | ||||
6 | allow vold fuse_device:chr_file rw_file_perms; | ||||
7 | |||||
8 | # NTFS-3g wants to drop permission | ||||
9 | allow vold self:capability { setgid setuid }; | ||||
10 | |||||
11 | # Allow vold to relabel sdcard fs mounts | ||||
12 | allow vold unlabeled:filesystem { relabelfrom }; | ||||
13 | allow vold sdcard_external:filesystem { relabelfrom relabelto }; |