From 274eae7bce4528f38aea2f03a026c95dd6633ef8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Jul 2009 20:53:34 +0000 Subject: [PATCH] restrict to root fs --- src/util/crypto_ksk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/crypto_ksk.c b/src/util/crypto_ksk.c index 17591692f..45f11f8fe 100644 --- a/src/util/crypto_ksk.c +++ b/src/util/crypto_ksk.c @@ -818,7 +818,7 @@ entropy_generator (void *cls, genproc = GNUNET_OS_start_process ("sh", "sh", "-c", - "exec find / -type f -exec cp {} /dev/null \\; 2>/dev/null", + "exec find / -mount -type f -exec cp {} /dev/null \\; 2>/dev/null", NULL); } -- 2.25.1