Home
last modified time | relevance | path

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

/linux-5.19.10/security/landlock/
Dfs.c656 static inline int current_check_access_path(const struct path *const path, in current_check_access_path() function
1111 return current_check_access_path(dir, LANDLOCK_ACCESS_FS_MAKE_DIR); in hook_path_mkdir()
1130 return current_check_access_path(dir, LANDLOCK_ACCESS_FS_MAKE_SYM); in hook_path_symlink()
1136 return current_check_access_path(dir, LANDLOCK_ACCESS_FS_REMOVE_FILE); in hook_path_unlink()
1142 return current_check_access_path(dir, LANDLOCK_ACCESS_FS_REMOVE_DIR); in hook_path_rmdir()