1. 07 Oct, 2015 1 commit
    • lxc-start-ephemeral: Parse passwd directly · 6b3ed343
      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 9 commits
  5. 15 Sep, 2015 3 commits
  6. 28 Aug, 2015 15 commits