blob: aaa84ab450f03d14e0b9cbe6954583846d154651 [file] [log] [blame]
d34d79eda9e2016-07-20 11:02:12 -07001# Add themeservice_app to appdomain
2type themeservice_app, domain;
3app_domain(themeservice_app)
4
5# Theme manager service
6allow themeservice_app activity_service:service_manager find;
7allow themeservice_app cm_status_bar_service:service_manager find;
8allow themeservice_app cm_themes_service:dir search;
9allow themeservice_app connectivity_service:service_manager find;
10allow themeservice_app display_service:service_manager find;
11allow themeservice_app mount_service:service_manager find;
12allow themeservice_app notification_service:service_manager find;
13allow themeservice_app system_app_data_file:dir search;
14allow themeservice_app user_service:service_manager find;
15allow themeservice_app wallpaper_service:service_manager find;
16
17# Allow full access to themeservice_app_data_file
18allow themeservice_app themeservice_app_data_file:dir create_dir_perms;
19allow themeservice_app themeservice_app_data_file:file create_file_perms;