summaryrefslogtreecommitdiff
path: root/kernel/auditsc.c
AgeCommit message (Expand)Author
2019-11-28audit: print empty EXECVE argsRichard Guy Briggs
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček
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
2015-01-23audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore
2014-12-31Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-12-30audit: create private file name copies when auditing inodesPaul Moore
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-12-22audit: correctly record file names with different path name typesPaul Moore
2014-11-19new helper: audit_file()Al Viro
2014-11-19kill f_dentry usesAl Viro
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs
2014-09-23audit: remove open_arg() function that is never usedRichard Guy Briggs
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs
2014-09-23audit: add arch field to seccomp event logRichard Guy Briggs
2014-09-23audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-06-10auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-03-20audit: remove stray newline from audit_log_execve_info() audit_panic() callJoe Perches
2014-03-20audit: include subject in login recordsEric Paris
2014-03-20audit: remove superfluous new- prefix in AUDIT_LOGIN messagesRichard Guy Briggs
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs