Searched refs:virtual_root (Results 1 – 1 of 1) sorted by relevance
253 char virtual_root[MAXPATHLEN]; variable1038 virtual_root[0] = '\0'; in main()1213 strcpy(virtual_root, ARG0); in main()1240 strncpy(virtual_root, ARG2, sizeof(virtual_root)); in main()1241 virtual_root[sizeof(virtual_root) - 1] = '\0'; in main()1326 lreply(220, "virtual_root == %s", virtual_root); in main()3091 pw->pw_dir = sgetsave(virtual_root);3205 …if (virtual_mode && strcmp(root_path, virtual_root) && !(AllowVirtualUser(pw->pw_name) && !DenyVir…3251 …if (virtual_mode && strcmp(chroot_path, virtual_root) && !(AllowVirtualUser(pw->pw_name) && !DenyV…3281 …if (virtual_mode && strcmp(chroot_path, virtual_root) && !(AllowVirtualUser(pw->pw_name) && !DenyV…