Lines Matching refs:path_beneath
90 struct landlock_path_beneath_attr path_beneath = {
115 path_beneath.parent_fd = open(path_list[i], O_PATH | O_CLOEXEC);
116 if (path_beneath.parent_fd < 0) {
121 if (fstat(path_beneath.parent_fd, &statbuf)) {
122 close(path_beneath.parent_fd);
125 path_beneath.allowed_access = allowed_access;
127 path_beneath.allowed_access &= ACCESS_FILE;
129 &path_beneath, 0)) {
133 close(path_beneath.parent_fd);
136 close(path_beneath.parent_fd);