Josh Rickmar writes:
> On Wed, Jun 09, 2021 at 06:01:59PM +0000, Klemens Nanni wrote:
>> > There were three promises which are not documented in pledge(2):
>> > disklabel, drm, and vmm. I've just left these at the end.
>> Sounds good.
>
> Are the undocumented promises intentional, or bugs in pledge(2)?
I'd say simply undocumented. I can help review documentation for the vmm
promise, but I'm unfamiliar with the disklabel and drm stuff.
> ...
> + { PLEDGE_ERROR, "error" },
> + /* undocumented promises */
To my above point, would rather document these in pledge.2 instead of
have this comment. This comment isn't helpful.
-dv