blob: 0aa12dcd029743810f6748679e12c7596b5754f5 [file] [log] [blame]
Inseob Kimff43be22021-06-07 16:56:56 +09001# 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)
13
14# Allow query ART device config properties
15get_prop(artd, device_config_runtime_native_prop)
16get_prop(artd, device_config_runtime_native_boot_prop)