summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-10/+18
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore3-9/+15
2016-07-30Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds6-272/+236
2016-07-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-07-14audit: fix whitespace in CWD recordSteve Grubb1-1/+1
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-28/+25
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs4-25/+21
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs1-3/+4
2016-06-16audit: fix some horrible switch statement style crimesPaul Moore2-4/+12
2016-05-19Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds5-30/+48
2016-04-26audit: add tty field to LOGIN eventRichard Guy Briggs3-15/+35
2016-03-22auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski1-2/+2
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher9-15/+15
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-38/+359
2015-08-06audit: implement audit by executableRichard Guy Briggs7-2/+97
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs4-8/+11
2015-07-08Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2015-06-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-6/+4
2015-06-11audit: Fix check of return value of strnlen_user()Jan Kara1-1/+1
2015-05-29audit: obsolete audit_context check is removed in audit_filter_rules()Mikhail Klementyev1-3/+1
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-53/+94
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells4-13/+13
2015-02-23audit: consolidate handling of mm->exe_fileDavidlohr Bueso3-16/+19
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds7-218/+145
2015-01-26file->f_path.dentry is pinned down for as long as the file is open...Al Viro2-9/+2
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore5-134/+29
2015-01-23audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore1-9/+25
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore2-37/+4
2014-12-31Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-9/+40
2014-12-30audit: create private file name copies when auditing inodesPaul Moore1-9/+40
2014-12-24Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-21/+28
2014-12-22audit: correctly record file names with different path name typesPaul Moore1-4/+10
2014-11-19new helper: audit_file()Al Viro5-14/+24
2014-11-19kill f_dentry usesAl Viro19-37/+31
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds43-180/+204
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs2-4/+4
2014-09-23audit: remove open_arg() function that is never usedRichard Guy Briggs1-8/+0
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs5-25/+20
2014-09-23audit: add arch field to seccomp event logRichard Guy Briggs1-5/+4
2014-09-23audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs1-1/+1
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida11-17/+17
2014-06-10auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski1-9/+18
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds36-119/+351
2014-03-20audit: remove stray newline from audit_log_execve_info() audit_panic() callJoe Perches1-1/+1
2014-03-20audit: include subject in login recordsEric Paris1-6/+4
2014-03-20audit: remove superfluous new- prefix in AUDIT_LOGIN messagesRichard Guy Briggs1-1/+1
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs6-16/+38
2014-03-20audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2-3/+3
[next]