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