lucab / caps-rs

A pure-Rust library to work with Linux capabilities
https://docs.rs/caps
Other
83 stars 20 forks source link

nr: add CAP_CHECKPOINT_RESTORE #62

Closed lucab closed 4 years ago

lucab commented 4 years ago

This adds the new capability CAP_CHECKPOINT_RESTORE (number 40) which has been introduced in Linux 5.9.

Ref: https://github.com/torvalds/linux/commit/124ea650d3072b005457faed69909221c2905a1f Closes: #61