pub unsafe extern "C" fn seccomp_transaction_reject(
ctx: scmp_filter_ctx,
)Expand description
Reject a transaction started by seccomp_transaction_start
ctx: the filter context
This function rejects the current seccomp filter transaction, discarding all the filter modifications made during the transaction. Once rejected, the filter context remains unchanged as it was before the transaction started.