1. 05 Oct, 2015 1 commit
    • lxc-start-ephemeral: Parse passwd directly · d4230480
      Colin Watson authored
      On Ubuntu 15.04, lxc-start-ephemeral's call to pwd.getpwnam always
      fails.  While I haven't been able to prove it or track down an exact
      cause, I strongly suspect that glibc does not guarantee that you can
      call NSS functions after a context switch without re-execing.  (Running
      "id root" in a subprocess from the same point works fine.)
      
      It's safer to use getent to extract the relevant line from the passwd
      file and parse it directly.
      Signed-off-by: 's avatarColin Watson <cjwatson@ubuntu.com>
  2. 29 Sep, 2015 10 commits
  3. 25 Sep, 2015 2 commits
  4. 21 Sep, 2015 14 commits
  5. 28 Aug, 2015 2 commits
  6. 27 Aug, 2015 11 commits