看板 DFBSD_commit 關於我們 聯絡資訊
commit 61b7a688d8ab06d18089b1e2b5cf96b4b9e23c90 Author: Michael Neumann <mneumann@ntecs.de> Date: Sun Jul 12 23:16:57 2009 +0200 priv: Use PRIV_VFS_SETGID Note that in case of UFS, the priv_cred_check() call will now succeed in a jail, whereas it failed before. Summary of changes: sys/kern/kern_jail.c | 1 + sys/vfs/gnu/ext2fs/ext2_vnops.c | 2 +- sys/vfs/ufs/ufs_vnops.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/61b7a688d8ab06d18089b1e2b5cf96b4b9e23c90 -- DragonFly BSD source repository