CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/26 11:11:32
Modified files:
usr.bin/getconf: getconf.c
Log message:
The code path were we pass `pathname' in the arguments is already limited
with pledge(2), but since we know exactly what it is then we can go further and
also unveil(2) it with read permissions.
OK millert@ deraadt@
