[apparmor] [patch] Fix sorted() regression in save_profiles()

2017-10-22 Thread Christian Boltz
Hello, The last change in save_profiles() sorted() the order in which the changed profiles get displayed. However, it did not honor the sorting when displaying changes or saving the selected profile, leading to the wrong profile displayed or saved. This patch fixes picking the selected profile, a

[apparmor] [patch] Remember selected profile in save_profiles()

2017-10-22 Thread Christian Boltz
Hello, After using "view changes", the selection got reset to the first changed profile. This co