Hi,

> The workaround is simple - just mount /selinux
> 
> suggested fix:
> in "/usr/lib/pbuilder/pbuilder-modules", add to mount_proc:
> ---
> if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then

Is this condition enough to determine /selinux is mountable ?

>       mkdir -p $BUILDPLACE/selinux

This directory may already exist, so error should be ignored

>       mount -t selinuxfs /selinux "$BUILDPLACE/selinux"

Is 'selinuxfs' always available when the above condition is true?



regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to