On Mon, Sep 24, 2018 at 10:49:42AM +0100, Ricardo Mestre wrote: > Comments? OK? The initial pledge(2) is so short lived that I was tempted to > remove it, but I'm open to suggestions :) Is there any compelling reason to keep the initial superset pledge?
Without it, the only code paths without pledge/unveil are either
main()->usage()->exit() or main()->{all failing strcmp() loop}->return.
