CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/03 09:14:18
Modified files:
libexec/fingerd: fingerd.c
Log message:
Move pledge to after getopt, when the finger program becomes known
(defaults to /usr/bin/finger, but can be redefined with -P option).
Then unveil that program for "x" (execution), and pledge as before.
No other filesystem accesses occur after that point.
