summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
13 daysMerge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-533/+337
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+3
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+1
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2026-04-13Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-117/+284
2026-04-13Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-69/+306
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+26
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-35/+16
2026-04-13proc: make PROC_MEM_FORCE_PTRACE the Kconfig defaultLinus Torvalds-4/+2
2026-04-07landlock: Clarify BUILD_BUG_ON check in scoping logicGünther Noack-6/+12
2026-04-07landlock: Control pathname UNIX domain socket resolution by pathGünther Noack-5/+134
2026-04-07landlock: Use mem_is_zero() in is_layer_masks_allowed()Günther Noack-1/+1
2026-04-07lsm: Add LSM hook security_unix_findJustin Suess-0/+20
2026-04-07landlock: Fix kernel-doc warning for pointer-to-array parametersMickaël Salaün-2/+2
2026-04-07landlock: Fix formatting in tsync.cMickaël Salaün-49/+58
2026-04-07landlock: Improve kernel-doc "Return:" section consistencyMickaël Salaün-34/+25
2026-04-07landlock: Add missing kernel-doc "Return:" sectionsMickaël Salaün-14/+24
2026-04-07landlock: Allow TSYNC with LOG_SUBDOMAINS_OFF and fd=-1Mickaël Salaün-5/+9
2026-04-07landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()Mickaël Salaün-4/+2
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+3
2026-04-03selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore-64/+189
2026-04-03lsm: add backing_file LSM hooksPaul Moore-0/+112
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+78
2026-04-01evm: Enforce signatures version 3 with new EVM policy 'bit 3'Stefan Berger-1/+16
2026-04-01integrity: Allow sigv3 verification on EVM_XATTR_PORTABLE_DIGSIGStefan Berger-1/+2
2026-04-01ima: add support to require IMA sigv3 signaturesMimi Zohar-12/+18
2026-04-01ima: add regular file data hash signature version 3 supportMimi Zohar-2/+2
2026-04-01ima: Define asymmetric_verify_v3() to verify IMA sigv3 signaturesMimi Zohar-56/+90
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-26/+78
2026-03-24module: Give MODULE_SIG_STRING a more descriptive nameThomas Weißschuh-3/+3
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric Biggers-1/+1
2026-03-20xen/privcmd: add boot control for restricted usage in domUJuergen Gross-0/+1
2026-03-17ima: remove buggy support for asynchronous hashesEric Biggers-373/+9
2026-03-17securityfs: use kstrdup_const() to manage symlink targetsDmitry Antipov-5/+5
2026-03-17EVM: add comment describing why ino field is still unsigned longJeff Layton-0/+6
2026-03-13smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb().Kuniyuki Iwashima-3/+1
2026-03-13integrity: Eliminate weak definition of arch_get_secureboot()Nathan Chancellor-17/+1
2026-03-11ima: Add code comments to explain IMA iint cache atomic_flagsCoiby Xu-1/+26
2026-03-11ima_fs: Correctly create securityfs files for unsupported hash algosDmitry Safonov-4/+12
2026-03-10landlock: Clean up interrupted thread logic in TSYNCYihan Ding-7/+13
2026-03-10landlock: Serialize TSYNC thread restrictionYihan Ding-1/+11
2026-03-09apparmor: fix race between freeing data and fs accessing itJohn Johansen-101/+153
2026-03-09apparmor: fix race on rawdata dereferenceJohn Johansen-57/+93
2026-03-09apparmor: fix differential encoding verificationJohn Johansen-4/+20
2026-03-09apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen-9/+43
2026-03-09apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen-0/+1
2026-03-09apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer-2/+3