467d8a80ea
Test: boot device and check for artd process Change-Id: I2a161701102ecbde3e293af0346d1db0b11d4aab
12 lines
319 B
Text
12 lines
319 B
Text
# art service daemon
|
|
type artd, domain;
|
|
type artd_exec, system_file_type, exec_type, file_type;
|
|
|
|
# Allow artd to publish a binder service and make binder calls.
|
|
binder_use(artd)
|
|
add_service(artd, artd_service)
|
|
allow artd dumpstate:fifo_file { getattr write };
|
|
|
|
typeattribute artd coredomain;
|
|
|
|
init_daemon_domain(artd)
|