From owner-cvs-all@FreeBSD.ORG Mon Feb 19 13:33:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0CFA16A401; Mon, 19 Feb 2007 13:33:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CEFDA13C442; Mon, 19 Feb 2007 13:33:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1JDXA1S098332; Mon, 19 Feb 2007 13:33:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1JDXAdt098331; Mon, 19 Feb 2007 13:33:10 GMT (envelope-from rwatson) Message-Id: <200702191333.l1JDXAdt098331@repoman.freebsd.org> From: Robert Watson Date: Mon, 19 Feb 2007 13:33:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_jail.c src/sys/sys priv.h src/sys/ufs/ufs ufs_quota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2007 13:33:11 -0000 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