Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmount.h14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c135 mnt_flags |= MS_NOSUID; in read_mnt_flags()
327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c259 mnt_flags |= MS_NOSUID; in read_mnt_flags()
418 MS_NOATIME | MS_NODEV | MS_NOSUID, 0), 0); in FIXTURE_SETUP()
743 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F()
750 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F()
939 expected_flags |= MS_NOSUID; in TEST_F()
1043 MS_NOATIME | MS_NODEV | MS_NOSUID, 0), 0); in FIXTURE_SETUP()
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c35 #define DEVTMPFS_MFLAGS (MS_SILENT | MS_NOEXEC | MS_NOSUID)
H A DKconfig69 This instructs the kernel to include the MS_NOEXEC and MS_NOSUID mount
/openbmc/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c78 E_mount("tmpfs", "./mnt", "tmpfs", MS_NOSUID | MS_NODEV, ""); in setup_testdir()
/openbmc/linux/security/apparmor/
H A Dmount.c33 if (flags & MS_NOSUID) in audit_mnt_flags()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h476 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
/openbmc/qemu/linux-user/
H A Dstrace.c1061 FLAG_GENERIC(MS_NOSUID),
/openbmc/linux/fs/
H A Dnamespace.c3628 if (flags & MS_NOSUID) in path_mount()