tailhook / unshare

The low-level linux containers creation library for rust
Apache License 2.0
124 stars 27 forks source link

Missing many capabilities #32

Open LeChatP opened 6 months ago

LeChatP commented 6 months ago

Hello, thank you very much for your project! I am using the Linux capabilities feature, and many are missing. There are 42 in today's Linux kernels, but only 38 are available in your library. Could you please make it generic or refer to a capability-focused library?

Thank you very much.