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.
pub fn check_tun_dev_create_access(
current_task: &CurrentTask,
) -> Result<(), Errno>Checks if the current_task has permission to create a new TUN device.
Corresponds to the tun_dev_create() LSM hook.