Age | Commit message (Expand) | Author | Files | Lines |
2023-10-19 | apparmor: refcount the pdb | John Johansen | 1 | -2/+2 |
2023-10-19 | apparmor: pass cred through to audit info. | John Johansen | 1 | -4/+10 |
2023-10-19 | apparmor: rename audit_data->label to audit_data->subj_label | John Johansen | 1 | -1/+1 |
2023-10-19 | apparmor: combine common_audit_data and apparmor_audit_data | John Johansen | 1 | -19/+20 |
2022-10-25 | AppArmor: Fix kernel-doc | Jiapeng Chong | 1 | -1/+1 |
2022-10-04 | apparmor: rework profile->rules to be a list | John Johansen | 1 | -2/+3 |
2022-10-04 | apparmor: refactor profile rules and attachments | John Johansen | 1 | -4/+5 |
2022-10-04 | apparmor: add mediation class information to auditing | John Johansen | 1 | -1/+1 |
2022-10-04 | apparmor: preparse for state being more than just an integer | John Johansen | 1 | -1/+1 |
2022-07-19 | apparmor: move ptrace mediation to more logical task.{h,c} | John Johansen | 1 | -110/+0 |
2020-07-21 | audit: purge audit_log_string from the intra-kernel audit API | Richard Guy Briggs | 1 | -23/+23 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
2019-01-11 | LSM: generalize flag passing to security_capable | Micah Morton | 1 | -1/+2 |
2018-02-09 | apparmor: move context.h to cred.h | John Johansen | 1 | -1/+1 |
2018-02-09 | apparmor: audit unknown signal numbers | John Johansen | 1 | -3/+7 |
2018-02-09 | apparmor: make signal label match work when matching stacked labels | John Johansen | 1 | -28/+12 |
2018-02-09 | apparmor: fix logging of the existence test for signals | John Johansen | 1 | -1/+1 |
2018-01-13 | apparmor: fix ptrace label match when matching stacked labels | John Johansen | 1 | -21/+32 |
2017-11-08 | apparmor: fix off-by-one comparison on MAXMAPPED_SIG | John Johansen | 1 | -2/+2 |
2017-09-22 | apparmor: add the ability to mediate signals | John Johansen | 1 | -0/+99 |
2017-06-11 | apparmor: allow ptrace checks to be finer grained than just capability | John Johansen | 1 | -0/+56 |
2017-06-11 | apparmor: move ptrace checks to using labels | John Johansen | 1 | -66/+21 |
2017-06-11 | apparmor: move capability checks to using labels | John Johansen | 1 | -1/+1 |
2017-06-11 | apparmor: switch from profiles to using labels on contexts | John Johansen | 1 | -12/+17 |
2017-01-16 | apparmor: change aad apparmor_audit_data macro to a fn macro | John Johansen | 1 | -11/+7 |
2013-10-30 | apparmor: fix capability to not use the current task, during reporting | John Johansen | 1 | -5/+4 |
2013-04-28 | apparmor: add utility function to get an arbitrary tasks profile. | John Johansen | 1 | -9/+4 |
2012-04-09 | LSM: do not initialize common_audit_data to 0 | 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 | -4/+6 |
2011-09-10 | apparmor: sparse fix: include ipc.h | James Morris | 1 | -0/+1 |
2010-08-02 | AppArmor: fix build warnings for non-const use of get_task_cred | James Morris | 1 | -1/+1 |
2010-08-02 | AppArmor: mediation of non file objects | John Johansen | 1 | -0/+114 |