| Commit message (Expand) | Author | Age | Files | Lines |
* | fanotify,audit: Allow audit to use the full permission event response | Richard Guy Briggs | 2023-02-07 | 1 | -4/+5 |
* | fanotify: Ensure consistent variable type for response | Richard Guy Briggs | 2023-02-07 | 1 | -3/+3 |
* | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker() | Peilin Ye | 2022-08-04 | 1 | -5/+0 |
* | audit: make is_audit_feature_set() static | Xiu Jianfeng | 2022-06-13 | 1 | -2/+0 |
* | audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts | Julian Orth | 2022-05-17 | 1 | -1/+1 |
* | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-01 | 1 | -0/+11 |
|\ |
|
| * | audit: add OPENAT2 record to list "how" info | Richard Guy Briggs | 2021-10-04 | 1 | -0/+10 |
| * | audit: replace magic audit syscall class numbers with macros | Richard Guy Briggs | 2021-10-01 | 1 | -0/+1 |
* | | audit,io_uring,io-wq: add some basic audit support to io_uring | Paul Moore | 2021-09-19 | 1 | -0/+26 |
|/ |
|
* | audit: trigger accompanying records when no rules present | Richard Guy Briggs | 2020-10-27 | 1 | -8/+0 |
* | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs | 2020-07-21 | 1 | -5/+0 |
* | audit: issue CWD record to accompany LSM_AUDIT_DATA_* records | Richard Guy Briggs | 2020-07-08 | 1 | -1/+8 |
* | audit: remove unused !CONFIG_AUDITSYSCALL __audit_inode* stubs | Richard Guy Briggs | 2020-07-01 | 1 | -8/+0 |
* | audit: add gfp parameter to audit_log_nfcfg | Richard Guy Briggs | 2020-06-29 | 1 | -4/+4 |
* | audit: log nftables configuration change events | Richard Guy Briggs | 2020-06-23 | 1 | -0/+18 |
* | audit: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-05-07 | 1 | -1/+1 |
* | netfilter: add audit table unregister actions | Richard Guy Briggs | 2020-04-28 | 1 | -0/+1 |
* | audit: tidy and extend netfilter_cfg x_tables | Richard Guy Briggs | 2020-04-28 | 1 | -0/+21 |
* | audit: Report suspicious O_CREAT usage | Kees Cook | 2019-10-03 | 1 | -2/+3 |
* | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h | Al Viro | 2019-08-30 | 1 | -1/+0 |
* | audit_inode(): switch to passing AUDIT_INODE_... | Al Viro | 2019-07-21 | 1 | -13/+7 |
* | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-08 | 1 | -0/+9 |
|\ |
|
| * | audit: deliver signal_info regarless of syscall | Richard Guy Briggs | 2019-05-21 | 1 | -0/+9 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
|/ |
|
* | ntp: Audit NTP parameters adjustment | Ondrej Mosnacek | 2019-04-15 | 1 | -0/+61 |
* | timekeeping: Audit clock adjustments | Ondrej Mosnacek | 2019-04-15 | 1 | -0/+14 |
* | audit: hide auditsc_get_stamp and audit_serial prototypes | Richard Guy Briggs | 2019-02-07 | 1 | -9/+0 |
* | audit: ignore fcaps on umount | Richard Guy Briggs | 2019-01-30 | 1 | -5/+10 |
* | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT | Richard Guy Briggs | 2019-01-25 | 1 | -19/+23 |
* | audit: use current whenever possible | Paul Moore | 2018-11-26 | 1 | -4/+2 |
* | audit: localize audit_log_session_info prototype | Richard Guy Briggs | 2018-11-19 | 1 | -2/+0 |
* | audit: eliminate audit_enabled magic number comparison | Richard Guy Briggs | 2018-06-19 | 1 | -1/+4 |
* | audit: use inline function to set audit context | Richard Guy Briggs | 2018-05-14 | 1 | -0/+7 |
* | audit: use inline function to get audit context | Richard Guy Briggs | 2018-05-14 | 1 | -3/+12 |
* | audit: convert sessionid unset to a macro | Richard Guy Briggs | 2018-05-14 | 1 | -1/+1 |
* | seccomp: Don't special case audited processes when logging | Tyler Hicks | 2018-05-08 | 1 | -9/+1 |
* | seccomp: Audit attempts to modify the actions_logged sysctl | Tyler Hicks | 2018-05-08 | 1 | -0/+5 |
* | audit: remove path param from link denied function | Richard Guy Briggs | 2018-03-21 | 1 | -4/+2 |
* | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -8/+0 |
|\ |
|
| * | Audit: remove unused audit_log_secctx function | Casey Schaufler | 2017-11-10 | 1 | -8/+0 |
* | | audit: Record fanotify access control decisions | Steve Grubb | 2017-10-10 | 1 | -0/+10 |
* | | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-22 | 1 | -5/+1 |
|\ \ |
|
| * | | seccomp: Sysctl to configure actions that are allowed to be logged | Tyler Hicks | 2017-08-14 | 1 | -5/+1 |
| |/ |
|
* / | ipc: mqueue: Replace timespec with timespec64 | Deepa Dinamani | 2017-09-03 | 1 | -3/+3 |
|/ |
|
* | audit: Use timespec64 to represent audit timestamps | Deepa Dinamani | 2017-05-02 | 1 | -2/+2 |
* | audit: kernel generated netlink traffic should have a portid of 0 | Paul Moore | 2017-05-02 | 1 | -2/+1 |
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2017-02-21 | 1 | -0/+32 |
|\ |
|
| * | audit: log module name on init_module | Richard Guy Briggs | 2017-02-13 | 1 | -0/+12 |
| * | audit: log 32-bit socketcalls | Richard Guy Briggs | 2017-01-18 | 1 | -0/+20 |
* | | audit_log_{name,link_denied}: constify struct path | Al Viro | 2016-12-05 | 1 | -1/+1 |
|/ |
|