Skip to content

gcmurphy/rust-capabilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-capabilities Build Status


About

Provides a rust interface to Linux Capabilties.

Installation

Requires libcap to be installed on the machine.

Fedora

$ sudo dnf install libcap-devel

Debian/Ubuntu

$ sudo apt-get install libcap-dev

Usage

See examples/demo.rs for example usage.

$ cargo run --example demo