Date: Tue, 28 Jul 2009 21:39:58 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_lookup.c src/sys/security/audit audit.c audit.h audit_arg.c audit_bsm.c audit_bsm_klib.c audit_private.h Message-ID: <200907282140.n6SLeF1S044531@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-07-28 21:39:58 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_lookup.c
sys/security/audit audit.c audit.h audit_arg.c audit_bsm.c
audit_bsm_klib.c audit_private.h
Log:
SVN rev 195925 on 2009-07-28 21:39:58Z by rwatson
Audit file descriptors passed to fooat(2) system calls, which are used
instead of the root/current working directory as the starting point for
lookups. Up to two such descriptors can be audited. Add audit record
BSM encoding for fooat(2).
Note: due to an error in the OpenBSM 1.1p1 configuration file, a
further change is required to that file in order to fix openat(2)
auditing.
Approved by: re (kib)
Reviewed by: rdivacky (fooat(2) portions)
Obtained from: TrustedBSD Project
MFC after: 1 month
Revision Changes Path
1.130 +6 -1 src/sys/kern/vfs_lookup.c
1.53 +10 -5 src/sys/security/audit/audit.c
1.27 +16 -0 src/sys/security/audit/audit.h
1.30 +26 -0 src/sys/security/audit/audit_arg.c
1.50 +75 -0 src/sys/security/audit/audit_bsm.c
1.22 +55 -79 src/sys/security/audit/audit_bsm_klib.c
1.29 +3 -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?200907282140.n6SLeF1S044531>
