Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h80 extern bool mnt_may_suid(struct vfsmount *mnt);
/linux/security/
H A Dcommoncap.c774 if (!mnt_may_suid(file->f_path.mnt)) in get_file_caps()
778 * This check is redundant with mnt_may_suid() but is kept to make in get_file_caps()
/linux/fs/
H A Dexec.c1538 if (!mnt_may_suid(file->f_path.mnt)) in bprm_fill_uid()
H A Dnamespace.c6391 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid() function
/linux/security/selinux/
H A Dhooks.c2264 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid()