aboutsummaryrefslogtreecommitdiff
path: root/kernel/auditfilter.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25audit: remove unnecessary assignment in audit_dupe_lsm_field()Gravatar Li zeming 1-1/+1
2023-08-15audit: move trailing statements to next lineGravatar Atul Kumar Pant 1-1/+2
2023-08-15audit: add space before parenthesis and around '=', "==", and '<'Gravatar Atul Kumar Pant 1-8/+8
2022-01-11Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-12-20audit: use struct_size() helper in audit_[send|make]_reply()Gravatar Xiu Jianfeng 1-1/+1
2021-12-14audit: use struct_size() helper in kmalloc()Gravatar Xiu Jianfeng 1-1/+1
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Gravatar Paul Moore 1-2/+1
2021-09-19audit: add filtering for io_uring recordsGravatar Paul Moore 1-3/+12
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsGravatar Paul Moore 1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Gravatar Paul Moore 1-9/+7
2020-02-22audit: fix error handling in audit_data_to_entry()Gravatar Paul Moore 1-32/+39
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-24/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-30audit: remove the BUG() calls in the audit rule comparison functionsGravatar Paul Moore 1-3/+0
2019-05-23audit: add saddr_fam filter fieldGravatar Richard Guy Briggs 1-0/+5
2019-05-23audit: re-structure audit field valid checksGravatar Richard Guy Briggs 1-22/+34
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+3
2019-04-28audit_compare_dname_path(): switch to const struct qstr *Gravatar Al Viro 1-3/+3
2019-04-22audit: fix a memory leak bugGravatar Wenwen Wang 1-5/+7
2019-04-08audit: purge unnecessary list_empty callsGravatar Richard Guy Briggs 1-2/+0
2019-02-12audit: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2019-01-31audit: remove unused actx param from audit_rule_matchGravatar Richard Guy Briggs 1-1/+1
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsGravatar Richard Guy Briggs 1-1/+1
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDEGravatar Richard Guy Briggs 1-5/+5
2018-06-19audit: allow other filter list types for AUDIT_EXEGravatar Ondrej Mosnáček 1-2/+5
2018-05-18audit: use existing session info functionGravatar Richard Guy Briggs 1-3/+1
2018-04-24audit: allow not equal op for audit by executableGravatar Ondrej Mosnáček 1-1/+1
2018-02-15audit: deprecate the AUDIT_FILTER_ENTRY filterGravatar Richard Guy Briggs 1-2/+2
2018-02-14audit: session ID should not set arch quick field pointerGravatar Richard Guy Briggs 1-1/+0
2017-11-10audit: filter PATH records keyed on filesystem magicGravatar Richard Guy Briggs 1-7/+32
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 1-8/+6
2017-05-02audit: remove unnecessary semicolon in audit_field_valid()Gravatar Nicholas Mc Guire 1-2/+2
2016-11-29audit: add support for session ID user filterGravatar Richard Guy Briggs 1-0/+2
2016-11-20audit: fix formatting of AUDIT_CONFIG_CHANGE eventsGravatar Steve Grubb 1-2/+1
2016-06-27audit: add fields to exclude filter by reusing user filterGravatar Richard Guy Briggs 1-98/+53
2016-06-16audit: fix some horrible switch statement style crimesGravatar Paul Moore 1-2/+6
2016-05-31audit: fixup: log on errors from filter user rulesGravatar Richard Guy Briggs 1-2/+2
2016-02-08audit: Fix typo in commentGravatar Wei Yuan 1-3/+3
2015-11-04audit: fix comment block whitespaceGravatar Scott Matheina 1-7/+7
2015-08-06audit: implement audit by executableGravatar Richard Guy Briggs 1-1/+52
2015-08-06audit: clean simple fsnotify implementationGravatar Richard Guy Briggs 1-1/+1
2015-08-05audit: make audit_del_rule() more robustGravatar Richard Guy Briggs 1-6/+6
2015-08-05audit: fix uninitialized variable in audit_add_rule()Gravatar Paul Moore 1-1/+1
2015-08-04audit: eliminate unnecessary extra layer of watch referencesGravatar Richard Guy Briggs 1-13/+3
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-2/+0
2015-01-20audit: remove vestiges of vers_opsGravatar Richard Guy Briggs 1-2/+0
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-13/+10
2014-12-23audit: restore AUDIT_LOGINUID unset ABIGravatar Richard Guy Briggs 1-0/+10
2014-12-19audit: don't attempt to lookup PIDs when changing PID filtering audit rulesGravatar Paul Moore 1-13/+0