etc/fixbot-logwatch.py
changeset 58 31a17b0b5159
parent 51 342850300d6a
child 62 e4db89a5f6bc
--- a/etc/fixbot-logwatch.py	Fri Feb 05 21:39:51 2010 +0200
+++ b/etc/fixbot-logwatch.py	Fri Feb 05 21:48:14 2010 +0200
@@ -19,6 +19,9 @@
         filters.all,
     )),
     UnixDatagramSocket("test", os.path.join(logwatch_dir, "test.sock"), (
+        filters.sudo,
+        filters.ssh,
+        filters.cron_killer,
         filters.all,
     )),
 )