summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-102/+99
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, werwatson2007-05-301-19/+0
* Consistent white space after .'s in comments.rwatson2007-05-301-3/+3
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-0/+44
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-7/+52
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-12/+0
* Remove two XXX comments that no longer apply.rwatson2006-12-291-5/+0
* Use p_cansee() to check that a target process for an audit staterwatson2006-12-291-3/+9
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-9/+10
* Mark the audit system calls as being un-implemented in jails. Currently we docsjp2006-10-101-0/+19
* Audit path argument when changing audit trails.rwatson2006-10-021-3/+4
* Correct a slight regression which was introduced with the implementation ofcsjp2006-09-171-0/+8
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-1/+8
* Remove use of Giant around vn_open() in audit trail setup.rwatson2006-06-051-15/+10
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-191-45/+53
* Merge perforce change 93199:rwatson2006-03-181-1/+1
* Import kernel audit framework:rwatson2006-02-011-0/+652
OpenPOWER on IntegriCloud