summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-2/+2
* Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-271-1/+1
|\
| * apparmor: fix lsm_get_self_attr()Mickaël Salaün2024-02-231-1/+1
* | exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook2024-01-241-1/+3
|/
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-199-74/+54
|\
| * apparmor: Fix memory leak in unpack_profile()Gaosheng Cui2024-01-091-0/+2
| * apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin2024-01-041-0/+4
| * apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin2024-01-042-4/+4
| * apparmor: free the allocated pdb objectsFedor Pchelkin2024-01-031-6/+7
| * apparmor: Fix ref count leak in task_killJohn Johansen2023-12-291-1/+0
| * apparmor: cleanup network hook commentsJohn Johansen2023-11-261-44/+16
| * apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen2023-11-191-0/+2
| * apparmor: declare nulldfa as staticJohn Johansen2023-11-191-1/+1
| * apparmor: declare stack_msg as staticJohn Johansen2023-11-191-1/+1
| * apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov2023-11-193-17/+17
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\ \
| * | apparmorfs: don't duplicate kfree_link()Al Viro2023-12-211-6/+1
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-093-12/+90
|\ \
| * | lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-121-1/+1
| * | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-12/+3
| * | AppArmor: Add selfattr hooksCasey Schaufler2023-11-123-11/+92
| * | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+7
| |/
* / apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen2024-01-032-0/+5
|/
* Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-0332-848/+1336
|\
| * apparmor: Fix some kernel-doc commentsYang Li2023-10-231-2/+2
| * apparmor: Fix one kernel-doc commentYang Li2023-10-231-1/+1
| * apparmor: Fix some kernel-doc commentsYang Li2023-10-231-2/+2
| * apparmor: mark new functions staticArnd Bergmann2023-10-221-2/+2
| * apparmor: Fix regression in mount mediationJohn Johansen2023-10-183-22/+51
| * apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen2023-10-181-5/+62
| * apparmor: add io_uring mediationGeorgia Garcia2023-10-186-2/+131
| * apparmor: add user namespace creation mediationJohn Johansen2023-10-187-2/+75
| * apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-185-0/+39
| * apparmor: advertise disconnected.path is availableJohn Johansen2023-10-181-0/+1
| * apparmor: refcount the pdbJohn Johansen2023-10-1815-210/+260
| * apparmor: provide separate audit messages for file and policy checksJohn Johansen2023-10-181-5/+11
| * apparmor: pass cred through to audit info.John Johansen2023-10-1820-211/+388
| * apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen2023-10-1810-18/+17
| * apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen2023-10-1815-245/+257
| * apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen2023-10-182-11/+16
| * apparmor: Optimize retrieving current task secidVinicius Costa Gomes2023-10-151-2/+2
| * apparmor: remove unused functions in policy_ns.c/.hXiu Jianfeng2023-10-152-51/+0
| * apparmor: remove unneeded #ifdef in decompress_zstd()Xiu Jianfeng2023-10-151-2/+0
| * apparmor: fix invalid reference on profile->disconnectedGeorgia Garcia2023-08-222-2/+4
| * apparmor: remove unused PROF_* macrosGONG, Ruiqi2023-08-081-3/+0
| * apparmor: cleanup unused functions in file.hXiu Jianfeng2023-08-081-37/+0
| * apparmor: cleanup unused declarations in policy.hXiu Jianfeng2023-08-081-6/+0
| * apparmor: fixup return comments for kernel doc cleanups by Gaosheng CuiJohn Johansen2023-08-082-4/+4
| * apparmor: Fix kernel-doc warnings in apparmor/policy.cGaosheng Cui2023-07-101-7/+10
| * apparmor: Fix kernel-doc warnings in apparmor/policy_compat.cGaosheng Cui2023-07-101-0/+1