CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2018/10/26 11:12:03
Modified files:
app/bdftopcf : bdftopcf.c
Log message:
If input_name is provided we can unveil(2) it with read permissions, if
output_name is provided we need to unveil(2) this one with rwc. Additionally
depending on the different combinations of if these files are passed via args
or from stdin/to stdout we can also pledge(2) accordingly to the code path.
OK deraadt@
