Date: Sat, 5 Oct 2002 11:40:11 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_mac.c src/sys/sys mac.h mac_policy.h Message-ID: <200210051840.g95IeBnm025147@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/05 11:40:11 PDT Modified files: sys/fs/devfs devfs_vnops.c sys/kern kern_mac.c sys/sys mac.h mac_policy.h Log: Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during devfs VOP symlink creation by introducing a new entry point to determine the label of the devfs_dirent prior to allocation of a vnode for the symlink. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.50 +3 -4 src/sys/fs/devfs/devfs_vnops.c 1.38 +13 -0 src/sys/kern/kern_mac.c 1.11 +2 -0 src/sys/sys/mac.h 1.13 +4 -0 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210051840.g95IeBnm025147>