| Commit message (Expand) | Author | Age | Files | Lines |
* | audit: log AUDIT_TIME_* records only from rules | Richard Guy Briggs | 2022-02-22 | 1 | -0/+4 |
* | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 1 | -0/+2 |
|\ |
|
| * | audit: add OPENAT2 record to list "how" info | Richard Guy Briggs | 2021-10-04 | 1 | -0/+2 |
* | | audit,io_uring,io-wq: add some basic audit support to io_uring | Paul Moore | 2021-09-20 | 1 | -0/+2 |
* | | audit: prepare audit_context for use in calling contexts beyond syscalls | Paul Moore | 2021-09-20 | 1 | -1/+4 |
|/ |
|
* | audit: add header protection to kernel/audit.h | MaYuming | 2021-07-20 | 1 | -0/+5 |
* | audit: remove trailing spaces and tabs | Zhen Lei | 2021-06-11 | 1 | -1/+1 |
* | audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition | Sergey Nazarov | 2021-06-09 | 1 | -4/+4 |
* | audit: avoid -Wempty-body warning | Arnd Bergmann | 2021-03-24 | 1 | -6/+6 |
* | audit: change unnecessary globals into statics | Jules Irenge | 2020-08-18 | 1 | -4/+0 |
* | revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres... | Paul Moore | 2020-07-29 | 1 | -8/+0 |
* | audit: fix a net reference leak in audit_list_rules_send() | Paul Moore | 2020-04-22 | 1 | -1/+1 |
* | audit: trigger accompanying records when no rules present | Richard Guy Briggs | 2020-03-12 | 1 | -0/+8 |
* | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-09 | 1 | -2/+6 |
|\ |
|
| * | audit: deliver signal_info regarless of syscall | Richard Guy Briggs | 2019-05-22 | 1 | -2/+6 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
|/ |
|
* | audit_compare_dname_path(): switch to const struct qstr * | Al Viro | 2019-04-29 | 1 | -1/+1 |
* | audit: hide auditsc_get_stamp and audit_serial prototypes | Richard Guy Briggs | 2019-02-08 | 1 | -0/+5 |
* | audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL | Richard Guy Briggs | 2019-02-03 | 1 | -9/+0 |
* | audit: ignore fcaps on umount | Richard Guy Briggs | 2019-01-31 | 1 | -1/+1 |
* | audit: clean up AUDITSYSCALL prototypes and stubs | Richard Guy Briggs | 2019-01-25 | 1 | -31/+33 |
* | audit: add support for fcaps v3 | Richard Guy Briggs | 2019-01-25 | 1 | -0/+1 |
* | audit: hand taken context to audit_kill_trees for syscall logging | Richard Guy Briggs | 2019-01-15 | 1 | -2/+2 |
* | audit: use current whenever possible | Paul Moore | 2018-11-27 | 1 | -1/+1 |
* | audit: remove WATCH and TREE config options | Richard Guy Briggs | 2018-11-19 | 1 | -3/+3 |
* | audit: localize audit_log_session_info prototype | Richard Guy Briggs | 2018-11-19 | 1 | -0/+2 |
* | audit: track the owner of the command mutex ourselves | Paul Moore | 2018-02-23 | 1 | -1/+2 |
* | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ |
|
| * | audit: convert audit_ever_enabled to a boolean | Paul Moore | 2017-11-10 | 1 | -1/+1 |
* | | ipc: mqueue: Replace timespec with timespec64 | Deepa Dinamani | 2017-09-04 | 1 | -1/+1 |
|/ |
|
* | audit: style fix | Derek Robson | 2017-06-13 | 1 | -14/+14 |
* | audit: add ambient capabilities to CAPSET and BPRM_FCAPS records | Richard Guy Briggs | 2017-05-30 | 1 | -0/+1 |
* | audit: Use timespec64 to represent audit timestamps | Deepa Dinamani | 2017-05-02 | 1 | -1/+1 |
* | audit: store the auditd PID as a pid struct instead of pid_t | Paul Moore | 2017-05-02 | 1 | -1/+1 |
* | audit: kernel generated netlink traffic should have a portid of 0 | Paul Moore | 2017-05-02 | 1 | -2/+1 |
* | audit: move audit_signal_info() into kernel/auditsc.c | Paul Moore | 2017-03-27 | 1 | -7/+1 |
* | audit: fix auditd/kernel connection state tracking | Paul Moore | 2017-03-21 | 1 | -7/+2 |
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2017-02-21 | 1 | -0/+3 |
|\ |
|
| * | audit: log module name on init_module | Richard Guy Briggs | 2017-02-13 | 1 | -0/+3 |
* | | audit_log_{name,link_denied}: constify struct path | Al Viro | 2016-12-06 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2016-07-30 | 1 | -0/+2 |
|\ |
|
| * | audit: add fields to exclude filter by reusing user filter | Richard Guy Briggs | 2016-06-27 | 1 | -0/+2 |
* | | audit: move audit_get_tty to reduce scope and kabi changes | Richard Guy Briggs | 2016-06-28 | 1 | -0/+4 |
|/ |
|
* | security: Make inode argument of inode_getsecid non-const | Andreas Gruenbacher | 2015-12-24 | 1 | -1/+1 |
* | audit: audit_tree_match can be boolean | Yaowei Bai | 2015-11-04 | 1 | -1/+1 |
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-09-08 | 1 | -0/+18 |
|\ |
|
| * | audit: implement audit by executable | Richard Guy Briggs | 2015-08-06 | 1 | -0/+4 |
| * | audit: clean simple fsnotify implementation | Richard Guy Briggs | 2015-08-06 | 1 | -0/+14 |
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-04-22 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | audit: consolidate handling of mm->exe_file | Davidlohr Bueso | 2015-02-23 | 1 | -0/+3 |