CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/23 09:45:16
Modified files:
gnu/usr.bin/binutils-2.17/binutils: objdump.c
Log message:
replace pledge "stdio rpath tmppath" with unveil "/tmp" "rwc" to satisfy
mktemp(3) type operations, unveil "/" "r" for reading all over the tree,
and pledge "stdio rpath wpath cpath" to permit both unveils subject to
their own limitations.
