Age | Commit message (Expand) | Author | Files | Lines |
2020-07-21 | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs | 1 | -5/+0 |
2020-07-09 | audit: issue CWD record to accompany LSM_AUDIT_DATA_* records | Richard Guy Briggs | 1 | -1/+8 |
2020-07-01 | audit: remove unused !CONFIG_AUDITSYSCALL __audit_inode* stubs | Richard Guy Briggs | 1 | -8/+0 |
2020-06-30 | audit: add gfp parameter to audit_log_nfcfg | Richard Guy Briggs | 1 | -4/+4 |
2020-06-24 | audit: log nftables configuration change events | Richard Guy Briggs | 1 | -0/+18 |
2020-05-08 | audit: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-29 | netfilter: add audit table unregister actions | Richard Guy Briggs | 1 | -0/+1 |
2020-04-29 | audit: tidy and extend netfilter_cfg x_tables | Richard Guy Briggs | 1 | -0/+21 |
2019-10-03 | audit: Report suspicious O_CREAT usage | Kees Cook | 1 | -2/+3 |
2019-08-31 | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h | Al Viro | 1 | -1/+0 |
2019-07-22 | audit_inode(): switch to passing AUDIT_INODE_... | Al Viro | 1 | -13/+7 |
2019-07-09 | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+9 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -15/+1 |
2019-05-22 | audit: deliver signal_info regarless of syscall | Richard Guy Briggs | 1 | -0/+9 |
2019-04-16 | ntp: Audit NTP parameters adjustment | Ondrej Mosnacek | 1 | -0/+61 |
2019-04-16 | timekeeping: Audit clock adjustments | Ondrej Mosnacek | 1 | -0/+14 |
2019-02-08 | audit: hide auditsc_get_stamp and audit_serial prototypes | Richard Guy Briggs | 1 | -9/+0 |
2019-01-31 | audit: ignore fcaps on umount | Richard Guy Briggs | 1 | -5/+10 |
2019-01-25 | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT | Richard Guy Briggs | 1 | -19/+23 |
2018-11-27 | audit: use current whenever possible | Paul Moore | 1 | -4/+2 |
2018-11-19 | audit: localize audit_log_session_info prototype | Richard Guy Briggs | 1 | -2/+0 |
2018-06-19 | audit: eliminate audit_enabled magic number comparison | Richard Guy Briggs | 1 | -1/+4 |
2018-05-15 | audit: use inline function to set audit context | Richard Guy Briggs | 1 | -0/+7 |
2018-05-15 | audit: use inline function to get audit context | Richard Guy Briggs | 1 | -3/+12 |
2018-05-14 | audit: convert sessionid unset to a macro | Richard Guy Briggs | 1 | -1/+1 |
2018-05-08 | seccomp: Don't special case audited processes when logging | Tyler Hicks | 1 | -9/+1 |
2018-05-08 | seccomp: Audit attempts to modify the actions_logged sysctl | Tyler Hicks | 1 | -0/+5 |
2018-03-21 | audit: remove path param from link denied function | Richard Guy Briggs | 1 | -4/+2 |
2017-11-16 | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+0 |
2017-11-11 | Audit: remove unused audit_log_secctx function | Casey Schaufler | 1 | -8/+0 |
2017-10-10 | audit: Record fanotify access control decisions | Steve Grubb | 1 | -0/+10 |
2017-09-23 | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+1 |
2017-09-04 | ipc: mqueue: Replace timespec with timespec64 | Deepa Dinamani | 1 | -3/+3 |
2017-08-14 | seccomp: Sysctl to configure actions that are allowed to be logged | Tyler Hicks | 1 | -5/+1 |
2017-05-02 | audit: Use timespec64 to represent audit timestamps | Deepa Dinamani | 1 | -2/+2 |
2017-05-02 | audit: kernel generated netlink traffic should have a portid of 0 | Paul Moore | 1 | -2/+1 |
2017-02-22 | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 1 | -0/+32 |
2017-02-14 | audit: log module name on init_module | Richard Guy Briggs | 1 | -0/+12 |
2017-01-18 | audit: log 32-bit socketcalls | Richard Guy Briggs | 1 | -0/+20 |
2016-12-06 | audit_log_{name,link_denied}: constify struct path | Al Viro | 1 | -1/+1 |
2016-06-27 | audit: add fields to exclude filter by reusing user filter | Richard Guy Briggs | 1 | -2/+0 |
2016-01-28 | tty: audit: Handle tty audit enable atomically | Peter Hurley | 1 | -0/+4 |
2016-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -4/+4 |
2016-01-13 | audit: force seccomp event logging to honor the audit_enabled flag | Paul Moore | 1 | -100/+104 |
2015-12-24 | security: Make inode argument of inode_getsecid non-const | Andreas Gruenbacher | 1 | -4/+4 |
2015-11-04 | audit: audit_string_contains_control can be boolean | Yaowei Bai | 1 | -1/+1 |
2015-11-04 | audit: audit_dummy_context can be boolean | Yaowei Bai | 1 | -3/+3 |
2015-08-06 | audit: implement audit by executable | Richard Guy Briggs | 1 | -0/+1 |
2015-08-06 | audit: use macros for unset inode and device values | Richard Guy Briggs | 1 | -0/+3 |
2015-02-18 | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -3/+0 |