blob: 317832301000c338315a4a61a4a5cd34d749f031 [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
Alexander Diewald259f9382018-01-25 22:44:48 +01009# posix-type fs
10allow priv_app sdcard_posix:dir r_dir_perms;
11allow priv_app sdcard_posix:file rw_file_perms;
12
maxwen879de822017-08-01 17:15:39 +020013# MatLog calls dmesg
14allow priv_app kernel:system syslog_read;
15