diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2011-07-25 12:44:09 +0200 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2011-07-25 12:44:09 +0200 |
commit | 517c31a58af1f7b97f308e77caeb8cbe9ef99cf1 (patch) | |
tree | d67cb0c606a6e8dcffffc262f010af5cedeaf3b1 /src/bin/sockcreator/README | |
parent | [trac800] Interface and tests for the sockcreator parser (diff) | |
download | kea-517c31a58af1f7b97f308e77caeb8cbe9ef99cf1.tar.xz kea-517c31a58af1f7b97f308e77caeb8cbe9ef99cf1.zip |
[trac800] The parser
Diffstat (limited to 'src/bin/sockcreator/README')
-rw-r--r-- | src/bin/sockcreator/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/sockcreator/README b/src/bin/sockcreator/README index 4dbbee726e..e142d191d7 100644 --- a/src/bin/sockcreator/README +++ b/src/bin/sockcreator/README @@ -3,7 +3,7 @@ The socket creator The only thing we need higher rights than standard user is binding sockets to ports lower than 1024. So we will have a separate process that keeps the -rights, while the rests drop them for security reasons. +rights, while the rest drops them for security reasons. This process is the socket creator. Its goal is to be as simple as possible and to contain as little code as possible to minimise the amount of code |