From 838fb3edf9936878e0e052942a15c2eb605a6916 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 Jul 2011 09:10:23 +0200 Subject: [PATCH] Box: Allow /proc/self/maps --- box/box.c | 1 + 1 file changed, 1 insertion(+) diff --git a/box/box.c b/box/box.c index 7b670a2..71ec68c 100644 --- a/box/box.c +++ b/box/box.c @@ -425,6 +425,7 @@ static struct path_rule default_path_rules[] = { { "/proc/meminfo", A_YES }, { "/proc/self/stat", A_YES }, { "/proc/self/exe", A_YES }, // Needed by FPC 2.0.x runtime + { "/proc/self/maps", A_YES }, // Needed by glibc when it reports arena corruption }; static struct path_rule *user_path_rules; -- 2.39.2