d840374e65
Bug: 73660730 Test: watchdogd still runs Change-Id: I31697c7c6fa2f7009731ff48c659af051838e42f
6 lines
229 B
Text
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;
|