1. 18 Mar, 2012 1 commit
  2. 05 Mar, 2012 2 commits
  3. 01 Mar, 2012 2 commits
  4. 26 Feb, 2012 31 commits
  5. 25 Feb, 2012 1 commit
  6. 23 Feb, 2012 3 commits
    • fix-automake-1.13 · ce6ce9d6
      Jon Nordby authored
      ## 0001-Replace-pkglib_PROGRAMS-with-pkglibexec_PROGRAMS.patch [diff]
      From 95c566740bba899acc7792c11fcdb3f4d32dcfc9 Mon Sep 17 00:00:00 2001
      From: Jon Nordby <jononor@gmail.com>
      Date: Fri, 10 Feb 2012 11:38:35 +0100
      Subject: [PATCH] Replace pkglib_PROGRAMS with pkglibexec_PROGRAMS
      
      Without this change, autogen.sh fails with automake 1.11.3
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Add man page for lxc-attach · 49ee6cdc
      Christian Seiler authored
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • lxc-attach: Drop privileges when attaching to container unless requested otherwise · cb014488
      Christian Seiler authored
      lxc-attach will now put the process that is attached to the container into
      the correct cgroups corresponding to the container, set the correct
      personality and drop the privileges.
      
      The information is extracted from entries in /proc of the init process of
      the container. Note that this relies on the (reasonable) assumption that the
      init process does not in fact drop additional capabilities from its bounding
      set.
      
      Additionally, 2 command line options are added to lxc-attach: One to prevent
      the capabilities from being dropped and the process from being put into the
      cgroup (-e, --elevated-privileges) and a second one to explicitly state the
      architecture which the process will see, (-a, --arch) which defaults to the
      container's current architecture.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>