aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-21audit: correct audit_filter_inodes() definitionGravatar Xiu Jianfeng 1-1/+1
2023-05-17audit: avoid missing-prototype warningsGravatar Arnd Bergmann 1-1/+1
2022-09-07audit: remove selinux_audit_rule_update() declarationGravatar Xiu Jianfeng 1-2/+0
2022-08-26audit: audit_context pid unused, context enum comment fixGravatar Richard Guy Briggs 1-1/+1
2022-02-22audit: log AUDIT_TIME_* records only from rulesGravatar Richard Guy Briggs 1-0/+4
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2021-10-04audit: add OPENAT2 record to list "how" infoGravatar Richard Guy Briggs 1-0/+2
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringGravatar Paul Moore 1-0/+2
2021-09-19audit: prepare audit_context for use in calling contexts beyond syscallsGravatar Paul Moore 1-1/+4
2021-07-19audit: add header protection to kernel/audit.hGravatar MaYuming 1-0/+5
2021-06-10audit: remove trailing spaces and tabsGravatar Zhen Lei 1-1/+1
2021-06-08audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionGravatar Sergey Nazarov 1-4/+4
2021-03-24audit: avoid -Wempty-body warningGravatar Arnd Bergmann 1-6/+6
2020-08-17audit: change unnecessary globals into staticsGravatar Jules Irenge 1-4/+0
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Gravatar Paul Moore 1-8/+0
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Gravatar Paul Moore 1-1/+1
2020-03-12audit: trigger accompanying records when no rules presentGravatar Richard Guy Briggs 1-0/+8
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-21audit: deliver signal_info regarless of syscallGravatar Richard Guy Briggs 1-2/+6
2019-04-28audit_compare_dname_path(): switch to const struct qstr *Gravatar Al Viro 1-1/+1
2019-02-07audit: hide auditsc_get_stamp and audit_serial prototypesGravatar Richard Guy Briggs 1-0/+5
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLGravatar Richard Guy Briggs 1-9/+0
2019-01-30audit: ignore fcaps on umountGravatar Richard Guy Briggs 1-1/+1
2019-01-25audit: clean up AUDITSYSCALL prototypes and stubsGravatar Richard Guy Briggs 1-31/+33
2019-01-25audit: add support for fcaps v3Gravatar Richard Guy Briggs 1-0/+1
2019-01-14audit: hand taken context to audit_kill_trees for syscall loggingGravatar Richard Guy Briggs 1-2/+2
2018-11-26audit: use current whenever possibleGravatar Paul Moore 1-1/+1
2018-11-19audit: remove WATCH and TREE config optionsGravatar Richard Guy Briggs 1-3/+3
2018-11-19audit: localize audit_log_session_info prototypeGravatar Richard Guy Briggs 1-0/+2
2018-02-23audit: track the owner of the command mutex ourselvesGravatar Paul Moore 1-1/+2
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-10audit: convert audit_ever_enabled to a booleanGravatar Paul Moore 1-1/+1
2017-09-03ipc: mqueue: Replace timespec with timespec64Gravatar Deepa Dinamani 1-1/+1
2017-06-12audit: style fixGravatar Derek Robson 1-14/+14
2017-05-30audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsGravatar Richard Guy Briggs 1-0/+1
2017-05-02audit: Use timespec64 to represent audit timestampsGravatar Deepa Dinamani 1-1/+1
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tGravatar Paul Moore 1-1/+1
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 1-2/+1
2017-03-27audit: move audit_signal_info() into kernel/auditsc.cGravatar Paul Moore 1-7/+1
2017-03-21audit: fix auditd/kernel connection state trackingGravatar Paul Moore 1-7/+2
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+3
2017-02-13audit: log module name on init_moduleGravatar Richard Guy Briggs 1-0/+3
2016-12-05audit_log_{name,link_denied}: constify struct pathGravatar Al Viro 1-1/+1
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+2
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesGravatar Richard Guy Briggs 1-0/+4
2016-06-27audit: add fields to exclude filter by reusing user filterGravatar Richard Guy Briggs 1-0/+2
2015-12-24security: Make inode argument of inode_getsecid non-constGravatar Andreas Gruenbacher 1-1/+1
2015-11-04audit: audit_tree_match can be booleanGravatar Yaowei Bai 1-1/+1
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+18