platform_system_sepolicy/public/watchdogd.te
Tom Cherry d840374e65 Move watchdogd out of init and into its own domain
Bug: 73660730
Test: watchdogd still runs
Change-Id: I31697c7c6fa2f7009731ff48c659af051838e42f
2018-08-03 19:28:05 +00:00

6 lines
229 B
Text

# watchdogd seclabel is specified in init.<board>.rc
type watchdogd, domain;
type watchdogd_exec, exec_type, file_type;
allow watchdogd watchdog_device:chr_file rw_file_perms;
allow watchdogd kmsg_device:chr_file rw_file_perms;