summaryrefslogtreecommitdiffstats
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* Replace use of AU_NULL with 0 when no audit classes are in use; thisrwatson2007-10-292-4/+4
* Make sure we are incrementing the read count for each audit pipe read.csjp2007-10-271-0/+1
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-263-0/+57
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-6/+6
* Use extended process token. The in kernel process auditcsjp2007-10-241-2/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* - Change the wakeup logic associated with having multiple sleeperscsjp2007-10-121-2/+2
* Remove two boot printfs generated by Audit to announce it's presence,rwatson2007-07-012-2/+4
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)csjp2007-06-275-6/+67
* Add a new MAC framework and policy entry point,rwatson2007-06-261-1/+1
* In setaudit_addr(), drop the process lock in error cases.rwatson2007-06-151-0/+1
* Spell statistics more correctly in comments.rwatson2007-06-141-1/+1
* Close a very narrow race that might cause a trigger allocation to berwatson2007-06-131-7/+6
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-113-32/+3
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-074-162/+133
* Clean up audit comments--formatting, spelling, etc.rwatson2007-06-018-74/+70
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* Remove AUDIT_PRINTF() debugging statements and definition; clean up orrwatson2007-06-013-55/+10
* Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, werwatson2007-05-302-23/+0
* Synchronize white space to congruent user-space code in OpenBSM.rwatson2007-05-301-0/+2
* Remove unused ar_subj_comm field from in-kernel audit record; we neverrwatson2007-05-302-2/+0
* Consistent white space after .'s in comments.rwatson2007-05-301-3/+3
* No need to force __inline__ of currecord(), as the compiler will usefullyrwatson2007-05-231-1/+1
* Short name of kernel audit worker thread from "audit_worker" to "audit".rwatson2007-05-211-1/+1
* Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, justrwatson2007-04-291-3/+0
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-0/+44
* Remove $P4$ that snuck into CVS from Perforce.rwatson2007-04-171-1/+0
* Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit:rwatson2007-04-161-13/+184
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-137-33/+104
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-042-17/+0
* Update auditing of socket information for the inpcb new world order:rwatson2007-02-201-6/+4
* When returning early from audit_arg_file() due to so->so_pcb being NULLrwatson2007-01-061-2/+3
* 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
* Add a witness sleep warning to canon_path(), which invokes vput() and hencerwatson2006-12-292-3/+3
* Update a number of comments:rwatson2006-12-284-23/+22
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-063-13/+16
* Change the type of ar_arg_sockaddr from struct sockaddr to structcsjp2006-11-062-3/+2
* Mark the audit system calls as being un-implemented in jails. Currently we docsjp2006-10-101-0/+19
* Add BSM conversion switch entries for a number of system calls, manyrwatson2006-10-031-7/+43
* Trim some no longer XXX comments.rwatson2006-10-021-22/+5
* Audit path argument when changing audit trails.rwatson2006-10-021-3/+4
* Rework the way errors are handled with respect to how audit records arerwatson2006-09-241-100/+145
* Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security;rwatson2006-09-211-1/+1
* Rather than allocating all buffer memory for the completed BSM recordrwatson2006-09-201-19/+17
* Add missing white space in au_to_exec_{args,env}().rwatson2006-09-201-0/+2
* Make sure that lutimes(2) gets processed and converted into a BSM record.csjp2006-09-181-0/+1
* Correct a slight regression which was introduced with the implementation ofcsjp2006-09-174-5/+20
* Add AUE_SYSARCH to the list of audit events during BSM conversion to preventrwatson2006-09-171-0/+1
OpenPOWER on IntegriCloud