Open lucab opened 6 years ago
Release 0.3.0 introduced support for a single flag in securebits, namely SECBIT_KEEP_CAPS.
SECBIT_KEEP_CAPS
There are three more flags missing, with their corresponding "locked" twins. All of those should be implemented via PR_SET_SECUREBITS and PR_GET_SECUREBITS.
PR_SET_SECUREBITS
PR_GET_SECUREBITS
This is a followup to https://github.com/lucab/caps-rs/issues/26.
/cc @kpcyrd
If they aren't out of scope for a capabilities library I would be interested in having those :)
Release 0.3.0 introduced support for a single flag in securebits, namely
SECBIT_KEEP_CAPS
.There are three more flags missing, with their corresponding "locked" twins. All of those should be implemented via
PR_SET_SECUREBITS
andPR_GET_SECUREBITS
.This is a followup to https://github.com/lucab/caps-rs/issues/26.