Searched refs:mnt_may_suid (Results 1 – 5 of 5) sorted by relevance
86 extern bool mnt_may_suid(struct vfsmount *mnt);
660 if (!mnt_may_suid(bprm->file->f_path.mnt)) in get_file_caps()
1530 if (!mnt_may_suid(bprm->file->f_path.mnt)) in bprm_fill_uid()
3930 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid() function
2280 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid()