diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/runcon.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c index 366834e..16f1711 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -68,7 +68,9 @@ //usage: ) #include <selinux/context.h> -#include <selinux/flask.h> +/* from deprecated <selinux/flask.h>: */ +#undef SECCLASS_PROCESS +#define SECCLASS_PROCESS 2 #include "libbb.h" |