- 5d7e522 Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 2 months ago
- 30561b5 audit: use struct_size() helper in audit_[send|make]_reply() by Xiu Jianfeng · 3 years, 3 months ago
- bc6e60a audit: use struct_size() helper in kmalloc() by Xiu Jianfeng · 3 years, 3 months ago
- 6326948 lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() by Paul Moore · 3 years, 6 months ago
- 67daf27 audit: add filtering for io_uring records by Paul Moore · 3 years, 11 months ago
- 4ebd765 lsm: separate security_task_getsecid() into subjective and objective variants by Paul Moore · 4 years, 1 month ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
- 3054d06 audit: fix a net reference leak in audit_list_rules_send() by Paul Moore · 5 years ago
- 2ad3e17 audit: fix error handling in audit_data_to_entry() by Paul Moore · 5 years ago
- 61fc577 Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 839d05e audit: remove the BUG() calls in the audit rule comparison functions by Paul Moore · 6 years ago
- bf36123 audit: add saddr_fam filter field by Richard Guy Briggs · 6 years ago
- ecc6890 audit: re-structure audit field valid checks by Richard Guy Briggs · 6 years ago
- d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 795d673 audit_compare_dname_path(): switch to const struct qstr * by Al Viro · 6 years ago
- 70c4cf1 audit: fix a memory leak bug by Wenwen Wang · 6 years ago
- 699c186 audit: purge unnecessary list_empty calls by Richard Guy Briggs · 6 years ago
- 131d34c audit: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
- 90462a5 audit: remove unused actx param from audit_rule_match by Richard Guy Briggs · 6 years ago
- 626abcd audit: add syscall information to CONFIG_CHANGE records by Richard Guy Briggs · 6 years ago
- d904ac0 audit: rename FILTER_TYPE to FILTER_EXCLUDE by Richard Guy Briggs · 7 years ago
- 29c1372 audit: allow other filter list types for AUDIT_EXE by Ondrej Mosnáček · 7 years ago
- 5c5b8d8 audit: use existing session info function by Richard Guy Briggs · 7 years ago
- 23bcc48 audit: allow not equal op for audit by executable by Ondrej Mosnáček · 7 years ago
- 5260ecc audit: deprecate the AUDIT_FILTER_ENTRY filter by Richard Guy Briggs · 7 years ago
- 6387440 audit: session ID should not set arch quick field pointer by Richard Guy Briggs · 7 years ago
- 42d5e37 audit: filter PATH records keyed on filesystem magic by Richard Guy Briggs · 8 years ago
- 45a0642 audit: kernel generated netlink traffic should have a portid of 0 by Paul Moore · 8 years ago
- b7a84de audit: remove unnecessary semicolon in audit_field_valid() by Nicholas Mc Guire · 8 years ago
- 8fae477 audit: add support for session ID user filter by Richard Guy Briggs · 8 years ago
- c1e8f06 audit: fix formatting of AUDIT_CONFIG_CHANGE events by Steve Grubb · 8 years ago
- 86b2efb audit: add fields to exclude filter by reusing user filter by Richard Guy Briggs · 9 years ago
- 66b12ab audit: fix some horrible switch statement style crimes by Paul Moore · 9 years ago
- 2b4c7af audit: fixup: log on errors from filter user rules by Richard Guy Briggs · 9 years ago
- fd97646 audit: Fix typo in comment by Wei Yuan · 9 years ago
- 725131e audit: fix comment block whitespace by Scott Matheina · 9 years ago
- 34d99af5 audit: implement audit by executable by Richard Guy Briggs · 10 years ago
- 7f49294 audit: clean simple fsnotify implementation by Richard Guy Briggs · 10 years ago
- 8c85fc9 audit: make audit_del_rule() more robust by Richard Guy Briggs · 10 years ago
- ae9d2fb audit: fix uninitialized variable in audit_add_rule() by Paul Moore · 10 years ago
- f8259b2 audit: eliminate unnecessary extra layer of watch references by Richard Guy Briggs · 10 years ago
- 7184487 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
- 2fded7f audit: remove vestiges of vers_ops by Richard Guy Briggs · 10 years ago
- 66b3f4f Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
- 041d7b9 audit: restore AUDIT_LOGINUID unset ABI by Richard Guy Briggs · 10 years ago
- 3640dcf audit: don't attempt to lookup PIDs when changing PID filtering audit rules by Paul Moore · 10 years ago
- ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
- e85322d audit: cull redundancy in audit_rule_change by Richard Guy Briggs · 10 years ago
- 739c950 audit: WARN if audit_rule_change called illegally by Eric Paris · 10 years ago
- 3639f17 audit: put rule existence check in canonical order by Richard Guy Briggs · 10 years ago
- 219ca39 audit: use union for audit_field values since they are mutually exclusive by Richard Guy Briggs · 11 years ago
- e7df61f audit: invalid op= values for rules by Burn Alting · 11 years ago
- bab5e2d kernel/auditfilter.c: replace count*size kmalloc by kcalloc by Fabian Frederick · 11 years ago
- 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
- 56c4911 audit: do not cast audit_rule_data pointers pointlesly by Eric Paris · 11 years ago
- f1dc486 audit: anchor all pid references in the initial pid namespace by Richard Guy Briggs · 11 years ago
- 099dd23 audit: Send replies in the proper network namespace. by Eric W. Biederman · 11 years ago
- 638a0fd audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 11 years ago
- d211f177 audit: Update kdoc for audit_send_reply and audit_list_rules_send by Eric W. Biederman · 11 years ago
- f952d10 audit: Use more current logging style again by Richard Guy Briggs · 11 years ago
- 6f285b1 audit: Send replies in the proper network namespace. by Eric W. Biederman · 11 years ago
- 48095d9 audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 11 years ago
- 724e4fcc audit: log on errors from filter user rules by Richard Guy Briggs · 11 years ago
- 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
- ce0d9f0 audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases by Richard Guy Briggs · 11 years ago
- 33faba7 audit: listen in all network namespaces by Richard Guy Briggs · 12 years ago
- f944163 audit: fix netlink portid naming and types by Richard Guy Briggs · 12 years ago
- 7812203 audit: do not reject all AUDIT_INODE filter types by Eric Paris · 12 years ago
- 42f7446 audit: change decimal constant to macro for invalid uid by Richard Guy Briggs · 12 years ago
- b9ce54c audit: Fix decimal constant description by Michal Simek · 12 years ago
- 2f992ee kernel/auditfilter.c: fix leak in audit_add_rule() error path by Chen Gang · 12 years ago
- 6beb8a2 kernel/auditfilter.c: fixing build warning by Raphael S. Carvalho · 12 years ago
- 387b8b3 auditfilter.c: fix kernel-doc warnings by Randy Dunlap · 12 years ago
- c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
- 780a765 audit: Make testing for a valid loginuid explicit. by Eric W. Biederman · 12 years ago
- b122c37 audit: use a consistent audit helper to log lsm information by Eric Paris · 12 years ago
- dc9eb69 audit: stop pushing loginid, uid, sessionid as arguments by Eric Paris · 12 years ago
- 1890090 audit: remove the old depricated kernel interface by Eric Paris · 12 years ago
- ab61d38 audit: make validity checking generic by Eric Paris · 12 years ago
- 373e0f3 kernel/auditfilter.c: tree and watch will memory leak when failure occurs by Chen Gang · 12 years ago
- 62062cf audit: allow checking the type of audit message in the user filter by Eric Paris · 12 years ago
- bfbbd96 audit: fix auditfilter.c kernel-doc warnings by Randy Dunlap · 12 years ago
- e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
- 29e9a34 audit: make audit_compare_dname_path use parent_len helper by Eric Paris · 12 years ago
- 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
- bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
- e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 13 years ago
- ca57ec0 audit: Add typespecific uid and gid comparators by Eric W. Biederman · 13 years ago
- 017143f audit: Remove the unused uid parameter from audit_receive_filter by Eric W. Biederman · 13 years ago
- 02276bd audit: Use current instead of NETLINK_CREDS() in audit_filter by Eric W. Biederman · 13 years ago
- 02d86a5 audit: allow interfield comparison in audit rules by Eric Paris · 13 years ago
- 54d3218 audit: allow audit matching on inode gid by Eric Paris · 13 years ago
- efaffd6 audit: allow matching on obj_uid by Eric Paris · 13 years ago
- 7ff68e5 audit: reject entry,always rules by Eric Paris · 13 years ago
- 5ef30ee audit: make filetype matching consistent with other filters by Eric Paris · 13 years ago
- c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 14 years ago
- d29be15 Audit: add support to match lsm labels on user audit messages by Miloslav Trmac · 14 years ago
- a05fb6c audit: do not get and put just to free a watch by Eric Paris · 15 years ago
- ae7b8f4 Audit: clean up the audit_watch split by Eric Paris · 15 years ago