Description of problem: The postinstall script contains this code: [ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen > /dev/null /usr/bin/sepolgen-ifgen > /dev/null Surely, that must be broken? First the presence of a file from selinux-policy-devel is checked. If it is there, sepolgen-ifgen is run. Then on the next line, sepolgen-ifgen is run all the same! (Again, if the build.conf file was there.) The meaning of the program seems to be to generate a file /var/lib/sepolgen/interface_info. On my systems, which does not have selinux-policy-devel installed, it is empty. I haven't yet figured out if it is a problem to have an empty such file, but I thought I'd bug report the apparently confused script anyway. Version-Release number of selected component (if applicable): policycoreutils-2.0.47-2.fc9
Fixed in policycoreutils-2.0.49-7.fc9