cvs commit: src/sys/kern kern_jail.c src/sys/sys priv.h src/sys/ufs/ufs ufs_quota.c

Robert Watson rwatson at FreeBSD.org
Mon Feb 19 13:33:11 UTC 2007


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


More information about the cvs-src mailing list