aboutsummaryrefslogtreecommitdiff
path: root/include/linux/audit.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-3/+0
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+0
2015-01-23audit: replace getname()/putname() hacks with reference countersGravatar Paul Moore 1-3/+0
2015-01-20audit: remove vestiges of vers_opsGravatar Richard Guy Briggs 1-1/+0
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+4
2014-12-23audit: restore AUDIT_LOGINUID unset ABIGravatar Richard Guy Briggs 1-0/+4
2014-11-19new helper: audit_file()Gravatar Al Viro 1-0/+9
2014-10-22audit: Remove "weak" from audit_classify_compat_syscall() declarationGravatar Bjorn Helgaas 1-1/+1
2014-09-23audit: use union for audit_field values since they are mutually exclusiveGravatar Richard Guy Briggs 1-5/+9
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceGravatar Richard Guy Briggs 1-3/+2
2014-09-23audit: fix build error when asm/syscall.h does not existGravatar Eric Paris 1-1/+2
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archGravatar Eric Paris 1-3/+4
2014-04-10AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICGravatar Chris Metcalf 1-1/+1
2014-03-24audit: define audit_is_compat in kernel internal headerGravatar Eric Paris 1-0/+6
2014-03-20audit: Add generic compat syscall supportGravatar AKASHI Takahiro 1-0/+8
2014-03-20audit: Send replies in the proper network namespace.Gravatar Eric W. Biederman 1-1/+2
2014-01-14audit: Convert int limit uses to u32Gravatar Joe Perches 1-1/+1
2014-01-13audit: correct a type mismatch in audit_syscall_exit()Gravatar AKASHI Takahiro 1-1/+1
2014-01-13audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesGravatar Richard Guy Briggs 1-1/+3
2014-01-13audit: fix incorrect type of sessionidGravatar Richard Guy Briggs 1-2/+2
2014-01-13audit: fix netlink portid naming and typesGravatar Richard Guy Briggs 1-1/+1
2014-01-13audit: Simplify and correct audit_log_capsetGravatar Eric W. Biederman 1-5/+5
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationGravatar Richard Guy Briggs 1-6/+3
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionGravatar Richard Guy Briggs 1-2/+2
2013-11-05audit: implement generic feature setting and retrievingGravatar Eric Paris 1-0/+2
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Gravatar Jeff Layton 1-4/+22
2013-05-07audit: Make testing for a valid loginuid explicit.Gravatar Eric W. Biederman 1-0/+5
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKGravatar Eric Paris 1-9/+11
2013-04-30helper for some session id stuffGravatar Eric Paris 1-0/+2
2013-04-30audit: use a consistent audit helper to log lsm informationGravatar Eric Paris 1-3/+5
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsGravatar Eric Paris 1-2/+1
2013-04-16audit: allow checking the type of audit message in the user filterGravatar Eric Paris 1-1/+1
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Gravatar Chen Gang 1-5/+11
2013-04-10audit: Syscall rules are not applied to existing processes on non-x86Gravatar Anton Blanchard 1-1/+1
2013-01-11linux/audit.h: move ptrace.h include to kernel headerGravatar Mike Frysinger 1-0/+1
2013-01-11audit: create explicit AUDIT_SECCOMP event typeGravatar Kees Cook 1-1/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-380/+1
2012-10-13Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxGravatar Linus Torvalds 1-0/+1
2012-10-12audit: make audit_inode take struct filenameGravatar Jeff Layton 1-4/+6
2012-10-12audit: allow audit code to satisfy getname requests from its names_listGravatar Jeff Layton 1-0/+11
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-5/+7
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingGravatar Jeff Layton 1-5/+11
2012-10-12audit: set the name_len in audit_inode for parent lookupsGravatar Jeff Layton 1-5/+10
2012-10-12audit: add a new "type" field to audit_names structGravatar Jeff Layton 1-0/+5
2012-10-12audit: reverse arguments to audit_inode_childGravatar Jeff Layton 1-9/+9
2012-10-06audit.h: replace defines with C stubsGravatar Kees Cook 1-53/+153
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+2
2012-09-21audit: define AUDIT_ARCH_OPENRISCGravatar Kees Cook 1-0/+1
2012-09-17userns: Convert the audit loginuid to be a kuidGravatar Eric W. Biederman 1-3/+3
2012-09-17audit: Add typespecific uid and gid comparatorsGravatar Eric W. Biederman 1-0/+2