aboutsummaryrefslogtreecommitdiff
path: root/include/linux/audit.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-20sem: Split out sem_types.hGravatar Kent Overstreet 1-0/+1
2023-08-31netfilter: nf_tables: Audit log rule resetGravatar Phil Sutter 1-0/+1
2023-08-31netfilter: nf_tables: Audit log setelem resetGravatar Phil Sutter 1-0/+1
2023-05-17audit: avoid missing-prototype warningsGravatar Arnd Bergmann 1-2/+0
2023-02-07fanotify,audit: Allow audit to use the full permission event responseGravatar Richard Guy Briggs 1-4/+5
2023-02-07fanotify: Ensure consistent variable type for responseGravatar Richard Guy Briggs 1-3/+3
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Gravatar Peilin Ye 1-5/+0
2022-06-13audit: make is_audit_feature_set() staticGravatar Xiu Jianfeng 1-2/+0
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsGravatar Julian Orth 1-1/+1
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+11
2021-10-04audit: add OPENAT2 record to list "how" infoGravatar Richard Guy Briggs 1-0/+10
2021-10-01audit: replace magic audit syscall class numbers with macrosGravatar Richard Guy Briggs 1-0/+1
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringGravatar Paul Moore 1-0/+26
2020-10-27audit: trigger accompanying records when no rules presentGravatar Richard Guy Briggs 1-8/+0
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIGravatar Richard Guy Briggs 1-5/+0
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsGravatar Richard Guy Briggs 1-1/+8
2020-07-01audit: remove unused !CONFIG_AUDITSYSCALL __audit_inode* stubsGravatar Richard Guy Briggs 1-8/+0
2020-06-29audit: add gfp parameter to audit_log_nfcfgGravatar Richard Guy Briggs 1-4/+4
2020-06-23audit: log nftables configuration change eventsGravatar Richard Guy Briggs 1-0/+18
2020-05-07audit: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-04-28netfilter: add audit table unregister actionsGravatar Richard Guy Briggs 1-0/+1
2020-04-28audit: tidy and extend netfilter_cfg x_tablesGravatar Richard Guy Briggs 1-0/+21
2019-10-03audit: Report suspicious O_CREAT usageGravatar Kees Cook 1-2/+3
2019-08-30kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hGravatar Al Viro 1-1/+0
2019-07-21audit_inode(): switch to passing AUDIT_INODE_...Gravatar Al Viro 1-13/+7
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-05-21audit: deliver signal_info regarless of syscallGravatar Richard Guy Briggs 1-0/+9
2019-04-15ntp: Audit NTP parameters adjustmentGravatar Ondrej Mosnacek 1-0/+61
2019-04-15timekeeping: Audit clock adjustmentsGravatar Ondrej Mosnacek 1-0/+14
2019-02-07audit: hide auditsc_get_stamp and audit_serial prototypesGravatar Richard Guy Briggs 1-9/+0
2019-01-30audit: ignore fcaps on umountGravatar Richard Guy Briggs 1-5/+10
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITGravatar Richard Guy Briggs 1-19/+23
2018-11-26audit: use current whenever possibleGravatar Paul Moore 1-4/+2
2018-11-19audit: localize audit_log_session_info prototypeGravatar Richard Guy Briggs 1-2/+0
2018-06-19audit: eliminate audit_enabled magic number comparisonGravatar Richard Guy Briggs 1-1/+4
2018-05-14audit: use inline function to set audit contextGravatar Richard Guy Briggs 1-0/+7
2018-05-14audit: use inline function to get audit contextGravatar Richard Guy Briggs 1-3/+12
2018-05-14audit: convert sessionid unset to a macroGravatar Richard Guy Briggs 1-1/+1
2018-05-08seccomp: Don't special case audited processes when loggingGravatar Tyler Hicks 1-9/+1
2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlGravatar Tyler Hicks 1-0/+5
2018-03-21audit: remove path param from link denied functionGravatar Richard Guy Briggs 1-4/+2
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+0
2017-11-10Audit: remove unused audit_log_secctx functionGravatar Casey Schaufler 1-8/+0
2017-10-10audit: Record fanotify access control decisionsGravatar Steve Grubb 1-0/+10
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+1
2017-09-03ipc: mqueue: Replace timespec with timespec64Gravatar Deepa Dinamani 1-3/+3
2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedGravatar Tyler Hicks 1-5/+1
2017-05-02audit: Use timespec64 to represent audit timestampsGravatar Deepa Dinamani 1-2/+2
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 1-2/+1