]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't deny unmounting file systems for jailed processes immediately, allow
authorpjd <pjd@FreeBSD.org>
Sun, 18 Mar 2007 02:39:19 +0000 (02:39 +0000)
committerpjd <pjd@FreeBSD.org>
Sun, 18 Mar 2007 02:39:19 +0000 (02:39 +0000)
commitd128126120724b3331ff23733f57194fe061b305
treede8612bed53426236daa92fb575db368ab2e71a4
parenta8ba35fb0023bb456954993d3c55712666b50d13
Don't deny unmounting file systems for jailed processes immediately, allow
prison_priv_check() to decide what to do.

This change is suppose not to change current (security) behaviour
in any way.

This change is simlar to the change of PRIV_VFS_MOUNT in previous revision.
sys/kern/vfs_mount.c