Date: Thu, 1 Feb 2007 02:20:17 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: kern/33940: commit references a PR Message-ID: <200702010220.l112KHYh039577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/33940; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/33940: commit references a PR Date: Thu, 1 Feb 2007 02:14:14 +0000 (UTC) mpp 2007-02-01 02:13:53 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vfsops.c Log: Prevent quotactl calls that pass in an id of -1 from incorrectly using the callers UID instead of the GID when performing group operations. This could allow users to determine group quota information for groups they are not a member of in some cases. Rename the "uid" parameter in ufs_quotactl to "id" to better show that it is used for more than just the uid, and to be more in line with the naming conventions in the other quota routines. PR: kern/33940 Revision Changes Path 1.48 +20 -7 src/sys/ufs/ufs/ufs_vfsops.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702010220.l112KHYh039577>