Date: Mon, 19 Feb 2007 13:33:10 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_jail.c src/sys/sys priv.h src/sys/ufs/ufs ufs_quota.c Message-ID: <200702191333.l1JDXAdt098331@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-02-19 13:33:10 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c sys/sys priv.h sys/ufs/ufs ufs_quota.c Log: Rename three quota privileges from the UFS privilege namespace to the VFS privilege namespace: exceedquota, getquota, and setquota. Leave UFS-specific quota configuration privileges in the UFS name space. This renumbers VFS and UFS privileges, so requires rebuilding modules if you are using security policies aware of privilege identifiers. This is likely no one at this point since none of the committed MAC policies use the privilege checks. Revision Changes Path 1.57 +2 -2 src/sys/kern/kern_jail.c 1.2 +27 -27 src/sys/sys/priv.h 1.92 +5 -5 src/sys/ufs/ufs/ufs_quota.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702191333.l1JDXAdt098331>