aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+0
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKGravatar Stephen Kitt 1-14/+0
2021-11-02Merge tag 'integrity-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-45/+202
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-255/+272
2021-11-01Merge tag 'Smack-for-5.16' of https://github.com/cschaufler/smack-nextGravatar Linus Torvalds 3-44/+34
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2021-11-01Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+10
2021-10-28evm: mark evm_fixmode as __ro_after_initGravatar Austin Kim 1-1/+1
2021-10-22smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doiGravatar Tetsuo Handa 1-1/+1
2021-10-22smackfs: use __GFP_NOFAIL for smk_cipso_doi()Gravatar Tetsuo Handa 1-3/+1
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+8
2021-10-21gcc-plugins: Explicitly document purpose and deprecation scheduleGravatar Kees Cook 1-3/+6
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringGravatar Eric W. Biederman 1-0/+8
2021-10-20security: Return xattr name from security_dentry_init_security()Gravatar Vivek Goyal 2-4/+9
2021-10-19selinux: fix a sock regression in selinux_ip_postroute_compat()Gravatar Paul Moore 1-2/+2
2021-10-14binder: use cred instead of task for selinux checksGravatar Todd Kjos 2-42/+20
2021-10-14LSM: Avoid warnings about potentially unused hook variablesGravatar Kees Cook 1-1/+1
2021-10-13Smack: fix W=1 build warningsGravatar Casey Schaufler 1-12/+18
2021-10-13selinux: fix all of the W=1 build warningsGravatar Paul Moore 6-8/+33
2021-10-13selinux: make better use of the nf_hook_state passed to the NF hooksGravatar Paul Moore 1-27/+25
2021-10-12smack: remove duplicated hook functionGravatar Florian Westphal 1-23/+3
2021-10-11selinux: fix race condition when computing ocontext SIDsGravatar Ondrej Mosnacek 1-85/+77
2021-10-11selinux: remove unneeded ipv6 hook wrappersGravatar Florian Westphal 1-62/+18
2021-10-09ima: Use strscpy instead of strlcpyGravatar Petr Vorel 2-2/+2
2021-10-09ima_policy: Remove duplicate 'the' in docs commentGravatar Petr Vorel 1-2/+1
2021-10-09ima: add gid supportGravatar Curtis Veit 1-27/+174
2021-10-09ima: fix uid code style problemsGravatar Alex Henrie 1-4/+6
2021-10-09ima: fix deadlock when traversing "ima_default_rules".Gravatar liqiong 1-9/+18
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/Gravatar David S. Miller 1-1/+3
2021-09-30selinux: remove the SELinux lockdown implementationGravatar Paul Moore 2-32/+0
2021-09-28selinux: enable genfscon labeling for securityfsGravatar Christian Göttsche 1-1/+2
2021-09-28Smack:- Use overlay inode label in smack_inode_copy_up()Gravatar Vishal Goel 1-1/+1
2021-09-25hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZEROGravatar Kees Cook 1-1/+4
2021-09-25fortify: Explicitly disable Clang supportGravatar Kees Cook 1-0/+3
2021-09-24smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING blockGravatar Sebastian Andrzej Siewior 1-3/+6
2021-09-23selinux,smack: fix subjective/objective credential use mixupsGravatar Paul Moore 2-4/+4
2021-09-19lsm_audit: avoid overloading the "key" audit fieldGravatar Ondrej Mosnacek 1-1/+1
2021-09-19Smack: Brutalist io_uring supportGravatar Casey Schaufler 1-0/+46
2021-09-19selinux: add support for the io_uring access controlsGravatar Paul Moore 2-0/+36
2021-09-19lsm,io_uring: add LSM hooks to io_uringGravatar Paul Moore 1-0/+12
2021-09-15smackfs: Fix use-after-free in netlbl_catmap_walk()Gravatar Pawan Gupta 1-1/+4
2021-09-14include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageGravatar Eugene Syromiatnikov 1-1/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-11/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+9
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Gravatar Luigi Rizzo 1-4/+9
2021-09-03security: remove unneeded subdir-$(CONFIG_...)Gravatar Masahiro Yamada 1-11/+0
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-67/+320
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+51
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-2/+6