blob: a81f2b2fab5d562493371528feebc67fcfd3757b [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;
mTresk3ed03fd2018-05-06 16:16:56 +020011
12# profile picture
13allow untrusted_app system_app_data_file:file { append };