linux-yocto/security
Al Viro d6ceeffbbf securityfs: don't pin dentries twice, once is enough...
[ Upstream commit 27cd1bf124 ]

incidentally, securityfs_recursive_remove() is broken without that -
it leaks dentries, since simple_recursive_removal() does not expect
anything of that sort.  It could be worked around by dput() in
remove_one() callback, but it's easier to just drop that double-get
stuff.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-08-28 16:22:40 +02:00
..
apparmor apparmor: ensure WB_HISTORY_SIZE value is a power of 2 2025-08-28 16:22:35 +02:00
bpf
integrity ima: Fix use-after-free on a dentry's dname.name 2025-03-13 12:47:24 +01:00
keys security/keys: fix slab-out-of-bounds in key_task_permission 2024-11-17 14:59:35 +01:00
loadpin LoadPin: Ignore the "contents" argument of the LSM hooks 2023-01-14 10:16:22 +01:00
lockdown
safesetid safesetid: check size of policy writes 2025-03-13 12:47:01 +01:00
selinux selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len 2025-06-27 11:04:20 +01:00
smack smack: recognize ipv4 CIPSO w/o categories 2025-06-04 14:37:04 +02:00
tomoyo tomoyo: don't emit warning in tomoyo_write_control() 2025-03-13 12:47:01 +01:00
yama task_work: cleanup notification modes 2020-10-17 15:05:30 -06:00
commoncap.c capabilities: fix potential memleak on error path from vfs_getxattr_alloc() 2022-11-10 18:14:26 +01:00
device_cgroup.c device_cgroup: Roll back to original exceptions after copy failure 2023-01-14 10:16:36 +01:00
inode.c securityfs: don't pin dentries twice, once is enough... 2025-08-28 16:22:40 +02:00
Kconfig proc: add config & param to block forcing mem writes 2024-10-17 15:08:12 +02:00
Kconfig.hardening hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero 2022-10-26 13:25:12 +02:00
lsm_audit.c dump_common_audit_data(): fix racy accesses to ->d_name 2021-01-19 18:27:29 +01:00
Makefile
min_addr.c
security.c ima: Avoid blocking in RCU read-side critical section 2024-07-18 13:05:44 +02:00