blob: fc38117c0806aa38ae45bf588c232dac6ec9db0d [file] [log] [blame]
Pawit Pornkitprasan1b6aa842013-11-13 22:35:00 +07001# Allow querying of asec size on SD card
Steve Kondikaa38b562016-08-26 02:31:15 -07002allow installd sdcard_type:dir { search };
3allow installd sdcard_type: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 };