aboutsummaryrefslogtreecommitdiff
path: root/include/linux/audit.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-30kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hGravatar Al Viro 1-1/+0
2019-07-21audit_inode(): switch to passing AUDIT_INODE_...Gravatar Al Viro 1-13/+7
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-05-21audit: deliver signal_info regarless of syscallGravatar Richard Guy Briggs 1-0/+9
2019-04-15ntp: Audit NTP parameters adjustmentGravatar Ondrej Mosnacek 1-0/+61
2019-04-15timekeeping: Audit clock adjustmentsGravatar Ondrej Mosnacek 1-0/+14
2019-02-07audit: hide auditsc_get_stamp and audit_serial prototypesGravatar Richard Guy Briggs 1-9/+0
2019-01-30audit: ignore fcaps on umountGravatar Richard Guy Briggs 1-5/+10
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITGravatar Richard Guy Briggs 1-19/+23
2018-11-26audit: use current whenever possibleGravatar Paul Moore 1-4/+2
2018-11-19audit: localize audit_log_session_info prototypeGravatar Richard Guy Briggs 1-2/+0
2018-06-19audit: eliminate audit_enabled magic number comparisonGravatar Richard Guy Briggs 1-1/+4
2018-05-14audit: use inline function to set audit contextGravatar Richard Guy Briggs 1-0/+7
2018-05-14audit: use inline function to get audit contextGravatar Richard Guy Briggs 1-3/+12
2018-05-14audit: convert sessionid unset to a macroGravatar Richard Guy Briggs 1-1/+1
2018-05-08seccomp: Don't special case audited processes when loggingGravatar Tyler Hicks 1-9/+1
2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlGravatar Tyler Hicks 1-0/+5
2018-03-21audit: remove path param from link denied functionGravatar Richard Guy Briggs 1-4/+2
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+0
2017-11-10Audit: remove unused audit_log_secctx functionGravatar Casey Schaufler 1-8/+0
2017-10-10audit: Record fanotify access control decisionsGravatar Steve Grubb 1-0/+10
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+1
2017-09-03ipc: mqueue: Replace timespec with timespec64Gravatar Deepa Dinamani 1-3/+3
2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedGravatar Tyler Hicks 1-5/+1
2017-05-02audit: Use timespec64 to represent audit timestampsGravatar Deepa Dinamani 1-2/+2
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 1-2/+1
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+32
2017-02-13audit: log module name on init_moduleGravatar Richard Guy Briggs 1-0/+12
2017-01-18audit: log 32-bit socketcallsGravatar Richard Guy Briggs 1-0/+20
2016-12-05audit_log_{name,link_denied}: constify struct pathGravatar Al Viro 1-1/+1
2016-06-27audit: add fields to exclude filter by reusing user filterGravatar Richard Guy Briggs 1-2/+0
2016-01-27tty: audit: Handle tty audit enable atomicallyGravatar Peter Hurley 1-0/+4
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+4
2016-01-13audit: force seccomp event logging to honor the audit_enabled flagGravatar Paul Moore 1-100/+104
2015-12-24security: Make inode argument of inode_getsecid non-constGravatar Andreas Gruenbacher 1-4/+4
2015-11-04audit: audit_string_contains_control can be booleanGravatar Yaowei Bai 1-1/+1
2015-11-04audit: audit_dummy_context can be booleanGravatar Yaowei Bai 1-3/+3
2015-08-06audit: implement audit by executableGravatar Richard Guy Briggs 1-0/+1
2015-08-06audit: use macros for unset inode and device valuesGravatar Richard Guy Briggs 1-0/+3
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