i80and / pledge-rs

A Rust binding to OpenBSD's pledge(2) interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unrespected pledge API: paths argument

semarie opened this issue · comments

pledge(2) allows defining a whitelist of permitted paths. The current implementation doesn't provide it.

Even if paths argument currently returns EINVAL, I think the API should be provisionned.

Resolved in 5a168a9.