Searched refs:nosuid (Results 1 – 5 of 5) sorted by relevance
103 in order to reduce risks, the ``nosuid`` mount flag is passed in on mount to105 When mount is executed as root, nosuid is not passed in by default,108 by simply specifying ``nosuid`` among the mount options. For user mounts225 of the standard mount options ``noexec`` and ``nosuid`` to reduce the risk of416 nosuid434 nosuid is default for user mounts).
66 bool "Use nosuid,noexec mount options on devtmpfs"
166 file system is mounted with nosuid option or extended attributes are
248 fusermount always adds "nosuid" and "nodev" to the mount options
2264 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid() local2268 if (!nnp && !nosuid) in check_nnp_nosuid()2284 if (nosuid) in check_nnp_nosuid()