Searched refs:nosuid (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 48 mount -t sysfs -o nodev,noexec,nosuid sysfs /sys 49 mount -t proc -o nodev,noexec,nosuid proc /proc 64 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true 65 mount -t tmpfs -o "nosuid,size=20%,mode=0755" tmpfs /run
|
/Linux-v4.19/Documentation/driver-model/ |
D | overview.txt | 87 none on /sys type sysfs (rw,noexec,nosuid,nodev) 98 none /sys sysfs nodev,noexec,nosuid 0 0
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 89 in order to reduce risks, the "nosuid" mount flag is passed in on mount to 91 When mount is executed as root, nosuid is not passed in by default, 94 by simply specifying "nosuid" among the mount options. For user mounts 206 of the standard mount options "noexec" and "nosuid" to reduce the risk of 363 nosuid Do not allow remote executables with the suid bit 375 nosuid is default for user mounts).
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 250 fusermount always adds "nosuid" and "nodev" to the mount options
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 2418 int nosuid = !mnt_may_suid(bprm->file->f_path.mnt); in check_nnp_nosuid() local 2422 if (!nnp && !nosuid) in check_nnp_nosuid() 2438 if (nosuid) in check_nnp_nosuid()
|