1. 16 Mar, 2016 1 commit
    • Prevent access to pci devices · 4845c17a
      Serge Hallyn authored
      Prevent privileged containers from messing with the host's pci devices
      directly.  Refuse access under /proc/bus, and drop cap_sys_rawio.  Some
      containers may need to re-enable cap_sys_rawio (i.e. if they run an
      X server).
      
      It may be desirable to break some of this stuff into files which can be
      separately included (or not included), but this patch isn't the right
      place for that.
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  2. 15 Mar, 2016 7 commits
  3. 12 Mar, 2016 1 commit
    • criu: hide more stuff in criu.c · 73d46752
      Tycho Andersen authored
      Various other functions/structures are now only used in criu.c, so let's
      hide stuff there so as not to pollute headers.
      
      This commit also bumps the required CRIU versions to 2.0. While we don't
      *require* any features that aren't in 1.8 patchlevel 21 or above, 2.0 is a
      vast improvement, and so we should use that instead.
      Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
  4. 11 Mar, 2016 4 commits
  5. 10 Mar, 2016 5 commits
  6. 09 Mar, 2016 6 commits
  7. 08 Mar, 2016 11 commits
  8. 07 Mar, 2016 5 commits