1# gs_watchdogd seclabel is specified in init.<board>.rc
2type gs_watchdogd, domain, coredomain;
3type gs_watchdogd_exec, system_file_type, exec_type, file_type;
4
5init_daemon_domain(gs_watchdogd)
6
7allow gs_watchdogd watchdog_device:chr_file rw_file_perms;
8allow gs_watchdogd kmsg_device:chr_file rw_file_perms;
9allow gs_watchdogd sysfs:dir r_dir_perms;
10