# gs_watchdogd seclabel is specified in init.<board>.rc | |
type gs_watchdogd, domain, coredomain; | |
type gs_watchdogd_exec, system_file_type, exec_type, file_type; | |
typeattribute gs_watchdogd coredomain; | |
init_daemon_domain(gs_watchdogd) | |
allow gs_watchdogd watchdog_device:chr_file rw_file_perms; | |
allow gs_watchdogd kmsg_device:chr_file rw_file_perms; | |
allow gs_watchdogd sysfs:dir r_dir_perms; |