#[unsafe(no_mangle)]pub extern "C" fn syd_exec_rem(
action: action_t,
glob: *const c_char,
) -> c_intExpand description
Removes all matching patterns from the given actionlist of exec sandboxing.
Returns 0 on success, negated errno on failure.