pub fn sb_kern_mount(
current_task: &CurrentTask,
fs: &FileSystem,
) -> Result<(), Errno>Expand description
Check permission before mounting fs.
Corresponds to the sb_kern_mount() LSM hook.
pub fn sb_kern_mount(
current_task: &CurrentTask,
fs: &FileSystem,
) -> Result<(), Errno>Check permission before mounting fs.
Corresponds to the sb_kern_mount() LSM hook.