[CRIU] [PATCH] lsm: remove SELINUX undef
Tycho Andersen
tycho.andersen at canonical.com
Fri Sep 16 08:46:29 PDT 2016
I suspect this snuck in when I was build testing code. Anyway, it shouldn't
be here :)
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
criu/lsm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/criu/lsm.c b/criu/lsm.c
index da90fb1..330ffc4 100644
--- a/criu/lsm.c
+++ b/criu/lsm.c
@@ -14,8 +14,6 @@
#include "images/inventory.pb-c.h"
#include "images/creds.pb-c.h"
-#undef CONFIG_HAS_SELINUX
-
#ifdef CONFIG_HAS_SELINUX
#include <selinux/selinux.h>
#endif
--
2.7.4
More information about the CRIU
mailing list