Function selinux_sys::avc_open[][src]

pub unsafe extern "C" fn avc_open(
    opts: *mut selinux_opt,
    nopts: c_uint
) -> c_int

avc_open - Initialize the AVC. @opts: array of selabel_opt structures specifying AVC options or NULL. @nopts: number of elements in opts array or zero for no options.

This function is identical to avc_init(), except the message prefix is set to “avc” and any callbacks desired should be specified via selinux_set_callback(). Available options are listed above.