aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-nat-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-nat-server.c')
-rw-r--r--src/transport/gnunet-nat-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-nat-server.c b/src/transport/gnunet-nat-server.c
index 2e7a21f59..b8d8290bd 100644
--- a/src/transport/gnunet-nat-server.c
+++ b/src/transport/gnunet-nat-server.c
@@ -29,7 +29,7 @@
29 * it uses RAW sockets, it must be installed SUID or run as 'root'. 29 * it uses RAW sockets, it must be installed SUID or run as 'root'.
30 * In order to keep the security risk of the resulting SUID binary 30 * In order to keep the security risk of the resulting SUID binary
31 * minimal, the program ONLY opens the two RAW sockets with root 31 * minimal, the program ONLY opens the two RAW sockets with root
32 * priviledges, then drops them and only then starts to process 32 * privileges, then drops them and only then starts to process
33 * command line arguments. The code also does not link against 33 * command line arguments. The code also does not link against
34 * any shared libraries (except libc) and is strictly minimal 34 * any shared libraries (except libc) and is strictly minimal
35 * (except for checking for errors). The following list of people 35 * (except for checking for errors). The following list of people