CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/28 03:50:52
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
Use unveil(2) to restrict write access to mandoc.db(5) and /tmp/
and read access to the selected manpath directory or directories,
but leave global read access open in -t mode.
Tweaks from and looks correct to deraadt@.
