Lines Matching refs:path_beneath
130 struct landlock_path_beneath_attr path_beneath = {
159 path_beneath.parent_fd = open(path_list[i], O_PATH | O_CLOEXEC);
160 if (path_beneath.parent_fd < 0) {
165 if (fstat(path_beneath.parent_fd, &statbuf)) {
168 close(path_beneath.parent_fd);
171 path_beneath.allowed_access = allowed_access;
173 path_beneath.allowed_access &= ACCESS_FILE;
175 &path_beneath, flags)) {
179 close(path_beneath.parent_fd);
182 close(path_beneath.parent_fd);