Switch default to read-only, add -w for write access (previous default)
authorkn <kn@openbsd.org>
Tue, 4 Oct 2022 23:33:22 +0000 (23:33 +0000)
committerkn <kn@openbsd.org>
Tue, 4 Oct 2022 23:33:22 +0000 (23:33 +0000)
commita5c6d06ac9db4ed3b93605b6c59da2da7cf6a388
treecb9ccb430e23bc368d8ae192a59ac8ed1192fad6
parentdb056c46e1a7471ae7e133842f76343c5d915a08
Switch default to read-only, add -w for write access (previous default)

Write access seems less often required these days and other ways to ensure
effective read-only access are mere workarounds;  worst case malicious users
can fill up the server's disk by writing to existing files.

diskless(8) only ever needs to read and running with "stdio rpath dns inet"
by default is much safer for a network daemon without any authentication.

Initially proposed as a new -R flag for read-only mode
new default suggestion dlg deraadt
"looks great" millert
OK sthen dlg
usr.sbin/tftpd/tftpd.8
usr.sbin/tftpd/tftpd.c