index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-15
apparmor: replace decompress_zstd() prototype with its entity
Tetsuo Handa
1
-36
/
+36
2026-07-14
selinux: fix incorrect execmem checks on overlayfs
Ondrej Mosnacek
1
-18
/
+24
2026-07-13
selinux: replace strlcat() with seq_buf in selinux_ima_collect_state()
Ian Bridges
1
-27
/
+13
2026-07-13
selinux: suppress warning flood for retired DCCP netlink messages
Yafang Shao
1
-6
/
+12
2026-07-10
Merge tag 'selinux-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+28
2026-07-10
landlock: Update formatting
Mickaël Salaün
1
-6
/
+3
2026-07-10
landlock: Fix kernel-doc for the nested quiet layer flag
Mickaël Salaün
1
-2
/
+2
2026-07-10
landlock: Fix TCP Fast Open connection bypass
Matthieu Buffet
1
-0
/
+8
2026-07-02
lsm: clarify security_task_prctl() hook documentation
Bill Roberts
1
-3
/
+2
2026-07-02
selinux: tighten type validation during policy load
Stephen Smalley
1
-3
/
+8
2026-07-01
selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()
Tristan Madani
1
-9
/
+10
2026-07-01
selinux: drop unnecessary goto and label from avc_alloc_node()
Kalevi Kolttonen
1
-2
/
+1
2026-07-01
selinux: convert int flags to bool flags in ss/services.c
Kalevi Kolttonen
1
-9
/
+9
2026-07-01
selinux: clean up selinuxfs resources on init failure
Haoxiang Li
1
-6
/
+13
2026-07-01
selinux: check connect-related permissions on TCP Fast Open
Stephen Smalley
1
-1
/
+18
2026-06-30
selinux: hooks: use kmalloc() to allocate path buffer
Mike Rapoport (Microsoft)
1
-3
/
+3
2026-06-30
bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
Matt Bobrowski
1
-0
/
+3
2026-06-29
apparmor: fix alternate loaders ability to load compressed policy
John Johansen
1
-3
/
+34
2026-06-29
apparmor: Initial support for compressed policies
Maxime Bélair
5
-10
/
+123
2026-06-29
apparmor: make include headers self-contained
Ryan Lee
7
-0
/
+16
2026-06-29
apparmor: fix net.h and policy.h circular include pattern
Ryan Lee
5
-1
/
+4
2026-06-24
Merge tag 'apparmor-pr-2026-06-22' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
17
-150
/
+364
2026-06-23
apparmor: advertise the tcp fast open fix is applied
John Johansen
1
-0
/
+2
2026-06-23
apparmor: mediate the implicit connect of TCP fast open sendmsg
Bryam Vargas
1
-1
/
+15
2026-06-22
smack: restrict smackfs/{direct,mapped} values to 0-255
Konstantin Andreev
2
-13
/
+15
2026-06-22
smack: deduplicate smackfs/{direct,mapped} file_operations
Konstantin Andreev
2
-96
/
+42
2026-06-22
smack: show msgrcv() subject task in audit
Konstantin Andreev
3
-0
/
+12
2026-06-22
smack: fix incorrect task context in smack_msg_queue_msgrcv
Konstantin Andreev
1
-18
/
+47
2026-06-22
security: smack: fix spelling mistake
Qingshuang Fu
1
-1
/
+1
2026-06-19
Merge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-190
/
+788
2026-06-19
Merge tag 'for-next-keys-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
14
-40
/
+128
2026-06-19
Merge tag 'integrity-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
11
-101
/
+845
2026-06-17
Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-155
/
+512
2026-06-17
Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-24
/
+15
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+2
2026-06-15
keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP
Mohammed EL Kadiri
1
-2
/
+3
2026-06-15
keys: request_key: replace BUG with return -EINVAL
Mohammed EL Kadiri
1
-1
/
+1
2026-06-15
keys: Pin request_key_auth payload in instantiate paths
Shaomin Chen
3
-8
/
+51
2026-06-15
keys: prevent slab cache merging for key_jar
Mohammed EL Kadiri
1
-1
/
+1
2026-06-15
keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)
David Laight
1
-2
/
+2
2026-06-15
KEYS: Use acquire when reading state in keyring search
Gui-Dong Han
1
-1
/
+1
2026-06-15
keys/trusted_keys: mark 'migratable' as __ro_after_init
Len Bao
1
-1
/
+1
2026-06-15
keys: use kmalloc_flex in user_preparse
Thorsten Blum
1
-1
/
+1
2026-06-15
KEYS: trusted: Debugging as a feature
Jarkko Sakkinen
4
-21
/
+59
2026-06-15
KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
Eric Biggers
1
-1
/
+0
2026-06-15
KEYS: fix overflow in keyctl_pkey_params_get_2()
Jarkko Sakkinen
1
-1
/
+8
2026-06-14
apparmor: fix label can not be immediately before a declaration
John Johansen
1
-1
/
+2
2026-06-15
Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...
Linus Torvalds
1
-8
/
+1
2026-06-15
Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2026-06-14
landlock: Suppress logging when quiet flag is present
Tingmao Wang
7
-16
/
+324
[prev]
[next]