summaryrefslogtreecommitdiffstats
path: root/kernel/audit.h
Commit message (Expand)AuthorAgeFilesLines
* audit: correct audit_filter_inodes() definitionXiu Jianfeng2023-07-211-1/+1
* audit: avoid missing-prototype warningsArnd Bergmann2023-05-171-1/+1
* audit: remove selinux_audit_rule_update() declarationXiu Jianfeng2022-09-071-2/+0
* audit: audit_context pid unused, context enum comment fixRichard Guy Briggs2022-08-261-1/+1
* audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs2022-02-221-0/+4
* Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-011-0/+2
|\
| * audit: add OPENAT2 record to list "how" infoRichard Guy Briggs2021-10-041-0/+2
* | audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore2021-09-191-0/+2
* | audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore2021-09-191-1/+4
|/
* audit: add header protection to kernel/audit.hMaYuming2021-07-191-0/+5
* audit: remove trailing spaces and tabsZhen Lei2021-06-101-1/+1
* audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov2021-06-081-4/+4
* audit: avoid -Wempty-body warningArnd Bergmann2021-03-241-6/+6
* audit: change unnecessary globals into staticsJules Irenge2020-08-171-4/+0
* revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore2020-07-291-8/+0
* audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-04-221-1/+1
* audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-03-121-0/+8
* Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-2/+6
|\
| * audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-211-2/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* audit_compare_dname_path(): switch to const struct qstr *Al Viro2019-04-281-1/+1
* audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs2019-02-071-0/+5
* audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-031-9/+0
* audit: ignore fcaps on umountRichard Guy Briggs2019-01-301-1/+1
* audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs2019-01-251-31/+33
* audit: add support for fcaps v3Richard Guy Briggs2019-01-251-0/+1
* audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs2019-01-141-2/+2
* audit: use current whenever possiblePaul Moore2018-11-261-1/+1
* audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-191-3/+3
* audit: localize audit_log_session_info prototypeRichard Guy Briggs2018-11-191-0/+2
* audit: track the owner of the command mutex ourselvesPaul Moore2018-02-231-1/+2
* Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-101-1/+1
* | ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-031-1/+1
|/
* audit: style fixDerek Robson2017-06-121-14/+14
* audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs2017-05-301-0/+1
* audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-021-1/+1
* audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-021-1/+1
* audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-021-2/+1
* audit: move audit_signal_info() into kernel/auditsc.cPaul Moore2017-03-271-7/+1
* audit: fix auditd/kernel connection state trackingPaul Moore2017-03-211-7/+2
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-211-0/+3
|\
| * audit: log module name on init_moduleRichard Guy Briggs2017-02-131-0/+3
* | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-051-1/+1
|/
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-291-0/+2
|\
| * audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-271-0/+2
* | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-281-0/+4
|/
* security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-1/+1
* audit: audit_tree_match can be booleanYaowei Bai2015-11-041-1/+1
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-081-0/+18
|\