Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/Documentation/admin-guide/cifs/
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
414 nosuid
432 nosuid is default for user mounts).
/linux-6.1.9/drivers/base/
DKconfig66 bool "Use nosuid,noexec mount options on devtmpfs"
/linux-6.1.9/Documentation/admin-guide/
Dperf-security.rst166 file system is mounted with nosuid option or extended attributes are
/linux-6.1.9/Documentation/filesystems/
Dfuse.rst234 fusermount always adds "nosuid" and "nodev" to the mount options
/linux-6.1.9/security/selinux/
Dhooks.c2230 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid() local
2234 if (!nnp && !nosuid) in check_nnp_nosuid()
2250 if (nosuid) in check_nnp_nosuid()