mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
handle_children() tried to read a profile from the binary instead of
the binary's profile Patch by timdaman Bug: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1324154 Acked-By: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
parent
29469c6e2a
commit
4bff5778e0
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ def handle_children(profile, hat, root):
|
|||
parent_uses_ld_xxx = check_for_LD_XXX(profile)
|
||||
|
||||
sev_db.unload_variables()
|
||||
sev_db.load_variables(profile)
|
||||
sev_db.load_variables(get_profile_filename(profile))
|
||||
severity = sev_db.rank(exec_target, 'x')
|
||||
|
||||
# Prompt portion starts
|
||||
|
|
Loading…
Add table
Reference in a new issue