| 
Plan 9 style capability device implementation for the Linux Kernel
By
Ashwin Ganti
[email protected]
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
 |