Hacker News new | ask | show | jobs
by notaplumber 2932 days ago
It's unveiling in the context of pledge, as you explicitly declare the things to be unveiled.
1 comments

Your comment made me try to look up the exact semantics of unveil(2). It was a bit hard to find (I could only find something on its predecessor pledgepath), but apparently, unveil doesn't take effect immediately, but only at an invocation of pledge(2) (which usually follows immediately after it). That was not at all clear from TFA.