Home
last modified time | relevance | path

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

/linux-6.6.21/security/landlock/
Dsyscalls.c77 size_t ruleset_size, path_beneath_size; in build_check_abi() local
88 path_beneath_size = sizeof(path_beneath_attr.allowed_access); in build_check_abi()
89 path_beneath_size += sizeof(path_beneath_attr.parent_fd); in build_check_abi()
90 BUILD_BUG_ON(sizeof(path_beneath_attr) != path_beneath_size); in build_check_abi()