Perry Myers wrote: ack - I'll push with one changes:
+for semodule in $SEMODULES; do + if [ -f /usr/share/selinux/minimum/$semodule.pp.bz2 ]; then + mv /usr/share/selinux/minimum/$semodule.pp.bz2 $tmpdir + bunzip2 $tmpdir/$semodule.pp.bz2 + else
elif [ -f /usr/share/selinux/minimum/$semodule.pp ]; then
to skip modules not present in F9
+ mv /usr/share/selinux/minimum/$semodule.pp $tmpdir + fi +done