index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
landlock: Add the errata interface
Mickaël Salaün
4
-4
/
+138
2025-03-21
landlock: Move code to ease future backports
Mickaël Salaün
1
-5
/
+5
2025-03-21
crypto: lib/Kconfig - hide library options
Arnd Bergmann
1
-1
/
+1
2025-03-17
selinux: get netif_wildcard policycap from policy instead of cache
Christian Göttsche
1
-2
/
+1
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
2
-9
/
+12
2025-03-10
lsm: remove old email address for Stephen Smalley
Stephen Smalley
1
-1
/
+1
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
6
-10
/
+15
2025-03-08
hardening: Enable i386 FORTIFY_SOURCE on Clang 16+
Kees Cook
1
-1
/
+1
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
1
-1
/
+1
2025-03-07
capability: Remove unused has_capability
Dr. David Alan Gilbert
1
-4
/
+5
2025-03-07
yama: don't abuse rcu_read_lock/get_task_struct in yama_task_prctl()
Oleg Nesterov
1
-7
/
+2
2025-03-07
selinux: support wildcard network interface names
Christian Göttsche
4
-4
/
+22
2025-03-03
loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
Arulpandiyan Vadivel
1
-1
/
+1
2025-02-28
fortify: Move FORTIFY_SOURCE under 'Kernel hardening options'
Mel Gorman
2
-9
/
+9
2025-02-28
mm: security: Allow default HARDENED_USERCOPY to be set at compile time
Mel Gorman
1
-0
/
+8
2025-02-28
mm: security: Move hardened usercopy under 'Kernel hardening options'
Mel Gorman
2
-12
/
+16
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-02-27
selinux: add FILE__WATCH_MOUNTNS
Miklos Szeredi
2
-1
/
+4
2025-02-26
selinux: add permission checks for loading other kinds of kernel files
"Kipp N. Davis"
2
-11
/
+51
2025-02-26
Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+2
2025-02-26
Merge tag 'integrity-v6.14-fix' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-7
/
+13
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
2
-4
/
+3
2025-02-17
Merge 6.14-rc3 into driver-core-next
Greg Kroah-Hartman
4
-41
/
+117
2025-02-16
smack: recognize ipv4 CIPSO w/o categories
Konstantin Andreev
1
-0
/
+4
2025-02-16
smack: Revert "smackfs: Added check catlen"
Konstantin Andreev
1
-14
/
+3
2025-02-15
kernfs: Use RCU to access kernfs_node::name.
Sebastian Andrzej Siewior
1
-2
/
+5
2025-02-14
landlock: Fix non-TCP sockets restriction
Mikhail Ivanov
1
-2
/
+1
2025-02-14
landlock: Fix grammar error
Tanya Agarwal
1
-1
/
+1
2025-02-13
smack: remove /smack/logging if audit is not configured
Konstantin Andreev
3
-6
/
+14
2025-02-13
smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label
Konstantin Andreev
1
-24
/
+0
2025-02-12
smack: dont compile ipv6 code unless ipv6 is configured
Konstantin Andreev
2
-1
/
+15
2025-02-11
Smack: fix typos and spelling errors
Casey Schaufler
4
-7
/
+7
2025-02-11
Merge tag 'tomoyo-pr-20250211' of git://git.code.sf.net/p/tomoyo/tomoyo
Linus Torvalds
4
-41
/
+117
2025-02-10
apparmor: Remove unused variable 'sock' in __file_sock_perm()
Nathan Chancellor
1
-3
/
+0
2025-02-10
apparmor: use the condition in AA_BUG_FMT even with debug disabled
Mateusz Guzik
1
-1
/
+5
2025-02-10
apparmor: fix typos and spelling errors
Tanya Agarwal
5
-9
/
+9
2025-02-10
apparmor: Modify mismatched function name
Jiapeng Chong
1
-1
/
+1
2025-02-10
apparmor: Modify mismatched function name
Jiapeng Chong
1
-1
/
+1
2025-02-10
apparmor: Fix checking address of an array in accum_label_info()
Nathan Chancellor
1
-1
/
+1
2025-02-07
io_uring,lsm,selinux: add LSM hooks for io_uring_setup()
Hamza Mahfooz
3
-1
/
+27
2025-02-07
selinux: always check the file label in selinux_kernel_read_file()
Paul Moore
1
-1
/
+1
2025-02-07
security: min_addr: move sysctl to security/min_addr.c
Kaixiong Yu
1
-0
/
+11
2025-02-04
ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
Roberto Sassu
2
-2
/
+8
2025-02-04
integrity: fix typos and spelling errors
Tanya Agarwal
3
-5
/
+5
2025-02-03
selinux: fix spelling error
Tanya Agarwal
1
-1
/
+1
2025-01-31
tomoyo: use better patterns for procfs in learning mode
Tetsuo Handa
1
-33
/
+112
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
3
-3
/
+3
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+1
2025-01-26
tomoyo: fix spelling errors
Tetsuo Handa
2
-7
/
+4
2025-01-26
tomoyo: fix spelling error
Tanya Agarwal
1
-1
/
+1
[prev]
[next]