summaryrefslogtreecommitdiffstats
path: root/sepolicy/app.te
blob: 6405e20b2facf4557df341071fa4c4c5eae4ab14 (plain)
1
2
3
4
5
6
7
8
# 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;

# Themed resources (i.e. composed icons)
allow appdomain themeservice_app_data_file:dir r_dir_perms;
allow appdomain themeservice_app_data_file:file r_file_perms;