Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/cifs/
H A Dusage.rst103 in order to reduce risks, the ``nosuid`` mount flag is passed in on mount to
105 When mount is executed as root, nosuid is not passed in by default,
108 by simply specifying ``nosuid`` among the mount options. For user mounts
225 of the standard mount options ``noexec`` and ``nosuid`` to reduce the risk of
416 nosuid
434 nosuid is default for user mounts).
/linux/drivers/base/
H A DKconfig66 bool "Use nosuid,noexec mount options on devtmpfs"
/linux/Documentation/admin-guide/
H A Dperf-security.rst166 file system is mounted with nosuid option or extended attributes are
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst248 fusermount always adds "nosuid" and "nodev" to the mount options
/linux/security/selinux/
H A Dhooks.c2264 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid() local
2268 if (!nnp && !nosuid) in check_nnp_nosuid()
2284 if (nosuid) in check_nnp_nosuid()