aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit/audit_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)Christian S.J. Peron2007-06-271-2/+7
* Add a new MAC framework and policy entry point,Robert Watson2007-06-261-1/+1
* In setaudit_addr(), drop the process lock in error cases.Robert Watson2007-06-151-0/+1
* Move per-process audit state from a pointer in the proc structure toRobert Watson2007-06-071-102/+99
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-011-1/+1
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, weRobert Watson2007-05-301-19/+0
* Consistent white space after .'s in comments.Robert Watson2007-05-301-3/+3
* Allow MAC policy modules to control access to audit configuration systemRobert Watson2007-04-211-0/+44
* Fix the handling of IPv6 addresses for subject and process BSM auditChristian S.J. Peron2007-04-131-7/+52
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-12/+0
* Remove two XXX comments that no longer apply.Robert Watson2006-12-291-5/+0
* Use p_cansee() to check that a target process for an audit stateRobert Watson2006-12-291-3/+9
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-9/+10
* Mark the audit system calls as being un-implemented in jails. Currently we doChristian S.J. Peron2006-10-101-0/+19
* Audit path argument when changing audit trails.Robert Watson2006-10-021-3/+4
* Correct a slight regression which was introduced with the implementation ofChristian S.J. Peron2006-09-171-0/+8
* Audit the argv and env vectors passed in on exec:Wayne Salamon2006-09-011-1/+8
* Remove use of Giant around vn_open() in audit trail setup.Robert Watson2006-06-051-15/+10
* Merge Perforce change 93581 from TrustedBSD audit3 branch:Robert Watson2006-03-191-45/+53
* Merge perforce change 93199:Robert Watson2006-03-181-1/+1
* Import kernel audit framework:Robert Watson2006-02-011-0/+652