From 4ea0ebdd429fe761c1324176b1ac6017248366af Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 23 Dec 2016 13:52:13 +0100 Subject: Selinux complains about deprecated selinux/flask.h, stop including it Signed-off-by: Denys Vlasenko --- selinux/runcon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'selinux') diff --git a/selinux/runcon.c b/selinux/runcon.c index 366834e46..16f171101 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -68,7 +68,9 @@ //usage: ) #include -#include +/* from deprecated : */ +#undef SECCLASS_PROCESS +#define SECCLASS_PROCESS 2 #include "libbb.h" -- cgit v1.2.3