Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2009 07:44:43 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_lookup.c vfs_mount.c src/sys/security/audit audit.h audit_arg.c audit_private.h
Message-ID:  <200907290745.n6T7jKit019774@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-07-29 07:44:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_lookup.c vfs_mount.c 
    sys/security/audit   audit.h audit_arg.c audit_private.h 
  Log:
  SVN rev 195939 on 2009-07-29 07:44:43Z by rwatson
  
  Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead
  provide specific macros, AUDIT_ARG_UPATH1() and AUDIT_ARG_UPATH2()
  to capture path information for audit records.  This allows us to
  move the definitions of ARG_* out of the public audit header file,
  as they are an implementation detail of our current kernel-internal
  audit record, which may change.
  
  Approved by:    re (kensmith)
  Obtained from:  TrustedBSD Project
  MFC after:      1 month
  
  Revision  Changes    Path
  1.132     +2 -2      src/sys/kern/vfs_lookup.c
  1.311     +1 -1      src/sys/kern/vfs_mount.c
  1.29      +11 -67    src/sys/security/audit/audit.h
  1.32      +23 -22    src/sys/security/audit/audit_arg.c
  1.31      +55 -0     src/sys/security/audit/audit_private.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907290745.n6T7jKit019774>