Plan 9 style capability device implementation for the Linux Kernel
By
Ashwin Ganti
ashwin.ganti@gmail.com
To compile
* cd src
* hit make
To install the device files
* cd src
* sudo ./cap_load
To uninstall the devices
* cd src
* sudo ./cap_unload
The tests are included in src/tests
A sample test is explained in the README file in stc/tests
|