| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-18 | apparmor: add support for profiles to define the kill signal | John Johansen | 1 | -1/+1 |
| 2024-10-11 | lsm: remove lsm_prop scaffolding | Casey Schaufler | 1 | -5/+1 |
| 2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 1 | -2/+6 |
| 2024-06-13 | ima: Avoid blocking in RCU read-side critical section | GUO Zihua | 1 | -3/+3 |
| 2023-10-18 | apparmor: add io_uring mediation | Georgia Garcia | 1 | -1/+1 |
| 2023-10-18 | apparmor: add user namespace creation mediation | John Johansen | 1 | -1/+1 |
| 2023-10-18 | apparmor: rename audit_data->label to audit_data->subj_label | John Johansen | 1 | -3/+3 |
| 2023-10-18 | apparmor: combine common_audit_data and apparmor_audit_data | John Johansen | 1 | -35/+35 |
| 2023-07-10 | apparmor: Fix kernel-doc warnings in apparmor/audit.c | Gaosheng Cui | 1 | -0/+1 |
| 2022-10-25 | AppArmor: Fix kernel-doc | Jiapeng Chong | 1 | -1/+1 |
| 2022-10-03 | apparmor: fix aa_class_names[] to match reserved classes | John Johansen | 1 | -1/+16 |
| 2022-10-03 | apparmor: add mediation class information to auditing | John Johansen | 1 | -0/+28 |
| 2022-07-09 | apparmor: fix quiet_denied for file rules | John Johansen | 1 | -1/+1 |
| 2020-07-21 | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs | 1 | -6/+4 |
| 2020-05-21 | apparmor: Fix use-after-free in aa_audit_rule_init | Navid Emamdoost | 1 | -1/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
| 2019-01-31 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 1 | -2/+1 |
| 2018-06-07 | apparmor: Fix memory leak of rule on error exit path | Tyler Hicks | 1 | -2/+4 |
| 2018-06-07 | apparmor: modify audit rule support to support profile stacks | John Johansen | 1 | -17/+10 |
| 2018-06-07 | apparmor: Add support for audit rule filtering | Matthew Garrett | 1 | -1/+94 |
| 2017-06-10 | apparmor: switch from profiles to using labels on contexts | John Johansen | 1 | -9/+18 |
| 2017-01-16 | apparmor: replace remaining BUG_ON() asserts with AA_BUG() | John Johansen | 1 | -1/+1 |
| 2017-01-16 | apparmor: change aad apparmor_audit_data macro to a fn macro | John Johansen | 1 | -22/+20 |
| 2017-01-16 | apparmor: change op from int to const char * | John Johansen | 1 | -54/+1 |
| 2017-01-16 | apparmor: split apparmor policy namespaces code into its own file | John Johansen | 1 | -0/+1 |
| 2016-07-12 | apparmor: fix uninitialized lsm_audit member | John Johansen | 1 | -1/+2 |
| 2013-10-29 | apparmor: remove parent task info from audit logging | John Johansen | 1 | -6/+0 |
| 2013-10-29 | apparmor: remove tsk field from the apparmor_audit_struct | John Johansen | 1 | -8/+2 |
| 2013-04-28 | apparmor: fix the audit type table | John Johansen | 1 | -1/+1 |
| 2012-04-09 | apparmor: move task from common_audit_data to apparmor_audit_data | Eric Paris | 1 | -2/+9 |
| 2012-04-03 | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit... | Linus Torvalds | 1 | -3/+1 |
| 2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 1 | -19/+19 |
| 2012-03-14 | AppArmor: add const qualifiers to string arrays | Jan Engelhardt | 1 | -3/+3 |
| 2012-02-27 | AppArmor: Fix dropping of allowed operations that are force audited | John Johansen | 1 | -0/+1 |
| 2011-12-09 | apparmor: add missing rcu_dereference() | Kees Cook | 1 | -1/+1 |
| 2010-08-02 | AppArmor: basic auditing infrastructure. | John Johansen | 1 | -0/+215 |