1. 08 Jun, 2021 3 commits
  2. 28 May, 2021 16 commits
  3. 17 May, 2021 1 commit
  4. 12 May, 2021 4 commits
  5. 11 May, 2021 1 commit
  6. 10 May, 2021 7 commits
  7. 08 May, 2021 1 commit
  8. 06 May, 2021 1 commit
    • conf: handle kernels with CAP_SETFCAP · 91ad9b94
      Christian Brauner authored
      LXC is being very clever and sometimes maps the caller's uid into the
      child userns. This means that the caller can technically write fscaps
      that are valid in the ancestor userns (which can be a security issue in
      some scenarios) so newer kernels require CAP_SETFCAP to do this. Until
      newuidmap/newgidmap are updated to account for this simply write the
      mapping directly in this case.
      
      Cc: stable-4.0
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  9. 04 May, 2021 6 commits