Home
last modified time | relevance | path

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

/tools/testing/selftests/memfd/
Dmemfd_test.c681 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
685 F_SEAL_SEAL); in test_basic()
697 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
701 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
873 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
874 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
875 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
879 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
880 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
950 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
[all …]
/tools/include/uapi/linux/
Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro