nspawn: fix HAVE_SELINUX ifdef

This commit is contained in:
Tom Gundersen
2014-02-06 17:30:01 +01:00
parent 75cb8502df
commit 5d63309cf5
+2 -2
View File
@@ -41,7 +41,7 @@
#include <sys/socket.h>
#include <linux/netlink.h>
#include <sys/eventfd.h>
#if HAVE_SELINUX
#ifdef HAVE_SELINUX
#include <selinux/selinux.h>
#endif
@@ -1534,7 +1534,7 @@ int main(int argc, char *argv[]) {
} else
env_use = (char**) envp;
#if HAVE_SELINUX
#ifdef HAVE_SELINUX
if (arg_process_label)
if (setexeccon(arg_process_label) < 0)
log_error("setexeccon(\"%s\") failed: %m", arg_process_label);