14 lines
476 B
Diff
14 lines
476 B
Diff
diff --git i/src/mm-context.c w/src/mm-context.c
|
|
index 88d71384..fd17f830 100644
|
|
--- i/src/mm-context.c
|
|
+++ w/src/mm-context.c
|
|
@@ -38,7 +38,7 @@
|
|
static gboolean help_flag;
|
|
static gboolean version_flag;
|
|
static gboolean debug;
|
|
-static MMFilterRule filter_policy = MM_FILTER_POLICY_DEFAULT;
|
|
+static MMFilterRule filter_policy = MM_FILTER_POLICY_STRICT;
|
|
static gboolean no_auto_scan = NO_AUTO_SCAN_DEFAULT;
|
|
static const gchar *initial_kernel_events;
|
|
|