]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: default selinuxfs mount point to /sys/fs/selinux
authorDaniel J Walsh <dwalsh@redhat.com>
Fri, 28 Sep 2012 18:11:43 +0000 (14:11 -0400)
committerEric Blake <eblake@redhat.com>
Fri, 28 Sep 2012 19:50:06 +0000 (13:50 -0600)
commitaa696e1846c9ddfcc25654dc4ea8762df4fd38ab
treeeb328077c11a324c0ee49bfb8af0fb21c5571eef
parent43e23c73af578fd2aacdf6fb46ca94a4017e0fe0
build: default selinuxfs mount point to /sys/fs/selinux

Currently if you build on a machine that does not support SELinux we end up
with the default mount point being /selinux, since this is moved to
/sys/fs/selinux, we should start defaulting there.

I believe this is causing a bug in libvirt-lxc when /selinux does not exists,
even though /sys/fs/selinux exists.
configure.ac