blob: d7caf8e22ab7a6300293922e8663978d0e876987 [file] [log] [blame]
maxwen84652012016-12-29 17:19:03 +01001###########################
2# OmniROM common sepolicy
3
4# exfat
5allow priv_app fuse_device:dir { search r_file_perms };
6allow priv_app fuse_device:file r_file_perms;
7allow priv_app fuse_device:filesystem { getattr };
maxwen879de822017-08-01 17:15:39 +02008
9# MatLog calls dmesg
10allow priv_app kernel:system syslog_read;
11