changeset 6448:e1181d222682

librestrict: allow /proc/stat too. Fixes tools::guile-2.0 usage.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sat, 29 Jan 2011 20:30:27 +0100
parents 302dc1c206fe
children 03f54f905e14
files librestrict/restrict.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/librestrict/restrict.c	Sat Jan 29 16:52:11 2011 +0100
+++ b/librestrict/restrict.c	Sat Jan 29 20:30:27 2011 +0100
@@ -215,6 +215,7 @@
       add_allowed_file ("/dev/null");
       add_allowed_file ("/dev/urandom");
       add_allowed_file ("/proc/self");
+      add_allowed_file ("/proc/stat");
     }
 }