summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge 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-04lsm: 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-03apparmor: Fix undefined references to zstd_ symbolsJohn Johansen1-3/+2
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen1-2/+5
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen1-2/+2
2022-10-03apparmor: add mediation class information to auditingJohn Johansen1-1/+2
2022-10-03apparmor: use zstd compression for profile dataJon Tourville1-5/+5
2022-09-01->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-13apparmor: disable showing the mode as part of a secid to secctxJohn Johansen1-0/+8
2022-07-13apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox1-2/+0
2022-07-13apparmor: add a kernel label to use on kernel objectsJohn Johansen1-4/+1
2022-07-09security/apparmor: remove redundant ret variableMinghao Chi1-4/+1
2022-07-09apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen1-1/+1
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen1-0/+6
2022-07-09lsm: 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-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-3/+10
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+13
2021-11-03apparmor: 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-07Merge 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-04Merge 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-22apparmor: 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-11apparmor: 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
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-36/+31
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel1-0/+2
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa1-2/+0
2019-01-10LSM: generalize flag passing to security_capableMicah Morton1-2/+2
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler1-12/+3
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler1-9/+10
2019-01-08Infrastructure management of the cred security blobCasey Schaufler1-0/+9