| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-20 | apparmor: transition from a list of rules to a vector of rules | John Johansen | 1 | -6/+3 |
| 2025-01-18 | apparmor: add ability to mediate caps with policy state machine | John Johansen | 1 | -0/+56 |
| 2024-11-26 | apparmor: audit_cap dedup based on subj_cred instead of profile | Ryan Lee | 1 | -6/+4 |
| 2024-11-26 | apparmor: add a cache entry expiration time aging out capability audit cache | Ryan Lee | 1 | -3/+8 |
| 2024-11-26 | apparmor: document capability.c:profile_capable ad ptr not being NULL | Ryan Lee | 1 | -1/+1 |
| 2024-11-26 | apparmor: fix 'Do simple duplicate message elimination' | chao liu | 1 | -0/+2 |
| 2023-10-23 | apparmor: Fix some kernel-doc comments | Yang Li | 1 | -2/+2 |
| 2023-10-18 | apparmor: pass cred through to audit info. | John Johansen | 1 | -1/+4 |
| 2023-10-18 | apparmor: combine common_audit_data and apparmor_audit_data | John Johansen | 1 | -12/+12 |
| 2023-07-10 | apparmor: Fix kernel-doc warnings in apparmor/capability.c | Gaosheng Cui | 1 | -2/+2 |
| 2022-10-03 | apparmor: rework profile->rules to be a list | John Johansen | 1 | -2/+4 |
| 2022-10-03 | apparmor: refactor profile rules and attachments | John Johansen | 1 | -5/+7 |
| 2022-10-03 | apparmor: add mediation class information to auditing | John Johansen | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
| 2019-01-10 | LSM: generalize flag passing to security_capable | Micah Morton | 1 | -7/+7 |
| 2018-02-09 | apparmor: move context.h to cred.h | John Johansen | 1 | -1/+1 |
| 2017-06-10 | apparmor: move capability checks to using labels | John Johansen | 1 | -19/+38 |
| 2017-06-08 | apparmor: rename apparmor file fns and data to indicate use | John Johansen | 1 | -2/+2 |
| 2017-01-16 | apparmor: update cap audit to check SECURITY_CAP_NOAUDIT | John Johansen | 1 | -6/+10 |
| 2017-01-16 | apparmor: change aad apparmor_audit_data macro to a fn macro | John Johansen | 1 | -7/+3 |
| 2013-10-29 | apparmor: fix capability to not use the current task, during reporting | John Johansen | 1 | -10/+5 |
| 2013-08-14 | apparmor: export set of capabilities supported by the apparmor module | John Johansen | 1 | -0/+5 |
| 2012-04-09 | LSM: do not initialize common_audit_data to 0 | Eric Paris | 1 | -1/+1 |
| 2012-04-09 | apparmor: move task from common_audit_data to apparmor_audit_data | Eric Paris | 1 | -1/+1 |
| 2012-04-09 | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 1 | -1/+1 |
| 2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 1 | -2/+4 |
| 2010-08-02 | AppArmor: mediation of non file objects | John Johansen | 1 | -0/+141 |