CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/13 10:13:59
Modified files:
usr.bin/telnet : main.c telnet.c
Log message:
pledge "stdio rpath wpath getpw inet tty" at startup. After opening
the socket and entering the main loop, pledge "stdio tty".
For my next trick, I will be adding chacha20-poly1305 support.
