Comment 5 for bug 1977873

Revision history for this message
Lon Hohberger (lhh) wrote :

The new libselinux-3.4 seems to be the culprit, but I'm not entirely sure how at this point.

1. The same error occurs on fresh installed hosts
2. Rebuilding all policy modules and installing them works (and the missing booleans appear, BUT
3. The neutron module does not compile with the new libselinux 3.4, but produces no actionable errors:

[root@standalone openstack-selinux-0.8.31]# make os-neutron.pp
make -f /usr/share/selinux/devel/Makefile os-neutron.pp
make[1]: Entering directory '/root/rpmbuild/BUILD/openstack-selinux-0.8.31'
Compiling targeted os-neutron module
Creating targeted os-neutron.pp policy package /usr/bin/semodule_package: Error while reading policy module from tmp/os-neutron.mod
make[1]: *** [/usr/share/selinux/devel/include/Makefile:165: os-neutron.pp] Error 1
rm tmp/os-neutron.mod tmp/os-neutron.mod.fc
make[1]: Leaving directory '/root/rpmbuild/BUILD/openstack-selinux-0.8.31'
make: *** [Makefile:15: os-neutron.pp] Error 2