Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | # watchdogd seclabel is specified in init.<board>.rc |
2 | type watchdogd, domain; | ||||
3 | type watchdogd_exec, system_file_type, exec_type, file_type; | ||||
4 | |||||
5 | allow watchdogd watchdog_device:chr_file rw_file_perms; | ||||
6 | allow watchdogd kmsg_device:chr_file rw_file_perms; |