Package: selinux-basics Version: 0.3.3+nmu4 Severity: important Need code such as the following in selinux-policy-upgrade to deal with the case of modules such as local.pp created by the sysadmin:
semodule -b base.pp $(for n in $(semodule -s $SELINUXTYPE -l | cut -f1);
do
if [ -e $n.pp ]; then
echo -n " -i $n.pp"
fi
done)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

