From 1eeaa47eace2b8756f4aed9c59fa93f10aef9e8d Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Mon, 25 Jan 2016 08:12:21 -0800 Subject: [PATCH] watchdog: remove domain_deprecated Change-Id: I60d66da98a8da9cd7a9d0130862242e09b7dccf1 --- watchdogd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchdogd.te b/watchdogd.te index 4077386f0..00292a9a9 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; -- GitLab