blob: c2405990c631a5df01d06301ab58505f87b25b5c [file] [log] [blame]
Pawit Pornkitprasan1b6aa842013-11-13 22:35:00 +07001# Allow querying of asec size on SD card
2allow installd sdcard_external:dir { search };
3allow installd sdcard_external:file { getattr };
d34d79eda9e2016-07-20 11:02:12 -07004
5# Required for installd to create theme service's /data/data directory
6allow installd themeservice_app_data_file:dir { create_dir_perms relabelfrom relabelto };
7allow installd themeservice_app_data_file:lnk_file { create_file_perms relabelfrom relabelto };
8allow installd themeservice_app_data_file:{ file sock_file fifo_file } { getattr unlink rename relabelfrom relabelto setattr };