Chris Wailes | 467d8a8 | 2021-03-03 12:30:28 -0800 | [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) |