]> mj.ucw.cz Git - moe.git/blobdiff - box/box.c
Isolate: Directory rules can have flags
[moe.git] / 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;