index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+5
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-3
/
+3
2025-03-25
Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-16
/
+73
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+16
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
1
-3
/
+3
2025-03-07
selinux: support wildcard network interface names
Christian Göttsche
4
-4
/
+22
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
perf: Remove unnecessary parameter of security check
Luo Gengkun
1
-1
/
+1
2025-02-15
kernfs: Use RCU to access kernfs_node::name.
Sebastian Andrzej Siewior
1
-2
/
+5
2025-02-07
io_uring,lsm,selinux: add LSM hooks for io_uring_setup()
Hamza Mahfooz
2
-1
/
+15
2025-02-07
selinux: always check the file label in selinux_kernel_read_file()
Paul Moore
1
-1
/
+1
2025-02-03
selinux: fix spelling error
Tanya Agarwal
1
-1
/
+1
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2025-01-21
Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
20
-165
/
+165
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+34
2025-01-07
selinux: make more use of str_read() when loading the policy
Christian Göttsche
3
-22
/
+12
2025-01-07
selinux: avoid unnecessary indirection in struct level_datum
Christian Göttsche
3
-17
/
+10
2025-01-07
selinux: use known type instead of void pointer
Christian Göttsche
8
-74
/
+77
2025-01-07
selinux: rename comparison functions for clarity
Christian Göttsche
7
-16
/
+16
2025-01-07
selinux: rework match_ipv6_addrmask()
Christian Göttsche
1
-7
/
+5
2025-01-07
selinux: constify and reconcile function parameter names
Christian Göttsche
4
-6
/
+6
2025-01-07
selinux: avoid using types indicating user space interaction
Christian Göttsche
2
-2
/
+2
2025-01-07
selinux: supply missing field initializers
Christian Göttsche
2
-2
/
+2
2025-01-07
Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-38
/
+65
2025-01-04
selinux: match extended permissions to their base permissions
Thiébaud Weksteen
5
-38
/
+65
2024-12-18
Merge tag 'selinux-pr-20241217' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+6
2024-12-15
selinux: ignore unknown extended permissions
Thiébaud Weksteen
1
-2
/
+6
2024-12-15
selinux: add netlink nlmsg_type audit message
Thiébaud Weksteen
1
-2
/
+2
2024-12-13
selinux: add support for xperms in conditional policies
Christian Göttsche
6
-9
/
+26
2024-12-11
selinux: Fix SCTP error inconsistency in selinux_socket_bind()
Mikhail Ivanov
1
-1
/
+1
2024-12-11
selinux: use native iterator types
Christian Göttsche
3
-4
/
+4
2024-12-11
selinux: add generated av_permissions.h to targets
Thomas Weißschuh
1
-4
/
+3
2024-12-10
fsnotify: introduce pre-content permission events
Amir Goldstein
1
-1
/
+2
2024-12-04
lsm: secctx provider check on release
Casey Schaufler
1
-8
/
+5
2024-12-04
lsm: lsm_context in security_dentry_init_security
Casey Schaufler
1
-4
/
+4
2024-12-04
lsm: use lsm_context in security_inode_getsecctx
Casey Schaufler
1
-4
/
+6
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
1
-5
/
+18
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-2
/
+9
2024-11-30
selinux: use sk_to_full_sk() in selinux_ip_output()
Eric Dumazet
1
-1
/
+1
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-11-18
Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-22
/
+38
2024-11-05
security: replace memcpy() with get_task_comm()
Yafang Shao
1
-1
/
+1
2024-10-11
lsm: remove lsm_prop scaffolding
Casey Schaufler
2
-21
/
+1
2024-10-11
lsm: create new security_cred_getlsmprop LSM hook
Casey Schaufler
1
-0
/
+8
2024-10-11
lsm: use lsm_prop in security_inode_getsecid
Casey Schaufler
1
-6
/
+9
2024-10-11
lsm: use lsm_prop in security_current_getsecid
Casey Schaufler
1
-6
/
+11
2024-10-11
lsm: use lsm_prop in security_ipc_getsecid
Casey Schaufler
1
-3
/
+6
2024-10-11
lsm: add lsmprop_to_secctx hook
Casey Schaufler
2
-3
/
+16
[next]