syspatch61-005: Unable to access bsd.sp

2017-05-08 Thread Michael Hendricks
I installed 6.1 on a new machine. A few days ago, I installed syspatches 1-4 without trouble. Today while applying patch 5, I got an error because /bsd.sp was absent. If I "cp /bsd /bsd.sp" the patch applies fine. Anyway, sometime after applying patch 4, I realized that I'd been running an SP ker

pledge from command line

2017-04-27 Thread Michael Hendricks
I would like to have pledge on the command line so I can restrict an ad-hoc process during execution. For example: $ pledge "stdio" sed -e "s/foo/bar/g" output.txt I can't modify sed, for example, because I don't always want it pledged that tightly. Since execve removes pledges, I can't see a w