blob: e590efec7ae0952acd8b16a1650ae776cecb7f46 [file] [log] [blame]
Jani Lusikka8c780752016-01-16 00:04:18 +02001# Access OBBs (sdcard_posix) mounted by vold
2# File write access allowed for FDs returned through Storage Access Framework
3allow appdomain sdcard_posix:dir r_dir_perms;
4allow appdomain sdcard_posix:file rw_file_perms;
5
Clark Scheffe9c2de02015-01-05 15:30:16 -08006# Themed resources (i.e. composed icons)
7allow appdomain theme_data_file:dir r_dir_perms;
8allow appdomain theme_data_file:file r_file_perms;