summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
...
* audit: use old_lock in audit_set_featureGao feng2014-01-131-1/+1
* audit: don't generate audit feature changed log when audit disabledGao feng2014-01-131-0/+3
* audit: fix incorrect order of log new and old featureGao feng2014-01-131-1/+1
* audit: remove useless code in audit_enableGao feng2014-01-131-11/+2
* audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs2014-01-131-2/+29
* audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs2014-01-131-25/+29
* audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs2014-01-131-1/+19
* audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval2014-01-131-1/+1
* audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval2014-01-131-1/+3
* audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs2014-01-131-4/+8
* audit: reset audit backlog wait time after error recoveryRichard Guy Briggs2014-01-131-1/+4
* audit: listen in all network namespacesRichard Guy Briggs2014-01-131-12/+55
* audit: restore order of tty and ses fields in log outputRichard Guy Briggs2014-01-131-2/+2
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-131-16/+16
* Merge tag 'v3.12'Eric Paris2013-11-221-2/+3
|\
| * audit: fix endless wait in audit_log_start()Konstantin Khlebnikov2013-09-241-2/+3
* | audit: log the audit_names record typeJeff Layton2013-11-051-0/+20
* | audit: use given values in tty_audit enable apiRichard Guy Briggs2013-11-051-1/+1
* | audit: use nlmsg_len() to get message payload lengthMathias Krause2013-11-051-2/+2
* | audit: use memset instead of trying to initialize field by fieldEric Paris2013-11-051-1/+1
* | audit: fix info leak in AUDIT_GET requestsMathias Krause2013-11-051-0/+1
* | audit: audit feature to set loginuid immutableEric Paris2013-11-051-1/+2
* | audit: audit feature to only allow unsetting the loginuidEric Paris2013-11-051-1/+2
* | audit: implement generic feature setting and retrievingEric Paris2013-11-051-0/+109
* | audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-11-051-1/+1
* | Audit: remove duplicate commentsGao feng2013-11-051-7/+0
* | audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs2013-11-051-1/+1
* | audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov2013-11-051-1/+0
* | audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs2013-11-051-1/+2
|/
* audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-121-1/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-166/+350
|\
| * audit: fix message spacing printing auidEric Paris2013-05-081-1/+1
| * Revert "audit: move kaudit thread start from auditd registration to kaudit init"Eric Paris2013-05-071-4/+10
| * audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-301-8/+236
| * audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris2013-04-301-6/+4
| * audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs2013-04-301-6/+10
| * audit: use spin_lock_irqsave/restore in audit tty codeEric Paris2013-04-301-4/+6
| * helper for some session id stuffEric Paris2013-04-301-8/+12
| * audit: use a consistent audit helper to log lsm informationEric Paris2013-04-301-30/+4
| * audit: push loginuid and sessionid processing downEric Paris2013-04-301-1/+1
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-63/+37
| * audit: remove the old depricated kernel interfaceEric Paris2013-04-301-23/+5
| * audit: allow checking the type of audit message in the user filterEric Paris2013-04-161-1/+1
| * audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris2013-04-111-1/+1
| * audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs2013-04-081-10/+4
| * audit: flatten kauditd_thread wait queue codeRichard Guy Briggs2013-04-081-13/+13
| * audit: refactor hold queue flushRichard Guy Briggs2013-04-081-22/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-5/+5
|\ \
| * | audit: pass int* to nlmsg_nextAlexandru Copot2013-03-281-1/+1
| * | audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-5/+5
| |/
OpenPOWER on IntegriCloud