summaryrefslogtreecommitdiffstats
path: root/security/apparmor/capability.c
AgeCommit message (Expand)AuthorLines
2024-11-26apparmor: audit_cap dedup based on subj_cred instead of profileRyan Lee-6/+4
2024-11-26apparmor: add a cache entry expiration time aging out capability audit cacheRyan Lee-3/+8
2024-11-26apparmor: document capability.c:profile_capable ad ptr not being NULLRyan Lee-1/+1
2024-11-26apparmor: fix 'Do simple duplicate message elimination'chao liu-0/+2
2023-10-23apparmor: Fix some kernel-doc commentsYang Li-2/+2
2023-10-18apparmor: pass cred through to audit info.John Johansen-1/+4
2023-10-18apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen-12/+12
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/capability.cGaosheng Cui-2/+2
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen-2/+4
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen-5/+7
2022-10-03apparmor: add mediation class information to auditingJohn Johansen-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2019-01-10LSM: generalize flag passing to security_capableMicah Morton-7/+7
2018-02-09apparmor: move context.h to cred.hJohn Johansen-1/+1
2017-06-10apparmor: move capability checks to using labelsJohn Johansen-19/+38
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen-2/+2
2017-01-16apparmor: update cap audit to check SECURITY_CAP_NOAUDITJohn Johansen-6/+10
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen-7/+3
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen-10/+5
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen-0/+5
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris-1/+1
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris-2/+4
2010-08-02AppArmor: mediation of non file objectsJohn Johansen-0/+141