diff options
| author | 2015-12-01 07:32:20 +0000 | |
|---|---|---|
| committer | 2015-12-01 07:32:20 +0000 | |
| commit | 41f70b941243373dc2fc8fdb5e760c867779dc8f (patch) | |
| tree | f970367b1b7d771f8cfe0ed5e642e1262d0f4f9c /usr.sbin/tftp-proxy/tftp-proxy.c | |
| parent | create new independent uid/gid for tftp_proxy and ftp_proxy. (diff) | |
| download | wireguard-openbsd-41f70b941243373dc2fc8fdb5e760c867779dc8f.tar.xz wireguard-openbsd-41f70b941243373dc2fc8fdb5e760c867779dc8f.zip | |
switch to new _tftp_proxy user; ok dlg
Diffstat (limited to 'usr.sbin/tftp-proxy/tftp-proxy.c')
| -rw-r--r-- | usr.sbin/tftp-proxy/tftp-proxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tftp-proxy/tftp-proxy.c b/usr.sbin/tftp-proxy/tftp-proxy.c index aa8b311dfb9..30fea627d98 100644 --- a/usr.sbin/tftp-proxy/tftp-proxy.c +++ b/usr.sbin/tftp-proxy/tftp-proxy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftp-proxy.c,v 1.15 2015/11/14 04:02:32 deraadt Exp $ +/* $OpenBSD: tftp-proxy.c,v 1.16 2015/12/01 07:32:20 deraadt Exp $ * * Copyright (c) 2005 DLS Internet Services * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> @@ -52,7 +52,7 @@ #include "filter.h" #define CHROOT_DIR "/var/empty" -#define NOPRIV_USER "proxy" +#define NOPRIV_USER "_tftp_proxy" #define DEFTRANSWAIT 2 #define NTOP_BUFS 4 |
