Selinux complains about deprecated selinux/flask.h, stop including it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1afa494fd1
commit
4ea0ebdd42
2 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue