seccomp_attr_set

Function seccomp_attr_set 

Source
pub unsafe extern "C" fn seccomp_attr_set(
    ctx: scmp_filter_ctx,
    attr: scmp_filter_attr,
    value: u32,
) -> c_int
Expand description

Set an attribute. See seccomp.h for expected values, or see the Attributes trait.