mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 05:47:59 +00:00
utils/apparmor/aa.py: fix confusion over name vs data structure
This commit is contained in:
parent
4d2b9b5c5d
commit
edb874a2de
@ -423,7 +423,7 @@ def create_new_profile(localfile):
|
||||
local_profile[hat]['flags'] = 'complain'
|
||||
|
||||
created.append(localfile)
|
||||
changed[local_profile] = True
|
||||
changed[localfile] = True
|
||||
|
||||
debug_logger.debug("Profile for %s:\n\t%s" % (localfile, local_profile.__str__()))
|
||||
return {localfile: local_profile}
|
||||
|
Loading…
x
Reference in New Issue
Block a user