From 88b4b439d02c0ab755546d0ebf4b0113a3b1e468 Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 7 Jan 2024 15:32:00 -0800 Subject: [PATCH] irmap: hardcode some more interesting paths Signed-off-by: robert --- criu/irmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/criu/irmap.c b/criu/irmap.c index e12df5cb58..37d098db11 100644 --- a/criu/irmap.c +++ b/criu/irmap.c @@ -67,6 +67,7 @@ static struct irmap hints[] = { .path = "/var/log", .nr_kids = -1, }, + { .path = "/usr/share/dbus-1/services", .nr_kids = -1 }, { .path = "/usr/share/dbus-1/system-services", .nr_kids = -1 }, { .path = "/var/lib/polkit-1/localauthority", .nr_kids = -1 }, { .path = "/usr/share/polkit-1/actions", .nr_kids = -1 },