Solves #85 by using aa-enabled to see if AppArmor is running.
If aa-enabled exits with a non-zero status code, we then create a dialog box informing the user that AppArmor is not installed. This check is run in main.cc, before the MainWindow is built.
Solves #85 by using
aa-enabled
to see if AppArmor is running.If
aa-enabled
exits with a non-zero status code, we then create a dialog box informing the user that AppArmor is not installed. This check is run inmain.cc
, before the MainWindow is built.