Searched refs:MS_NOSUID (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/tools/include/uapi/linux/ |
D | mount.h | 14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/linux-6.6.21/include/uapi/linux/ |
D | mount.h | 14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/linux-6.6.21/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 135 mnt_flags |= MS_NOSUID; in read_mnt_flags() 327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
|
/linux-6.6.21/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 259 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()
|
/linux-6.6.21/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
|
/linux-6.6.21/drivers/base/ |
D | devtmpfs.c | 35 #define DEVTMPFS_MFLAGS (MS_SILENT | MS_NOEXEC | MS_NOSUID)
|
D | Kconfig | 69 This instructs the kernel to include the MS_NOEXEC and MS_NOSUID mount
|
/linux-6.6.21/tools/testing/selftests/openat2/ |
D | resolve_test.c | 78 E_mount("tmpfs", "./mnt", "tmpfs", MS_NOSUID | MS_NODEV, ""); in setup_testdir()
|
/linux-6.6.21/security/apparmor/ |
D | mount.c | 33 if (flags & MS_NOSUID) in audit_mnt_flags()
|
/linux-6.6.21/fs/ |
D | namespace.c | 3628 if (flags & MS_NOSUID) in path_mount()
|