Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dfile.c160 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, struct path *path) in tomoyo_get_realpath() function
897 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_number_perm()
949 if (!tomoyo_get_realpath(&buf, path)) { in tomoyo_check_open_permission()
961 if (!buf.name && !tomoyo_get_realpath(&buf, path)) { in tomoyo_check_open_permission()
1003 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_perm()
1051 if (tomoyo_get_realpath(&buf, path)) { in tomoyo_mkdev_perm()
1094 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
1095 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm()