tomoyo_path2_perm
int tomoyo_path2_perm(const u8 operation, const struct path *path1,
return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2);
const int err = tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path2,
return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2);
return tomoyo_path2_perm(TOMOYO_TYPE_PIVOT_ROOT, new_path, old_path);