CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/27 07:41:45
Modified files:
usr.bin/file : Makefile file.c file.h
Log message:
Add simple privilege separation to file(1). Two processes, file
descriptors and a few other bits are opened in parent and passed to
child using imsg. Child currently drops to "nobody" but this will change.
