watchdogd.te 247 B

123456
  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. allow watchdogd watchdog_device:chr_file rw_file_perms;
  5. allow watchdogd kmsg_device:chr_file rw_file_perms;