pledge "stdio rpath proc exec". proc & exec because obviously it
authorderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 15:52:30 +0000 (15:52 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 15:52:30 +0000 (15:52 +0000)
commitf02859560d57420ebcd497a9d91c087bd0d4c971
tree88f3418e1f8c6383a38177016d33cc06bd34d39c
parentee75a89a33ca5dc34432b2c5563d54bf51526da0
pledge "stdio rpath proc exec".  proc & exec because obviously it
spawns subprocesses.  rpath is only needed for the -o (open /dev/tty)
or no -o (open /dev/null) choice.
ok beck
usr.bin/xargs/xargs.c