src/tools/xattrs.rs: impl libc wrapper functions to get/set xattrs and fcaps

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2019-05-15 15:27:34 +02:00
committed by Dietmar Maurer
parent de2016d58a
commit 2dcdd3b427
2 changed files with 94 additions and 0 deletions

View File

@ -36,6 +36,7 @@ pub mod procfs;
pub mod read;
pub mod write;
pub mod acl;
pub mod xattr;
mod process_locker;
pub use process_locker::*;