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