Home
last modified time | relevance | path

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

/openbmc/linux/security/landlock/
H A Dsyscalls.c89 size_t ruleset_size, path_beneath_size; in build_check_abi() local
100 path_beneath_size = sizeof(path_beneath_attr.allowed_access); in build_check_abi()
101 path_beneath_size += sizeof(path_beneath_attr.parent_fd); in build_check_abi()
102 BUILD_BUG_ON(sizeof(path_beneath_attr) != path_beneath_size); in build_check_abi()