2016-01-15 22:04:18 +00:00
|
|
|
# Access OBBs (sdcard_posix) mounted by vold
|
|
|
|
# File write access allowed for FDs returned through Storage Access Framework
|
|
|
|
allow appdomain sdcard_posix:dir r_dir_perms;
|
|
|
|
allow appdomain sdcard_posix:file rw_file_perms;
|
|
|
|
|
2015-01-05 23:30:16 +00:00
|
|
|
# Themed resources (i.e. composed icons)
|
|
|
|
allow appdomain theme_data_file:dir r_dir_perms;
|
|
|
|
allow appdomain theme_data_file:file r_file_perms;
|