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