#[no_mangle]
pub extern "C" fn syd_lock(state: lock_state_t) -> c_intExpand description
Sets the state of the sandbox lock.
state: The desired state of the sandbox lock.
Returns 0 on success, negated errno on failure.
#[no_mangle]
pub extern "C" fn syd_lock(state: lock_state_t) -> c_intSets the state of the sandbox lock.
state: The desired state of the sandbox lock.
Returns 0 on success, negated errno on failure.