jack-ullery / AppAnvil

Graphical user interface for the AppArmor security module (in-progress)
GNU General Public License v3.0
17 stars 12 forks source link

Add warning message when AppArmor is not enabled #88

Closed jack-ullery closed 3 months ago

jack-ullery commented 3 months ago

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.