Home
last modified time | relevance | path

Searched refs:mnt_may_suid (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dmount.h95 extern bool mnt_may_suid(struct vfsmount *mnt);
/Linux-v5.15/security/
Dcommoncap.c737 if (!mnt_may_suid(file->f_path.mnt)) in get_file_caps()
/Linux-v5.15/fs/
Dexec.c1594 if (!mnt_may_suid(file->f_path.mnt)) in bprm_fill_uid()
Dnamespace.c4508 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid() function
/Linux-v5.15/security/selinux/
Dhooks.c2304 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid()