mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
Merge branch 'cboltz-less-hashers' into 'master'
change 'profile_changes' and 'serialize_opts' to dict() See merge request apparmor/apparmor!63 Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
commit
a3db7f8acb
@ -103,7 +103,7 @@ extras = hasher() # Inactive profiles from extras
|
||||
### end our
|
||||
log_pid = dict() # handed over to ReadLog, gets filled in logparser.py. The only case the previous content of this variable _might_(?) be used is aa-genprof (multiple do_logprof_pass() runs)
|
||||
|
||||
profile_changes = hasher()
|
||||
profile_changes = dict()
|
||||
prelog = hasher()
|
||||
changed = dict()
|
||||
created = []
|
||||
@ -721,7 +721,7 @@ def sync_profile():
|
||||
repo_profiles = []
|
||||
changed_profiles = []
|
||||
new_profiles = []
|
||||
serialize_opts = hasher()
|
||||
serialize_opts = dict()
|
||||
status_ok, ret = fetch_profiles_by_user(cfg['repository']['url'],
|
||||
cfg['repository']['distro'], user)
|
||||
if not status_ok:
|
||||
|
Loading…
x
Reference in New Issue
Block a user