chroot sftp issue
I created a caged sftp configuration described in this doc:
It works but the initial login (using Filezilla) talks a long time because the initial "ls" command hangs. When I truss the sshd-session process I see these errors scrolling:
nanosleep(0xFFFFFFEA1EF05DF0, 0x00000000) = 0 openat(AT_FDCWD, "/system/volatile/name_service_door", O_RDONLY|O_CLOEXEC|O_NOSTDFD) Err#2 ENOENT nanosleep(0xFFFFFFEA1EF05DF0, 0x00000000) = 0 openat(AT_FDCWD, "/system/volatile/name_service_door", O_RDONLY|O_CLOEXEC|O_NOSTDFD) Err#2 ENOENT nanosleep(0xFFFFFFEA1EF05DF0, 0x00000000) = 0 openat(AT_FDCWD, "/system/volatile/name_service_door", O_RDONLY|O_CLOEXEC|O_NOSTDFD) Err#2 ENOENT