xref: /aosp_15_r20/system/sepolicy/private/watchdogd.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1typeattribute watchdogd coredomain;
2
3init_daemon_domain(watchdogd)
4
5allow watchdogd watchdog_device:chr_file rw_file_perms;
6allow watchdogd kmsg_device:chr_file rw_file_perms;
7