Searched refs:nosuid (Results 1 – 4 of 4) sorted by relevance
89 none on /sys type sysfs (rw,noexec,nosuid,nodev)100 none /sys sysfs nodev,noexec,nosuid 0 0
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 of414 nosuid432 nosuid is default for user mounts).
234 fusermount always adds "nosuid" and "nodev" to the mount options
2241 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid() local2245 if (!nnp && !nosuid) in check_nnp_nosuid()2261 if (nosuid) in check_nnp_nosuid()