xref: /aosp_15_r20/system/sepolicy/prebuilts/api/34.0/private/dmesgd.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1type dmesgd, domain, coredomain;
2type dmesgd_exec, system_file_type, exec_type, file_type;
3
4init_daemon_domain(dmesgd)
5
6allow dmesgd dmesgd_data_file:dir create_dir_perms;
7allow dmesgd dmesgd_data_file:file create_file_perms;
8
9allow dmesgd kernel:system syslog_read;
10allow dmesgd shell_exec:file rx_file_perms;
11allow dmesgd toolbox_exec:file rx_file_perms;
12binder_use(dmesgd)
13binder_call(dmesgd, system_server)
14allow dmesgd dropbox_service:service_manager find;
15allow dmesgd proc_version:file r_file_perms;
16