summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2025-03-25Merge tag 'Smack-for-6.15' of https://github.com/cschaufler/smack-nextLinus Torvalds-52/+43
2025-03-25Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+73
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+31
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+36
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-03-22keys: Fix UAF in key_put()David Howells-1/+5
2025-03-17selinux: get netif_wildcard policycap from policy instead of cacheChristian Göttsche-2/+1
2025-03-10lsm: remove old email address for Stephen SmalleyStephen Smalley-1/+1
2025-03-08hardening: Enable i386 FORTIFY_SOURCE on Clang 16+Kees Cook-1/+1
2025-03-08vfs: Remove invalidate_inodes()Jan Kara-1/+1
2025-03-07yama: don't abuse rcu_read_lock/get_task_struct in yama_task_prctl()Oleg Nesterov-7/+2
2025-03-07selinux: support wildcard network interface namesChristian Göttsche-4/+22
2025-03-03loadpin: remove MODULE_COMPRESS_NONE as it is no longer supportedArulpandiyan Vadivel-1/+1
2025-02-28fortify: Move FORTIFY_SOURCE under 'Kernel hardening options'Mel Gorman-9/+9
2025-02-28mm: security: Allow default HARDENED_USERCOPY to be set at compile timeMel Gorman-0/+8
2025-02-28mm: security: Move hardened usercopy under 'Kernel hardening options'Mel Gorman-12/+16
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-4/+4
2025-02-27selinux: add FILE__WATCH_MOUNTNSMiklos Szeredi-1/+4
2025-02-26selinux: add permission checks for loading other kinds of kernel files"Kipp N. Davis"-11/+51
2025-02-26Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+2
2025-02-26Merge tag 'integrity-v6.14-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+13
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun-4/+3
2025-02-16smack: recognize ipv4 CIPSO w/o categoriesKonstantin Andreev-0/+4
2025-02-16smack: Revert "smackfs: Added check catlen"Konstantin Andreev-14/+3
2025-02-14landlock: Fix non-TCP sockets restrictionMikhail Ivanov-2/+1
2025-02-14landlock: Fix grammar errorTanya Agarwal-1/+1
2025-02-13smack: remove /smack/logging if audit is not configuredKonstantin Andreev-6/+14
2025-02-13smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket labelKonstantin Andreev-24/+0
2025-02-12smack: dont compile ipv6 code unless ipv6 is configuredKonstantin Andreev-1/+15
2025-02-11Smack: fix typos and spelling errorsCasey Schaufler-7/+7
2025-02-11Merge tag 'tomoyo-pr-20250211' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds-41/+117
2025-02-07io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz-1/+27
2025-02-07selinux: always check the file label in selinux_kernel_read_file()Paul Moore-1/+1
2025-02-04ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattrRoberto Sassu-2/+8
2025-02-04integrity: fix typos and spelling errorsTanya Agarwal-5/+5
2025-02-03selinux: fix spelling errorTanya Agarwal-1/+1
2025-01-31tomoyo: use better patterns for procfs in learning modeTetsuo Handa-33/+112
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-3/+3
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+1
2025-01-26tomoyo: fix spelling errorsTetsuo Handa-7/+4
2025-01-26tomoyo: fix spelling errorTanya Agarwal-1/+1
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+0
2025-01-23Merge tag 'caps-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/se...Linus Torvalds-20/+41
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-8/+87
2025-01-22Merge tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2025-01-22Merge tag 'tomoyo-pr-20250123' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds-3/+40
2025-01-22Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-140/+169