Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | # art service daemon |
| 2 | type artd, domain; |
| 3 | type artd_exec, system_file_type, exec_type, file_type; |
| 4 | |
| 5 | # Allow artd to publish a binder service and make binder calls. |
| 6 | binder_use(artd) |
| 7 | add_service(artd, artd_service) |
| 8 | allow artd dumpstate:fifo_file { getattr write }; |
| 9 | |
| 10 | typeattribute artd coredomain; |
| 11 | |
| 12 | init_daemon_domain(artd) |
| 13 | |
| 14 | # Allow query ART device config properties |
| 15 | get_prop(artd, device_config_runtime_native_prop) |
| 16 | get_prop(artd, device_config_runtime_native_boot_prop) |