Searched refs:mfd_assert_mode (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 696 static void mfd_assert_mode(int fd, int mode) in mfd_assert_mode() function 728 mfd_assert_mode(fd, mode); in mfd_assert_chmod() 751 mfd_assert_mode(fd, st.st_mode & 07777); in mfd_fail_chmod() 1083 mfd_assert_mode(fd, 0777); in test_exec_seal() 1105 mfd_assert_mode(fd, 0777); in test_exec_seal() 1132 mfd_assert_mode(fd, 0777); in test_exec_no_seal() 1151 mfd_assert_mode(fd, 0666); in test_noexec_seal() 1160 mfd_assert_mode(fd, 0666); in test_noexec_seal() 1175 mfd_assert_mode(fd, 0777); in test_sysctl_sysctl0() 1196 mfd_assert_mode(fd, 0666); in test_sysctl_sysctl1() [all …]
|