CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/20 11:48:30
Modified files:
lib/libutil : openpty.3 pty.c shlib_version util.h
Log message:
Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs
to separate the open(/dev/ptm) from the ioctl(PTMGET) for privilege
separation or pledge().
Based on a diff from reyk@.
ok deraadt millert
