From 2660d770616a348aabb9480dcbafa4841ae84aa0 Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Fri, 19 Apr 2013 14:50:35 +0000 Subject: added privilege testing parameters for helper-vpn, exit and nat-client. todo: nat-server --- src/vpn/gnunet-service-vpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpn') diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c index a7a1ca213..61bd977bc 100644 --- a/src/vpn/gnunet-service-vpn.c +++ b/src/vpn/gnunet-service-vpn.c @@ -3062,7 +3062,7 @@ run (void *cls, binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn"); if (GNUNET_YES != - GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) // FIXME: CF: add test-parameters + GNUNET_OS_check_helper_binary (binary, GNUNET_YES, "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0")) //ipv4 only please! { fprintf (stderr, "`%s' is not SUID, refusing to run.\n", -- cgit v1.2.3