summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-74/+54
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-6/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+90
2024-01-09apparmor: Fix memory leak in unpack_profile()Gaosheng Cui-0/+2
2024-01-04apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin-0/+4
2024-01-04apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin-4/+4
2024-01-03apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen-0/+5
2024-01-03apparmor: free the allocated pdb objectsFedor Pchelkin-6/+7
2023-12-29apparmor: Fix ref count leak in task_killJohn Johansen-1/+0
2023-12-21apparmorfs: don't duplicate kfree_link()Al Viro-6/+1
2023-11-26apparmor: cleanup network hook commentsJohn Johansen-44/+16
2023-11-19apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen-0/+2
2023-11-19apparmor: declare nulldfa as staticJohn Johansen-1/+1
2023-11-19apparmor: declare stack_msg as staticJohn Johansen-1/+1
2023-11-19apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov-17/+17
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore-1/+1
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore-12/+3
2023-11-12AppArmor: Add selfattr hooksCasey Schaufler-11/+92
2023-11-12LSM: Identify modules by more than nameCasey Schaufler-1/+7
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-848/+1336
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-10-23apparmor: Fix some kernel-doc commentsYang Li-2/+2
2023-10-23apparmor: Fix one kernel-doc commentYang Li-1/+1
2023-10-23apparmor: Fix some kernel-doc commentsYang Li-2/+2
2023-10-22apparmor: mark new functions staticArnd Bergmann-2/+2
2023-10-18apparmor: Fix regression in mount mediationJohn Johansen-22/+51
2023-10-18apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen-5/+62
2023-10-18apparmor: add io_uring mediationGeorgia Garcia-2/+131
2023-10-18apparmor: add user namespace creation mediationJohn Johansen-2/+75
2023-10-18apparmor: allow restricting unprivileged change_profileJohn Johansen-0/+39
2023-10-18apparmor: advertise disconnected.path is availableJohn Johansen-0/+1
2023-10-18apparmor: refcount the pdbJohn Johansen-210/+260
2023-10-18apparmor: provide separate audit messages for file and policy checksJohn Johansen-5/+11
2023-10-18apparmor: pass cred through to audit info.John Johansen-211/+388
2023-10-18apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen-18/+17
2023-10-18apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen-245/+257
2023-10-18apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen-11/+16
2023-10-18apparmor: convert to new timestamp accessorsJeff Layton-5/+6
2023-10-15apparmor: Optimize retrieving current task secidVinicius Costa Gomes-2/+2
2023-10-15apparmor: remove unused functions in policy_ns.c/.hXiu Jianfeng-51/+0
2023-10-15apparmor: remove unneeded #ifdef in decompress_zstd()Xiu Jianfeng-2/+0
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran-1/+1
2023-09-13lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran-1/+1
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-08-22apparmor: fix invalid reference on profile->disconnectedGeorgia Garcia-2/+4
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran-1/+1
2023-08-08apparmor: remove unused PROF_* macrosGONG, Ruiqi-3/+0
2023-08-08apparmor: cleanup unused functions in file.hXiu Jianfeng-37/+0
2023-08-08apparmor: cleanup unused declarations in policy.hXiu Jianfeng-6/+0
2023-08-08apparmor: fixup return comments for kernel doc cleanups by Gaosheng CuiJohn Johansen-4/+4