summaryrefslogtreecommitdiff
path: root/include/linux/audit.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani1-2/+2
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Paul Moore1-2/+1
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+32
2017-02-13audit: log module name on init_moduleRichard Guy Briggs1-0/+12
2017-01-18audit: log 32-bit socketcallsRichard Guy Briggs1-0/+20
2016-12-05audit_log_{name,link_denied}: constify struct pathAl Viro1-1/+1
2016-06-27audit: add fields to exclude filter by reusing user filterRichard Guy Briggs1-2/+0
2016-01-27tty: audit: Handle tty audit enable atomicallyPeter Hurley1-0/+4
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+4
2016-01-13audit: force seccomp event logging to honor the audit_enabled flagPaul Moore1-100/+104
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher1-4/+4
2015-11-04audit: audit_string_contains_control can be booleanYaowei Bai1-1/+1
2015-11-04audit: audit_dummy_context can be booleanYaowei Bai1-3/+3
2015-08-06audit: implement audit by executableRichard Guy Briggs1-0/+1
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs1-0/+3
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-3/+0
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+0
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore1-3/+0
2015-01-20audit: remove vestiges of vers_opsRichard Guy Briggs1-1/+0
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+4
2014-12-23audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs1-0/+4
2014-11-19new helper: audit_file()Al Viro1-0/+9
2014-10-22audit: Remove "weak" from audit_classify_compat_syscall() declarationBjorn Helgaas1-1/+1
2014-09-23audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs1-5/+9
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-3/+2
2014-09-23audit: fix build error when asm/syscall.h does not existEric Paris1-1/+2
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-3/+4
2014-04-10AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf1-1/+1
2014-03-24audit: define audit_is_compat in kernel internal headerEric Paris1-0/+6
2014-03-20audit: Add generic compat syscall supportAKASHI Takahiro1-0/+8
2014-03-20audit: Send replies in the proper network namespace.Eric W. Biederman1-1/+2
2014-01-14audit: Convert int limit uses to u32Joe Perches1-1/+1
2014-01-13audit: correct a type mismatch in audit_syscall_exit()AKASHI Takahiro1-1/+1
2014-01-13audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs1-1/+3
2014-01-13audit: fix incorrect type of sessionidRichard Guy Briggs1-2/+2
2014-01-13audit: fix netlink portid naming and typesRichard Guy Briggs1-1/+1
2014-01-13audit: Simplify and correct audit_log_capsetEric W. Biederman1-5/+5
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs1-6/+3
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs1-2/+2
2013-11-05audit: implement generic feature setting and retrievingEric Paris1-0/+2
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton1-4/+22
2013-05-07audit: Make testing for a valid loginuid explicit.Eric W. Biederman1-0/+5
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris1-9/+11
2013-04-30helper for some session id stuffEric Paris1-0/+2
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris1-3/+5
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris1-2/+1
2013-04-16audit: allow checking the type of audit message in the user filterEric Paris1-1/+1
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang1-5/+11
2013-04-10audit: Syscall rules are not applied to existing processes on non-x86Anton Blanchard1-1/+1
2013-01-11linux/audit.h: move ptrace.h include to kernel headerMike Frysinger1-0/+1