Date: Fri, 1 Sep 2006 11:45:40 +0000 (UTC) From: Wayne Salamon <wsalamon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/bsm audit_record.h src/sys/kern kern_exec.c src/sys/security/audit audit.c audit.h audit_arg.c audit_bsm.c audit_bsm_token.c audit_private.h audit_syscalls.c Message-ID: <200609011145.k81BjeRZ029152@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wsalamon 2006-09-01 11:45:40 UTC FreeBSD src repository Modified files: sys/bsm audit_record.h sys/kern kern_exec.c sys/security/audit audit.c audit.h audit_arg.c audit_bsm.c audit_bsm_token.c audit_private.h audit_syscalls.c Log: Audit the argv and env vectors passed in on exec: Add the argument auditing functions for argv and env. Add kernel-specific versions of the tokenizer functions for the arg and env represented as a char array. Implement the AUDIT_ARGV and AUDIT_ARGE audit policy commands to enable/disable argv/env auditing. Call the argument auditing from the exec system calls. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revision Changes Path 1.5 +7 -2 src/sys/bsm/audit_record.h 1.295 +9 -0 src/sys/kern/kern_exec.c 1.18 +8 -0 src/sys/security/audit/audit.c 1.8 +5 -0 src/sys/security/audit/audit.h 1.6 +42 -0 src/sys/security/audit/audit_arg.c 1.10 +14 -1 src/sys/security/audit/audit_bsm.c 1.7 +56 -8 src/sys/security/audit/audit_bsm_token.c 1.10 +6 -0 src/sys/security/audit/audit_private.h 1.5 +8 -1 src/sys/security/audit/audit_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609011145.k81BjeRZ029152>