From 599e71a9ba8428604145e50b0acbcec1594c414d Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Wed, 12 Mar 2014 17:05:40 -0700 Subject: [PATCH] rild: move to enforcing Move the rild domain into SELinux enforcing mode. This will start enforcing SELinux rules; security policy violations will return EPERM. Change-Id: Iadb51616ecf6f56148ce076d47f04511810de94c --- rild.te | 1 - 1 file changed, 1 deletion(-) diff --git a/rild.te b/rild.te index 9c315d5a9..4704197db 100644 --- a/rild.te +++ b/rild.te @@ -1,6 +1,5 @@ # rild - radio interface layer daemon type rild, domain; -permissive_or_unconfined(rild) type rild_exec, exec_type, file_type; init_daemon_domain(rild) -- GitLab