aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-20audit: connect LOGIN record to its syscall recordGravatar Richard Guy Briggs 1-1/+1
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLGravatar Richard Guy Briggs 1-157/+0
2019-01-30audit: ignore fcaps on umountGravatar Richard Guy Briggs 1-1/+9
2019-01-25audit: add support for fcaps v3Gravatar Richard Guy Briggs 1-2/+4
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITGravatar Richard Guy Briggs 1-0/+85
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsGravatar Richard Guy Briggs 1-9/+19
2019-01-14audit: give a clue what CONFIG_CHANGE op was involvedGravatar Richard Guy Briggs 1-2/+5
2018-12-14audit: remove duplicated include from audit.cGravatar YueHaibing 1-1/+0
2018-12-03audit: shorten PATH cap values when zeroGravatar Richard Guy Briggs 1-4/+6
2018-11-26audit: use current whenever possibleGravatar Paul Moore 1-17/+17
2018-11-26audit: minimize our use of audit_log_format()Gravatar Paul Moore 1-6/+5
2018-11-19audit: use session_info helperGravatar Richard Guy Briggs 1-3/+3
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsGravatar Paul Moore 1-1/+1
2018-07-03audit: use ktime_get_coarse_ts64() for time accessGravatar Arnd Bergmann 1-1/+1
2018-06-19audit: eliminate audit_enabled magic number comparisonGravatar Richard Guy Briggs 1-3/+0
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDEGravatar Richard Guy Briggs 1-1/+1
2018-05-14audit: use inline function to get audit contextGravatar Richard Guy Briggs 1-4/+2
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsGravatar Richard Guy Briggs 1-2/+2
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-32/+76
2018-03-26treewide: Align function definition open/close bracesGravatar Joe Perches 1-3/+3
2018-03-21audit: remove path param from link denied functionGravatar Richard Guy Briggs 1-2/+1
2018-03-08audit: link denied should not directly generate PATH recordGravatar Richard Guy Briggs 1-13/+1
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextGravatar Richard Guy Briggs 1-0/+3
2018-03-06audit: do not panic on invalid boot parameterGravatar Greg Edwards 1-7/+14
2018-02-23audit: track the owner of the command mutex ourselvesGravatar Paul Moore 1-11/+55
2018-02-21audit: return on memory error to avoid null pointer dereferenceGravatar Richard Guy Briggs 1-0/+2
2018-02-14audit: update bugtracker and source URIsGravatar Richard Guy Briggs 1-1/+2
2017-11-10Audit: remove unused audit_log_secctx functionGravatar Casey Schaufler 1-26/+0
2017-11-10audit: Allow auditd to set pid to 0 to end auditingGravatar Steve Grubb 1-13/+16
2017-11-10audit: use audit_set_enabled() in audit_enable()Gravatar Paul Moore 1-2/+2
2017-11-10audit: convert audit_ever_enabled to a booleanGravatar Paul Moore 1-1/+1
2017-11-10audit: don't use simple_strtol() anymoreGravatar Paul Moore 1-2/+7
2017-11-10audit: initialize the audit subsystem as early as possibleGravatar Paul Moore 1-1/+1
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Gravatar Paul Moore 1-5/+5
2017-09-05audit: update the function commentsGravatar Geliang Tang 1-1/+1
2017-09-05audit: Reduce overhead using a coarse clockGravatar Mel Gorman 1-1/+1
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+1
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Gravatar Shu Wang 1-0/+1
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-32/+29
2017-06-16audit: make sure we never skip the multicast broadcastGravatar Paul Moore 1-3/+2
2017-06-13audit: fix a race condition with the auditd tracking codeGravatar Paul Moore 1-13/+23
2017-05-23audit: unswing cap_* fields in PATH recordsGravatar Richard Guy Briggs 1-16/+4
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-146/+173
2017-05-02audit: fix the RCU locking for the auditd_connection structureGravatar Paul Moore 1-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cacheGravatar Paul Moore 1-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsGravatar Deepa Dinamani 1-5/+5
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tGravatar Paul Moore 1-27/+57
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 1-17/+6
2017-05-02audit: combine audit_receive() and audit_receive_skb()Gravatar Paul Moore 1-11/+8
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-35/+32