From b1016ed568cc01c81cd13381917e0e28481b75e5 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Fri, 6 Dec 2013 10:25:42 -0500 Subject: [PATCH] Make hci_attach enforcing. Change-Id: I27c62a7ab7223eb74f44a78c273dd97f1380bc61 Signed-off-by: Stephen Smalley --- hci_attach.te | 1 - 1 file changed, 1 deletion(-) diff --git a/hci_attach.te b/hci_attach.te index 5115292e3..3cb0953e5 100644 --- a/hci_attach.te +++ b/hci_attach.te @@ -1,5 +1,4 @@ type hci_attach, domain; -permissive_or_unconfined(hci_attach) type hci_attach_exec, exec_type, file_type; init_daemon_domain(hci_attach)