check_tun_dev_create_access

Function check_tun_dev_create_access 

Source
pub fn check_tun_dev_create_access(
    current_task: &CurrentTask,
) -> Result<(), Errno>
Expand description

Checks if the current_task has permission to create a new TUN device. Corresponds to the tun_dev_create() LSM hook.