summaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-02-24apparmor: fix lsm_get_self_attr()Mickaël Salaün1-1/+1
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook1-1/+3
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-46/+17
2023-12-29apparmor: Fix ref count leak in task_killJohn Johansen1-1/+0
2023-11-26apparmor: cleanup network hook commentsJohn Johansen1-44/+16
2023-11-19apparmor: declare nulldfa as staticJohn Johansen1-1/+1
2023-11-13lsm: mark the lsm_id variables are marked as staticPaul Moore1-1/+1
2023-11-13lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore1-12/+3
2023-11-13AppArmor: Add selfattr hooksCasey Schaufler1-6/+85
2023-11-13LSM: Identify modules by more than nameCasey Schaufler1-1/+7
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-58/+356
2023-10-22apparmor: mark new functions staticArnd Bergmann1-2/+2
2023-10-19apparmor: Fix regression in mount mediationJohn Johansen1-2/+18
2023-10-19apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen1-5/+62
2023-10-19apparmor: add io_uring mediationGeorgia Garcia1-0/+113
2023-10-19apparmor: add user namespace creation mediationJohn Johansen1-1/+24
2023-10-19apparmor: allow restricting unprivileged change_profileJohn Johansen1-0/+7
2023-10-19apparmor: refcount the pdbJohn Johansen1-0/+63
2023-10-19apparmor: pass cred through to audit info.John Johansen1-33/+52
2023-10-19apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen1-2/+2
2023-10-19apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen1-6/+6
2023-10-19apparmor: rename SK_CTX() to aa_sock and make it an inline fnJohn Johansen1-11/+11
2023-10-16apparmor: Optimize retrieving current task secidVinicius Costa Gomes1-2/+2
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran1-1/+1
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran1-1/+1
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran1-1/+1
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2023-07-06apparmor: aa_buffer: Convert 1-element array to flexible arrayKees Cook1-4/+4
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-7/+1
2023-04-13apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain1-7/+1
2023-03-20selinux: remove the runtime disable functionalityPaul Moore1-3/+3
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-9/+7
2022-12-15Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+14
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-16/+13
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2022-11-05lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-16/+13
2022-10-26apparmor: use type safe idmapping helpersChristian Brauner1-8/+17
2022-10-25apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng1-2/+2
2022-10-25LSM: Fix kernel-docJiapeng Chong1-1/+1
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack1-0/+6
2022-10-04apparmor: Fix undefined references to zstd_ symbolsJohn Johansen1-3/+2
2022-10-04apparmor: rework profile->rules to be a listJohn Johansen1-2/+5
2022-10-04apparmor: refactor profile rules and attachmentsJohn Johansen1-2/+2
2022-10-04apparmor: add mediation class information to auditingJohn Johansen1-1/+2
2022-10-04apparmor: use zstd compression for profile dataJon Tourville1-5/+5
2022-09-02->getprocattr(): attribute name is const char *, TYVM...Al Viro1-1/+1
2022-07-20apparmor: correct config reference to intended oneLukas Bulwahn1-1/+1
2022-07-14apparmor: disable showing the mode as part of a secid to secctxJohn Johansen1-0/+8
2022-07-14apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox1-2/+0