summaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-14apparmor: add a kernel label to use on kernel objectsJohn Johansen1-4/+1
2022-07-10security/apparmor: remove redundant ret variableMinghao Chi1-4/+1
2022-07-10apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen1-1/+1
2022-07-10apparmor: make export of raw binary profile to userspace optionalJohn Johansen1-0/+6
2022-07-10lsm: Fix kernel-docYang Li1-5/+5
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün1-5/+25
2021-11-23lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-3/+10
2021-11-12Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+13
2021-11-04apparmor: remove unneeded one-line hook wrappersFlorian Westphal1-18/+2
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-1/+2
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen1-11/+11
2021-01-24apparmor: handle idmapped mountsChristian Brauner1-6/+15
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal1-1/+1
2020-06-08Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2020-06-07apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira1-0/+5
2020-06-05apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira1-0/+5
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-37/+161
2019-11-23apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen1-15/+35
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior1-27/+84
2019-06-20apparmor: Force type-casting of current->real_credBharath Vedartham1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-04-12apparmor: Initial implementation of raw policy blob compressionChris Coulson1-0/+47
2019-04-10apparmor: Restore Y/N in /sys for apparmor's "enabled"Kees Cook1-1/+48