xref: /aosp_15_r20/system/sepolicy/prebuilts/api/33.0/private/artd.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
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