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