1. 23 Oct, 2018 2 commits
    • Kirill Smelkov's avatar
      net: Make sure at least loopback works · 7ef9c285
      Kirill Smelkov authored
      Before this change even ping 127.0.0.1 was failing:
      
      	root@deco:~# ping 127.0.0.1
      	connect: Network is unreachable
      7ef9c285
    • Kirill Smelkov's avatar
      idmap: Don't skip 1-99 hole in IDs · 4a1010f2
      Kirill Smelkov authored
      Instead remap user IDs that we have to continous [0, ...] IDs in the target namespace.
      
      We need to be able to use e.g. tty group from inside (gid=5), because
      glibc.openpty wants to chwon files in /dev/pts to that group.
      
      See next patch for /dev/pts setup.
      4a1010f2
  2. 04 Oct, 2018 1 commit
  3. 03 Oct, 2018 1 commit