CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/09 23:26:57
Modified files:
usr.bin/getent : getent.c
Log message:
Add pledge support to getent(1).
This pledges the superset of all requests for the various getent databases
and then drops to the minimum for the chosen database.
ok deraadt@
