79eda9ebb8
Allow the theme manager and its data to be sandboxed in its own context Change-Id: I7898663d1c196bfe04fa4c539d20191a43fde284
9 lines
523 B
Plaintext
9 lines
523 B
Plaintext
# Allow querying of asec size on SD card
|
|
allow installd sdcard_external:dir { search };
|
|
allow installd sdcard_external:file { getattr };
|
|
|
|
# Required for installd to create theme service's /data/data directory
|
|
allow installd themeservice_app_data_file:dir { create_dir_perms relabelfrom relabelto };
|
|
allow installd themeservice_app_data_file:lnk_file { create_file_perms relabelfrom relabelto };
|
|
allow installd themeservice_app_data_file:{ file sock_file fifo_file } { getattr unlink rename relabelfrom relabelto setattr };
|