Skip to content
Snippets Groups Projects
Commit f6b0feb5 authored by Laurent Bigonville's avatar Laurent Bigonville Committed by Guido Günther
Browse files

Pass --with-selinux-mount=/sys/fs/selinux to ./configure


The buildd are not running selinux and this make the auto-detection code
defaults to /selinux which is actually not existing anymore in sid.

This complete the fix for SELinux support.

Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
parent 5d352f25
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_SANLOCK = --with-sanlock
WITH_INIT_SCRIPT = --with-init-script=systemd
WITH_AUDIT = --with-audit
WITH_SELINUX = --with-selinux --with-secdriver-selinux
WITH_SELINUX = --with-selinux --with-secdriver-selinux --with-selinux-mount=/sys/fs/selinux
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel armhf i386 ia64 powerpc s390))
WITH_DTRACE = --with-dtrace
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment