Skip to content

change 'profile_changes' and 'serialize_opts' to dict()

Christian Boltz requested to merge cboltz/apparmor:cboltz-less-hashers into master

The global 'profile_changes' and 'serialize_opts' in sync_profile() are both used as a dict() - no need to make them a hasher()

Merge request reports