Oxwivi Asked: 2011-06-22 04:27:06 +0800 CST2011-06-22 04:27:06 +0800 CST 2011-06-22 04:27:06 +0800 CST How do you permanently activate all AppArmor profiles? 772 I want all the AppArmor profiles activated wherever applicable permanently, how can I do that? apparmor 1 Answers Voted Best Answer Vanni Totaro 2011-06-28T08:31:57+08:002011-06-28T08:31:57+08:00 To permanently put all profiles into enforce mode: sudo aa-enforce /etc/apparmor.d/* To permanently put all profiles into complain mode: sudo aa-complain /etc/apparmor.d/* To verify the current status of apparmor: sudo aa-status complain mode will log violations against the application profiles, whereas enforce mode will strictly enforce the application profiles.
To permanently put all profiles into enforce mode:
To permanently put all profiles into complain mode:
To verify the current status of apparmor:
complain mode will log violations against the application profiles, whereas enforce mode will strictly enforce the application profiles.