1. 04 Jan, 2018 1 commit
    • configure.ac: fix the check for static libcap · c06ed219
      Serge Hallyn authored
      The existing check doesn't work, because when you statically
      link a program against libc, any functions not called are not
      included.  So cap_init() which we check for is not there in
      the built binary.
      
      So instead just check whether a "gcc -lcap -static" works.
      If libcap.a is not available it will fail, if it is it will
      succeed.
      Signed-off-by: 's avatarSerge Hallyn <shallyn@cisco.com>
  2. 03 Jan, 2018 2 commits
  3. 02 Jan, 2018 5 commits
  4. 01 Jan, 2018 1 commit
    • lxccontainer: revert set_running_config_item() · d393e645
      Christian Brauner authored
      - As discussed we will have a proper API extension that will allow updating
        various parts of a running container. The prior approach wasn't a good idea.
      
      - Revert this is not a problem since we haven't released any version with the
        set_running_config_item() API extension.
      
      - I'm not simply reverting so that master users can still call into new
        liblxc's without crashing the container. This is achieved by keeping the
        commands callback struct member number identical.
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  5. 30 Dec, 2017 6 commits
  6. 26 Dec, 2017 2 commits
  7. 22 Dec, 2017 6 commits
  8. 21 Dec, 2017 11 commits
  9. 20 Dec, 2017 5 commits
  10. 19 Dec, 2017 1 commit