CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/11 05:01:37
Modified files:
usr.bin/kdump : kdump.c
Log message:
the only fs access kdump(1) needs is to the tracefile which by default is
ktrace.out unless argument -f is used. We can just unveil(2) that file with read
permissions before the pledge(2) call.
OK deraadt@
