Searched refs:F_SEAL_SEAL (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 915 F_SEAL_SEAL); in test_basic() 927 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic() 931 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic() 1169 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_exec_no_seal() 1480 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup() 1486 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup() 1487 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup() 1557 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open() 1589 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork() 1590 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork() [all …]
|
| /linux-6.15/mm/ |
| H A D | memfd.c | 186 #define F_ALL_SEALS (F_SEAL_SEAL | \ 244 if (*file_seals & F_SEAL_SEAL) { in memfd_add_seals() 445 *file_seals &= ~F_SEAL_SEAL; in alloc_file() 452 *file_seals &= ~F_SEAL_SEAL; in alloc_file()
|
| H A D | shmem.c | 3061 info->seals = F_SEAL_SEAL; in __shmem_get_inode()
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fcntl.h | 46 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fcntl.h | 46 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | mfd_noexec.rst | 51 an app doesn't want sealing, it can add F_SEAL_SEAL after creation.
|
| H A D | mseal.rst | 74 F_SEAL_SEAL for file.
|
| /linux-6.15/arch/um/os-Linux/skas/ |
| H A D | process.c | 295 F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL); in init_stub_exe_fd()
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 948 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()
|