Function libscmp::api_set[][src]

pub fn api_set(level: c_uint) -> Result<()>
Expand description

Force the API level used by libseccomp (do not use unless you know what you’re doing).

See seccomp_api_set(3) for details.