WSL2-Linux-Kernel/security/apparmor
Xiu Jianfeng 5f509fa740 apparmor: Fix memleak in alloc_ns()
[ Upstream commit e9e6fa49db ]

After changes in commit a1bd627b46 ("apparmor: share profile name on
replacement"), the hname member of struct aa_policy is not valid slab
object, but a subset of that, it can not be freed by kfree_sensitive(),
use aa_policy_destroy() to fix it.

Fixes: a1bd627b46 ("apparmor: share profile name on replacement")
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-12-31 13:14:22 +01:00
..
include apparmor: fix overlapping attachment computation 2022-08-25 11:40:00 +02:00
.gitignore
Kconfig
Makefile
apparmorfs.c apparmor: fix a memleak in multi_transaction_new() 2022-12-31 13:14:21 +01:00
audit.c
capability.c
crypto.c
domain.c apparmor: fix overlapping attachment computation 2022-08-25 11:40:00 +02:00
file.c
ipc.c
label.c apparmor: fix aa_label_asxprint return check 2022-08-25 11:40:00 +02:00
lib.c
lsm.c apparmor: Use pointer to struct aa_label for lbs_cred 2022-12-31 13:14:21 +01:00
match.c
mount.c apparmor: fix reference count leak in aa_pivotroot() 2022-08-25 11:40:01 +02:00
net.c
nulldfa.in
path.c
policy.c apparmor: fix lockdep warning when removing a namespace 2022-12-31 13:14:21 +01:00
policy_ns.c apparmor: Fix memleak in alloc_ns() 2022-12-31 13:14:22 +01:00
policy_unpack.c apparmor: Fix abi check to include v8 abi 2022-12-31 13:14:21 +01:00
policy_unpack_test.c
procattr.c
resource.c
secid.c
stacksplitdfa.in
task.c