Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/driver-api/driver-model/
Doverview.rst89 none on /sys type sysfs (rw,noexec,nosuid,nodev)
100 none /sys sysfs nodev,noexec,nosuid 0 0
/Linux-v5.4/Documentation/admin-guide/cifs/
Dusage.rst104 in order to reduce risks, the ``nosuid`` mount flag is passed in on mount to
106 When mount is executed as root, nosuid is not passed in by default,
109 by simply specifying ``nosuid`` among the mount options. For user mounts
226 of the standard mount options ``noexec`` and ``nosuid`` to reduce the risk of
415 nosuid
433 nosuid is default for user mounts).
/Linux-v5.4/Documentation/filesystems/
Dfuse.txt250 fusermount always adds "nosuid" and "nodev" to the mount options
/Linux-v5.4/security/selinux/
Dhooks.c2280 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid() local
2284 if (!nnp && !nosuid) in check_nnp_nosuid()
2300 if (nosuid) in check_nnp_nosuid()