1. 10 Dec, 2015 7 commits
  2. 07 Dec, 2015 1 commit
  3. 03 Dec, 2015 12 commits
  4. 20 Nov, 2015 1 commit
  5. 18 Nov, 2015 4 commits
  6. 17 Nov, 2015 14 commits
  7. 12 Nov, 2015 1 commit
    • seccomp: handle inverted arch · 473ebc77
      Serge Hallyn authored
      lxc uses uname to check the kernel version.  Seccomp respects userspace.  In the case
      of 32-bit userspace on 64-bit kernel, this was a bad combination.
      
      When we run into that case, make sure that the compat seccomp context is 32-bit, and
      the lxc->seccomp_ctx is the 64-bit.
      
      Closes #654
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>