pub unsafe extern "C" fn seccomp_export_bpf(
ctx: scmp_filter_ctx,
fd: c_int,
) -> c_intExpand description
Export the filter to BPF for Bubblewrap.
pub unsafe extern "C" fn seccomp_export_bpf(
ctx: scmp_filter_ctx,
fd: c_int,
) -> c_intExport the filter to BPF for Bubblewrap.