Marko Man | 6ca2827 | 2016-10-20 01:36:14 +0200 | [diff] [blame] | 1 | ########################### |
| 2 | # OmniROM common sepolicy |
| 3 | |
| 4 | # exfat OTG |
Marko Man | edfb971 | 2017-11-14 15:29:41 +0100 | [diff] [blame] | 5 | allow untrusted_app mnt_media_rw_file:dir getattr; |
| 6 | allow untrusted_app asec_apk_file:dir getattr; |
| 7 | allow untrusted_app fuse_device:file { getattr read write open }; |
| 8 | allow untrusted_app fuse_device:dir { search }; |
Alexander Diewald | 259f938 | 2018-01-25 22:44:48 +0100 | [diff] [blame] | 9 | allow untrusted_app sdcard_posix:dir r_dir_perms; |
| 10 | allow untrusted_app sdcard_posix:file rw_file_perms; |
mTresk | 3ed03fd | 2018-05-06 16:16:56 +0200 | [diff] [blame] | 11 | |
| 12 | # profile picture |
| 13 | allow untrusted_app system_app_data_file:file { append }; |