summaryrefslogtreecommitdiffstats
path: root/kernel/auditfilter.c
Commit message (Expand)AuthorAgeFilesLines
* audit: remove unnecessary assignment in audit_dupe_lsm_field()Li zeming2024-01-251-1/+1
* audit: move trailing statements to next lineAtul Kumar Pant2023-08-151-1/+2
* audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant2023-08-151-8/+8
* Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-2/+2
|\
| * audit: use struct_size() helper in audit_[send|make]_reply()Xiu Jianfeng2021-12-201-1/+1
| * audit: use struct_size() helper in kmalloc()Xiu Jianfeng2021-12-141-1/+1
* | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-2/+1
|/
* audit: add filtering for io_uring recordsPaul Moore2021-09-191-3/+12
* lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-04-221-9/+7
* audit: fix error handling in audit_data_to_entry()Paul Moore2020-02-221-32/+39
* Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-24/+38
|\
| * audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore2019-05-301-3/+0
| * audit: add saddr_fam filter fieldRichard Guy Briggs2019-05-231-0/+5
| * audit: re-structure audit field valid checksRichard Guy Briggs2019-05-231-22/+34
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-3/+3
|\
| * audit_compare_dname_path(): switch to const struct qstr *Al Viro2019-04-281-3/+3
* | audit: fix a memory leak bugWenwen Wang2019-04-221-5/+7
* | audit: purge unnecessary list_empty callsRichard Guy Briggs2019-04-081-2/+0
|/
* audit: mark expected switch fall-throughGustavo A. R. Silva2019-02-121-1/+1
* audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-311-1/+1
* audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs2019-01-181-1/+1
* audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs2018-06-191-5/+5
* audit: allow other filter list types for AUDIT_EXEOndrej Mosnáček2018-06-191-2/+5
* audit: use existing session info functionRichard Guy Briggs2018-05-181-3/+1
* audit: allow not equal op for audit by executableOndrej Mosnáček2018-04-241-1/+1
* audit: deprecate the AUDIT_FILTER_ENTRY filterRichard Guy Briggs2018-02-151-2/+2
* audit: session ID should not set arch quick field pointerRichard Guy Briggs2018-02-141-1/+0
* audit: filter PATH records keyed on filesystem magicRichard Guy Briggs2017-11-101-7/+32
* audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-021-8/+6
* audit: remove unnecessary semicolon in audit_field_valid()Nicholas Mc Guire2017-05-021-2/+2
* audit: add support for session ID user filterRichard Guy Briggs2016-11-291-0/+2
* audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-201-2/+1
* audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-271-98/+53
* audit: fix some horrible switch statement style crimesPaul Moore2016-06-161-2/+6
* audit: fixup: log on errors from filter user rulesRichard Guy Briggs2016-05-311-2/+2
* audit: Fix typo in commentWei Yuan2016-02-081-3/+3
* audit: fix comment block whitespaceScott Matheina2015-11-041-7/+7
* audit: implement audit by executableRichard Guy Briggs2015-08-061-1/+52
* audit: clean simple fsnotify implementationRichard Guy Briggs2015-08-061-1/+1
* audit: make audit_del_rule() more robustRichard Guy Briggs2015-08-051-6/+6
* audit: fix uninitialized variable in audit_add_rule()Paul Moore2015-08-051-1/+1
* audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2015-08-041-13/+3
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-02-111-2/+0
|\
| * audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-2/+0
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-231-13/+10
|\|
| * audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-231-0/+10
| * audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2014-12-191-13/+0