2
0
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:
Steve Beattie 2014-02-14 11:54:02 -08:00
parent 4d2b9b5c5d
commit edb874a2de

View File

@ -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}