Searched refs:path_beneath_attr (Results 1 – 1 of 1) sorted by relevance
93 struct landlock_path_beneath_attr path_beneath_attr; in build_check_abi() local108 path_beneath_size = sizeof(path_beneath_attr.allowed_access); in build_check_abi()109 path_beneath_size += sizeof(path_beneath_attr.parent_fd); in build_check_abi()110 BUILD_BUG_ON(sizeof(path_beneath_attr) != path_beneath_size); in build_check_abi()111 BUILD_BUG_ON(sizeof(path_beneath_attr) != 12); in build_check_abi()317 struct landlock_path_beneath_attr path_beneath_attr; in add_rule_path_beneath() local323 res = copy_from_user(&path_beneath_attr, rule_attr, in add_rule_path_beneath()324 sizeof(path_beneath_attr)); in add_rule_path_beneath()332 if (!path_beneath_attr.allowed_access) in add_rule_path_beneath()337 if ((path_beneath_attr.allowed_access | mask) != mask) in add_rule_path_beneath()[all …]
Completed in 3 milliseconds