Jani Lusikka | 8c78075 | 2016-01-16 00:04:18 +0200 | [diff] [blame] | 1 | # Access OBBs (sdcard_posix) mounted by vold |
2 | # File write access allowed for FDs returned through Storage Access Framework | ||||
3 | allow appdomain sdcard_posix:dir r_dir_perms; | ||||
4 | allow appdomain sdcard_posix:file rw_file_perms; | ||||
5 | |||||
Clark Scheff | e9c2de0 | 2015-01-05 15:30:16 -0800 | [diff] [blame] | 6 | # Themed resources (i.e. composed icons) |
7 | allow appdomain theme_data_file:dir r_dir_perms; | ||||
8 | allow appdomain theme_data_file:file r_file_perms; |