Lines Matching refs:mfd_assert_has_seals

192 static void mfd_assert_has_seals(int fd, unsigned int seals)  in mfd_assert_has_seals()  function
879 mfd_assert_has_seals(fd, 0); in test_basic()
882 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
888 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
893 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
908 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
912 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
929 mfd_assert_has_seals(fd, 0); in test_seal_write()
931 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
959 mfd_assert_has_seals(fd, 0); in test_seal_future_write()
962 mfd_assert_has_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
995 mfd_assert_has_seals(fd, 0); in test_seal_shrink()
997 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
1021 mfd_assert_has_seals(fd, 0); in test_seal_grow()
1023 mfd_assert_has_seals(fd, F_SEAL_GROW); in test_seal_grow()
1047 mfd_assert_has_seals(fd, 0); in test_seal_resize()
1049 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1079 mfd_assert_has_seals(fd, 0); in test_exec_seal()
1081 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1101 mfd_assert_has_seals(fd, 0); in test_exec_seal()
1103 mfd_assert_has_seals(fd, F_WX_SEALS); in test_exec_seal()
1126 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_exec_no_seal()
1145 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_noexec_seal()
1154 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_noexec_seal()
1169 mfd_assert_has_seals(fd, 0); in test_sysctl_sysctl0()
1190 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_sysctl_sysctl1()
1198 mfd_assert_has_seals(fd, 0); in test_sysctl_sysctl1()
1206 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_sysctl_sysctl1()
1227 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_sysctl_sysctl2()
1238 mfd_assert_has_seals(fd, F_SEAL_EXEC); in test_sysctl_sysctl2()
1424 mfd_assert_has_seals(fd, 0); in test_share_dup()
1427 mfd_assert_has_seals(fd2, 0); in test_share_dup()
1430 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
1431 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_dup()
1434 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
1435 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
1438 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1439 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1466 mfd_assert_has_seals(fd, 0); in test_share_mmap()
1471 mfd_assert_has_seals(fd, 0); in test_share_mmap()
1473 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
1479 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
1500 mfd_assert_has_seals(fd, 0); in test_share_open()
1504 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_open()
1505 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_open()
1508 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1509 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1515 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1516 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1522 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1523 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1543 mfd_assert_has_seals(fd, 0); in test_share_fork()
1547 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1550 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1555 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()