nc 0.9.7

Access system calls directly
Documentation
1
2
3
4
/// Places the current process into capability mode.
pub unsafe fn cap_enter() -> Result<(), Errno> {
    syscall0(SYS_CAP_ENTER).map(drop)
}