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) |
d34d | 79eda9e | 2016-07-20 11:02:12 -0700 | [diff] [blame^] | 7 | allow appdomain themeservice_app_data_file:dir r_dir_perms; |
| 8 | allow appdomain themeservice_app_data_file:file r_file_perms; |