Package: initscripts
Version: 2.86.ds1-60
Severity: normal

After /lib/init/rw is mounted the root directory needs to have it's
context set.  This can be done by /etc/init.d/mountkernfs.sh after
calling domount(), or can be done in the domount() function in
/lib/init/mount-functions.sh.

For my tests I have the following in /lib/init/mount-functions.sh at the
end of the domount() function:

if [ "$FSTYPE" = "tmpfs" -a -x /sbin/restorecon ]; then
        /sbin/restorecon $MTPT
fi



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

Reply via email to