2021-03-03 21:30:28 +01:00
|
|
|
# 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)
|
2021-05-19 00:33:08 +02:00
|
|
|
|
|
|
|
# Allow query ART device config properties
|
|
|
|
get_prop(artd, device_config_runtime_native_prop)
|
|
|
|
get_prop(artd, device_config_runtime_native_boot_prop)
|