Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/memfd/
H A Dmemfd_test.c915 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 Dmemfd.c186 #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 Dshmem.c3061 info->seals = F_SEAL_SEAL; in __shmem_get_inode()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h46 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h46 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/linux-6.15/Documentation/userspace-api/
H A Dmfd_noexec.rst51 an app doesn't want sealing, it can add F_SEAL_SEAL after creation.
H A Dmseal.rst74 F_SEAL_SEAL for file.
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c295 F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL); in init_stub_exe_fd()
/linux-6.15/fs/hugetlbfs/
H A Dinode.c948 info->seals = F_SEAL_SEAL; in hugetlbfs_get_inode()