Tri Vo | bc8dc3a | 2019-05-26 13:17:08 -0700 | [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; |