From d7a64e4e8ba5c40b3dc5ecf057c5164594e0ad70 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Sat, 15 Oct 2016 17:15:25 -0700 Subject: [PATCH] racoon: remove domain_deprecated attribute Test: builds/boots on Angler. No "granted" messages for the removed permissions observed in three months of log audits. Bug: 28760354 Change-Id: Ib6da57f6249a5571015b649bae843590229be714 --- public/racoon.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/racoon.te b/public/racoon.te index b0fe669e6..3255b9e3c 100644 --- a/public/racoon.te +++ b/public/racoon.te @@ -1,5 +1,5 @@ # IKE key management daemon -type racoon, domain, domain_deprecated; +type racoon, domain; type racoon_exec, exec_type, file_type; typeattribute racoon mlstrustedsubject; -- GitLab