android_system_sepolicy/watchdogd.te
Jeff Vander Stoep 1eeaa47eac watchdog: remove domain_deprecated
Change-Id: I60d66da98a8da9cd7a9d0130862242e09b7dccf1
2016-01-25 08:12:21 -08:00

5 lines
185 B
Plaintext

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