From 5fa2a19f211240298a6a4b7d019ff4ebf716d525 Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Fri, 14 Feb 2014 10:03:17 -0800 Subject: [PATCH] Make lmkd enforcing. Start enforcing SELinux rules for lmkd. Security policy violations will return an error instead of being allowed. Change-Id: I2bad2c2094d93ebbcb8ccc4b7f3369419004a3f0 --- lmkd.te | 1 - 1 file changed, 1 deletion(-) diff --git a/lmkd.te b/lmkd.te index c6d6a5516..2d09ce530 100644 --- a/lmkd.te +++ b/lmkd.te @@ -1,6 +1,5 @@ # lmkd low memory killer daemon type lmkd, domain; -permissive_or_unconfined(lmkd) type lmkd_exec, exec_type, file_type; init_daemon_domain(lmkd) -- GitLab