blob: 40372dbc0935be68624353f0590037e0e3ab56e3 [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 };