mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
In preparation for new options and controls, split detailed_output() into detailed_profiles() and detailed_processes() and This switch the output processing to one larger pass that uses option flags. This doesn't change current behavior and is in not as clean as the current code for the current option set. However it will allow us to easily add new options in one place and have them apply correctly every where. Signed-off-by: John Johansen <john.johansen@canonical.com>