Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dfile.c148 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path) in tomoyo_get_realpath() function
705 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_number_perm()
753 if (!tomoyo_get_realpath(&buf, path)) { in tomoyo_check_open_permission()
804 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_perm()
857 if (tomoyo_get_realpath(&buf, path)) { in tomoyo_mkdev_perm()
904 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
905 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm()