blob: 49db93cff9554adcaa0eebcdf6cbd37f778cb2d4 [file] [log] [blame]
Marko Man6ca28272016-10-20 01:36:14 +02001###########################
2# OmniROM common sepolicy
3
4# exfat OTG
Marko Manedfb9712017-11-14 15:29:41 +01005allow untrusted_app mnt_media_rw_file:dir getattr;
6allow untrusted_app asec_apk_file:dir getattr;
7allow untrusted_app fuse_device:file { getattr read write open };
8allow untrusted_app fuse_device:dir { search };
Alexander Diewald259f9382018-01-25 22:44:48 +01009allow untrusted_app sdcard_posix:dir r_dir_perms;
10allow untrusted_app sdcard_posix:file rw_file_perms;