]> mj.ucw.cz Git - moe.git/commitdiff
Box: Allow /proc/self/maps
authorMartin Mares <mj@ucw.cz>
Tue, 26 Jul 2011 07:10:23 +0000 (09:10 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 26 Jul 2011 07:10:23 +0000 (09:10 +0200)
box/box.c

index 7b670a256f4e5b1bb3ac4aac705f015dd3463577..71ec68c75cd9767d690c429de13379e1a1b8f360 100644 (file)
--- 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;