Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR_NOSUID (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dmount.h115 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dmount.h115 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c48 #ifndef MOUNT_ATTR_NOSUID
49 #define MOUNT_ATTR_NOSUID 0x00000002 macro
344 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID, in mount_setattr_thread()
726 .attr_clr = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NOEXEC | MOUNT_ATTR__ATIME, in TEST_F()
/linux-6.3-rc2/fs/
A Dnamespace.c3606 (MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NODEV | \
3621 if (attr_flags & MOUNT_ATTR_NOSUID) in attr_flags_to_mnt_flags()

Completed in 13 milliseconds