Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dfile.c149 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path) in tomoyo_get_realpath() function
723 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_number_perm()
771 if (!tomoyo_get_realpath(&buf, path)) { in tomoyo_check_open_permission()
822 if (!tomoyo_get_realpath(&buf, path)) in tomoyo_path_perm()
875 if (tomoyo_get_realpath(&buf, path)) { in tomoyo_mkdev_perm()
922 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
923 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm()

Completed in 5 milliseconds