[][src]Function openbsd::pledge::pledge

pub fn pledge(
    promises: impl Into<Vec<u8>>,
    execpromises: impl Into<Vec<u8>>
) -> Result<(), Error>