Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt32 mount -t sysfs -o nodev,noexec,nosuid sysfs /sys
33 mount -t proc -o nodev,noexec,nosuid proc /proc
48 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
49 mount -t tmpfs -o "nosuid,size=20%,mode=0755" tmpfs /run
/linux-4.4.14/Documentation/driver-model/
Doverview.txt87 none on /sys type sysfs (rw,noexec,nosuid,nodev)
98 none /sys sysfs nodev,noexec,nosuid 0 0
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME94 in order to reduce risks, the "nosuid" mount flag is passed in on mount to
96 When mount is executed as root, nosuid is not passed in by default,
99 by simply specifying "nosuid" among the mount options. For user mounts
210 of the standard mount options "noexec" and "nosuid" to reduce the risk of
364 nosuid Do not allow remote executables with the suid bit
376 nosuid is default for user mounts).
DCHANGES614 that are parsed outside of the cifs vfs such as nosuid.
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt250 fusermount always adds "nosuid" and "nodev" to the mount options
/linux-4.4.14/security/selinux/
Dhooks.c2174 int nosuid = (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID); in check_nnp_nosuid() local
2177 if (!nnp && !nosuid) in check_nnp_nosuid()