Searched refs:mnt_may_suid (Results 1 – 4 of 4) sorted by relevance
80 extern bool mnt_may_suid(struct vfsmount *mnt);
774 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()
6421 bool mnt_may_suid(struct vfsmount *mnt) in mnt_may_suid() function
2288 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid()