diff --git a/irmap.c b/irmap.c index 10ebb0aff..e099603e5 100644 --- a/irmap.c +++ b/irmap.c @@ -57,6 +57,7 @@ static struct irmap hints[] = { { .path = "/etc", .nr_kids = -1, }, { .path = "/var/spool", .nr_kids = -1, }, { .path = "/lib/udev", .nr_kids = -1, }, + { .path = "/.", .nr_kids = 0, }, { .path = "/no-such-path", .nr_kids = -1, }, { }, };