Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2002 12:30:45 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   cvs commit: src/sys/kern kern_acct.c
Message-ID:  <200208071930.g77JUjeF053379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/07 12:30:45 PDT

  Modified files:
    sys/kern             kern_acct.c 
  Log:
  Cache the credential provided during accton() for use in later accounting
  vnode operations.  This permits the rights of the user (typically root)
  used to turn on accounting to be used when writing out accounting entries,
  rather than the credentials of the process generating the accounting
  record.  This fixes accounting in a number of environments, including
  file systems that offer revocation support, MAC environments, some
  securelevel scenarios, and in some NFS environments.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.47      +17 -5     src/sys/kern/kern_acct.c

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?200208071930.g77JUjeF053379>