aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-nat-server.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-16 12:11:42 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-16 12:11:42 +0000
commit5ad84221d783a84bded173a6b44e5b142e18ee49 (patch)
tree5ecc794f6a486074ff75462b3f58c6205e8c7e63 /src/transport/gnunet-nat-server.c
parent1ddfaae362fb43c7a032e347d082ed8a5dc3575d (diff)
downloadgnunet-5ad84221d783a84bded173a6b44e5b142e18ee49.tar.gz
gnunet-5ad84221d783a84bded173a6b44e5b142e18ee49.zip
speeling
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