• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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)
17