From: Christian Grothoff Date: Fri, 10 Jul 2009 20:53:34 +0000 (+0000) Subject: restrict to root fs X-Git-Tag: initial-import-from-subversion-38251~23714 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=274eae7bce4528f38aea2f03a026c95dd6633ef8;p=oweals%2Fgnunet.git restrict to root fs --- 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); }