[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[Ovirt-devel] Re: [PATCH REPOST node-image] Use minimal selinux configuration and add modules selectively



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]