On Wed, Jun 28, 2017 at 07:37:56AM -0600, Bryan Steele wrote: > CVSROOT: /cvs > Module name: src > Changes by: bry...@cvs.openbsd.org 2017/06/28 07:37:56 > > Modified files: > usr.bin/file : Makefile file.c > > Log message: > Simplify file(1) by removing the no longer necessary parent/child separation > and just drop privileges in the main process. > > Also allows for a tighter "stdio" pledge. > > passing regress tests still pass > > ok nicm@ with helpful feedback
Oops, also thanks to deraadt@ for his help and suggestions! And #openbsd-daily on freenode for the encouragement.