Searched refs:check_access_path (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/security/landlock/ |
D | fs.c | 225 static int check_access_path(const struct landlock_ruleset *const domain, in check_access_path() function 318 return check_access_path(dom, path, access_request); in current_check_access_path() 562 return check_access_path(dom, new_dir, in hook_path_link() 591 return check_access_path(dom, old_dir, maybe_remove(old_dentry) | in hook_path_rename() 611 return check_access_path(dom, dir, get_mode_access(mode)); in hook_path_mknod() 664 return check_access_path(dom, &file->f_path, get_file_access(file)); in hook_file_open()
|