[apparmor] PATCH [1/3] - default apparmor_notify to report messages if it is installed

John Johansen john.johansen at canonical.com
Thu Sep 9 17:06:33 BST 2010


This patch defaults apparmor_notify to report messages if it is installed
and started.

Index: utils/notify.conf
===================================================================
--- utils.orig/notify.conf	2010-09-09 08:59:23.494193402 -0700
+++ utils/notify.conf	2010-09-09 08:59:53.994193402 -0700
@@ -8,8 +8,8 @@
 #
 # ------------------------------------------------------------------
 
-# Set to 'yes' to enable AppArmor DENIED notifications globally
-show_notifications="no"
+# Set to 'no' to disable AppArmor notifications globally
+show_notifications="yes"
 
 # Only people in use_group can use apparmor-notify
 use_group="admin"



More information about the AppArmor mailing list