summaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
Commit message (Expand)AuthorAgeFilesLines
* audit: use inline function to set audit contextRichard Guy Briggs2018-05-141-0/+7
* audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-3/+12
* audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-141-1/+1
* seccomp: Don't special case audited processes when loggingTyler Hicks2018-05-081-9/+1
* seccomp: Audit attempts to modify the actions_logged sysctlTyler Hicks2018-05-081-0/+5
* audit: remove path param from link denied functionRichard Guy Briggs2018-03-211-4/+2
* Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-8/+0
|\
| * Audit: remove unused audit_log_secctx functionCasey Schaufler2017-11-101-8/+0
* | audit: Record fanotify access control decisionsSteve Grubb2017-10-101-0/+10
* | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-221-5/+1
|\ \
| * | seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-141-5/+1
| |/
* / ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-031-3/+3
|/
* audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-021-2/+2
* audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-021-2/+1
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-211-0/+32
|\
| * audit: log module name on init_moduleRichard Guy Briggs2017-02-131-0/+12
| * audit: log 32-bit socketcallsRichard Guy Briggs2017-01-181-0/+20
* | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-051-1/+1
|/
* audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-271-2/+0
* tty: audit: Handle tty audit enable atomicallyPeter Hurley2016-01-271-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-4/+4
|\
| * security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-4/+4
* | audit: force seccomp event logging to honor the audit_enabled flagPaul Moore2016-01-131-100/+104
|/
* audit: audit_string_contains_control can be booleanYaowei Bai2015-11-041-1/+1
* audit: audit_dummy_context can be booleanYaowei Bai2015-11-041-3/+3
* audit: implement audit by executableRichard Guy Briggs2015-08-061-0/+1
* audit: use macros for unset inode and device valuesRichard Guy Briggs2015-08-061-0/+3
* Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-3/+0
|\
| * audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-3/+0
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-02-111-1/+0
|\ \ | |/ |/|
| * audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-1/+0
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-231-0/+4
|\|
| * audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-231-0/+4
* | new helper: audit_file()Al Viro2014-11-191-0/+9
* | audit: Remove "weak" from audit_classify_compat_syscall() declarationBjorn Helgaas2014-10-221-1/+1
|/
* audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2014-09-231-5/+9
* audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-231-3/+2
* audit: fix build error when asm/syscall.h does not existEric Paris2014-09-231-1/+2
* ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-3/+4
* AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf2014-04-101-1/+1
* audit: define audit_is_compat in kernel internal headerEric Paris2014-03-241-0/+6
* audit: Add generic compat syscall supportAKASHI Takahiro2014-03-201-0/+8
* audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-201-1/+2
* audit: Convert int limit uses to u32Joe Perches2014-01-141-1/+1
* audit: correct a type mismatch in audit_syscall_exit()AKASHI Takahiro2014-01-131-1/+1
* audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2014-01-131-1/+3
* audit: fix incorrect type of sessionidRichard Guy Briggs2014-01-131-2/+2
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-131-1/+1
* audit: Simplify and correct audit_log_capsetEric W. Biederman2014-01-131-5/+5
* audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-6/+3