xref: /aosp_15_r20/system/sepolicy/prebuilts/api/32.0/public/watchdogd.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# watchdogd seclabel is specified in init.<board>.rc
2type watchdogd, domain;
3type watchdogd_exec, system_file_type, exec_type, file_type;
4
5allow watchdogd watchdog_device:chr_file rw_file_perms;
6allow watchdogd kmsg_device:chr_file rw_file_perms;
7