Module syscall

Module syscall 

Source
Expand description

Helper functions wrapper the seccomp crate.

Structs§

Syscall
A Syscall, which can be constructed from either the number, or from the name.

Enums§

Error
An error trying to resolve a syscall, either from string to number, or number to string.