pub unsafe extern "C" fn seccomp_attr_set(
ctx: scmp_filter_ctx,
attr: scmp_filter_attr,
value: u32,
) -> c_intExpand description
Set an attribute. See seccomp.h for expected values, or see the Attributes trait.
pub unsafe extern "C" fn seccomp_attr_set(
ctx: scmp_filter_ctx,
attr: scmp_filter_attr,
value: u32,
) -> c_intSet an attribute. See seccomp.h for expected values, or see the Attributes trait.