Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/memfd/
Dmemfd_test.c692 static void mfd_assert_mode(int fd, int mode) in mfd_assert_mode() function
722 mfd_assert_mode(fd, mode); in mfd_assert_chmod()
744 mfd_assert_mode(fd, st.st_mode & 07777); in mfd_fail_chmod()
1076 mfd_assert_mode(fd, 0777); in test_exec_seal()
1098 mfd_assert_mode(fd, 0777); in test_exec_seal()
1125 mfd_assert_mode(fd, 0777); in test_exec_no_seal()
1144 mfd_assert_mode(fd, 0666); in test_noexec_seal()
1153 mfd_assert_mode(fd, 0666); in test_noexec_seal()
1168 mfd_assert_mode(fd, 0777); in test_sysctl_sysctl0()
1189 mfd_assert_mode(fd, 0666); in test_sysctl_sysctl1()
[all …]