seccomp_export_pfc

Generate seccomp Pseudo Filter Code (PFC) and export it to a file @param ctx the filter context @param fd the destination fd

This function generates seccomp Pseudo Filter Code (PFC) and writes it to the given fd. Returns zero on success, negative values on failure.

version(Posix)
extern (C) nothrow @nogc
int
seccomp_export_pfc
(,
int fd
)

Meta