openbsd-ports/archivers/pigz
kn 8cf4361551 Tighten pledge
pigz starts with "stdio rpath wpath cpath fattr chown" like base gzip(1).

For `g.pipeout' aka. -c --stdout and `g.decode == 2' aka. -t --test,
pigz drops to "stdio rpath cpath" while gzip uses "stdio rpath".

The original pledge diff added "cpath" for the case where pigz's signal
handler unlink(2)s output files, but this is actually not needed since
-c and -t never open any file for output/writing.

Drop "cpath" to match gzip behaviour.
Do the same for `g.list' aka. -l --list.
2023-01-24 12:53:42 +00:00
..
patches Tighten pledge 2023-01-24 12:53:42 +00:00
pkg Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
Makefile Tighten pledge 2023-01-24 12:53:42 +00:00
distinfo Update to pigz 2.7 2022-01-16 14:43:49 +00:00