aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/jj/linux-apparmorLinus 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/kernel/git/jj/linux-apparmorLinus 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/ebiederm/user-namespaceLinus 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/kernel/git/jj/linux-apparmorLinus 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/jmorris/linux-securityLinus 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
2019-01-08AppArmor: Abstract use of cred security blobCasey Schaufler1-5/+5
2019-01-08apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEKees Cook1-1/+1
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook1-6/+0
2019-01-08LSM: Plumb visibility into optional "enabled" stateKees Cook1-2/+3
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook1-0/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-5/+125
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+4
2018-10-12apparmor: add #ifdef checks for secmark filteringArnd Bergmann1-0/+10
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook1-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook1-1/+3
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1