blob: fb144f6c48ab43fd07a68f082ca32c47737e3c75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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;
|