Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dfile.c149 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path) in tomoyo_get_realpath() function
706 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_number_perm()
754 if (!tomoyo_get_realpath(&buf, path)) { in tomoyo_check_open_permission()
805 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_perm()
858 if (tomoyo_get_realpath(&buf, path)) { in tomoyo_mkdev_perm()
905 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
906 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm()