diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-10-06 16:28:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-10-06 16:28:47 +0000 |
| commit | 20271f308fd29a493e50206d82941fc4aac841ab (patch) | |
| tree | 33ca8f0dd0ece82b869f6ca48576d08af60d5ab6 /libexec/tftpd | |
| parent | 657038ddf751c11199bb316e562eac5d2bfa3b00 (diff) | |
Notes
Diffstat (limited to 'libexec/tftpd')
| -rw-r--r-- | libexec/tftpd/tftpd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 4a9004d5b0d6..77b447f3e3c4 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -68,7 +68,8 @@ Due to the lack of authentication information, .Nm tftpd will allow only publicly readable files to be accessed. -Files containing the string ``/\|\fB.\|.\fP\|/'' are not allowed. +Files containing the string ``/\|\fB.\|.\fP\|/'' or starting with +``\|\fB.\|.\fP\|/'' are not allowed. Files may be written only if they already exist and are publicly writable. Note that this extends the concept of .Dq public @@ -110,6 +111,9 @@ Causes tftpd to chroot to .Pa directory before accepting commands. In addition, the user id is set to nobody. +.Pp +If you are not running -s, no user id change will be +attempted. You should not run tftpd as root unless you are using -s. .El .Sh SEE ALSO .Xr tftp 1 , |
