summaryrefslogtreecommitdiff
path: root/kernel/auditsc.c
AgeCommit message (Expand)Author
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-10audit: filter PATH records keyed on filesystem magicRichard Guy Briggs
2017-10-10audit: Record fanotify access control decisionsSteve Grubb
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-05audit: update the function commentsGeliang Tang
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman
2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-05-30audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara
2017-03-27audit: move audit_signal_info() into kernel/auditsc.cPaul Moore
2017-03-21audit: fix auditd/kernel connection state trackingPaul Moore
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-02-14audit: remove unnecessary curly braces from switch/case statementsPaul Moore
2017-02-13audit: log module name on init_moduleRichard Guy Briggs
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14audit: Make AUDIT_ANOM_ABEND event normalizedSteve Grubb
2016-11-29audit: add support for session ID user filterRichard Guy Briggs
2016-11-20audit: skip sessionid sentinel value when auto-incrementingRichard Guy Briggs
2016-11-14audit: tame initialization warning len_abuf in audit_log_execve_infoRichard Guy Briggs
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-07-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-07-14audit: fix whitespace in CWD recordSteve Grubb
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs
2016-06-16audit: fix some horrible switch statement style crimesPaul Moore
2016-05-18Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-04-26audit: add tty field to LOGIN eventRichard Guy Briggs
2016-03-22auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-08-06audit: implement audit by executableRichard Guy Briggs
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs
2015-07-08Fix broken audit tests for exec arg lenLinus Torvalds
2015-06-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-06-11audit: Fix check of return value of strnlen_user()Jan Kara
2015-05-29audit: obsolete audit_context check is removed in audit_filter_rules()Mikhail Klementyev
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells
2015-02-23audit: consolidate handling of mm->exe_fileDavidlohr Bueso
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-01-25file->f_path.dentry is pinned down for as long as the file is open...Al Viro
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore