commit | c1b0ffcfdcb331d578eb159b58b871041e49fb90 | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <jeffv@google.com> | Mon Jan 25 17:09:46 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 25 17:09:46 2016 +0000 |
tree | e9d1ac79d8a74ddd72f0417dcb133b2ba6ef27e4 | |
parent | 5c8854abef570bf62930902ec6ca6b9df4523458 [diff] | |
parent | 1eeaa47eace2b8756f4aed9c59fa93f10aef9e8d [diff] |
Merge "watchdog: remove domain_deprecated"
diff --git a/watchdogd.te b/watchdogd.te index 4077386..00292a9 100644 --- a/watchdogd.te +++ b/watchdogd.te
@@ -1,4 +1,4 @@ # watchdogd seclabel is specified in init.<board>.rc -type watchdogd, domain, domain_deprecated; +type watchdogd, domain; allow watchdogd watchdog_device:chr_file rw_file_perms; allow watchdogd kmsg_device:chr_file rw_file_perms;