mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-06 17:25:16 +00:00
15 lines
252 B
Diff
15 lines
252 B
Diff
![]() |
---
|
||
|
security/apparmor/lsm.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/security/apparmor/lsm.c
|
||
|
+++ b/security/apparmor/lsm.c
|
||
|
@@ -249,6 +249,7 @@ static int apparmor_sysctl(struct ctl_ta
|
||
|
}
|
||
|
|
||
|
out:
|
||
|
+ aa_put_profile(profile);
|
||
|
return error;
|
||
|
}
|
||
|
|