mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 17:44:54 +00:00
39066bd0ac
If one tries to build policycoreutils it won't work because of: seunshare.c: In function ‘main’: seunshare.c:242:21: error: ‘CLONE_NEWNS’ undeclared (first use in this function) seunshare.c:242:21: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [seunshare.o] Error 1 Moving the #define _GNU_SOURCE earlier in the file means it is set when sched.h is includes via some of dependancy chain. Thus it can build. Signed-off-by: Eric Paris <eparis@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
sandbox | ||
sandbox.8 | ||
sandbox.config | ||
sandbox.init | ||
sandboxX.sh | ||
seunshare.c | ||
test_sandbox.py |