blob: a76074b7e5135faa7ddd25941ded945a67173237 [file] [log] [blame]
Chris Wailes467d8a82021-03-03 12:30:28 -08001# art service daemon
2type artd, domain;
3type artd_exec, system_file_type, exec_type, file_type;
4
5# Allow artd to publish a binder service and make binder calls.
6binder_use(artd)
7add_service(artd, artd_service)
8allow artd dumpstate:fifo_file { getattr write };
9
10typeattribute artd coredomain;
11
12init_daemon_domain(artd)