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

/linux-master/include/linux/
H A Dmount.h91 extern bool mnt_may_suid(struct vfsmount *mnt);
/linux-master/security/
H A Dcommoncap.c735 if (!mnt_may_suid(file->f_path.mnt))
739 * This check is redundant with mnt_may_suid() but is kept to make
/linux-master/fs/
H A Dexec.c1653 if (!mnt_may_suid(file->f_path.mnt))
H A Dnamespace.c5359 bool mnt_may_suid(struct vfsmount *mnt) function
/linux-master/security/selinux/
H A Dhooks.c2245 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt);

Completed in 304 milliseconds