[lxc-devel] [GIT] lxc branch, master, updated. 1e11be345d3eeece0df14d6222e1f7baf28933e1

Daniel Lezcano git at users.sourceforge.net
Thu Jan 21 14:16:04 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  1e11be345d3eeece0df14d6222e1f7baf28933e1 (commit)
       via  81810dd120291b78daf7c6833e6fcbca0289aad5 (commit)
      from  7674618ce4132f2bc1f3818a181475e58e890bfe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1e11be345d3eeece0df14d6222e1f7baf28933e1
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Thu Jan 21 15:15:26 2010 +0100

    fix tab vs space indentation
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 81810dd120291b78daf7c6833e6fcbca0289aad5
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Thu Jan 21 14:48:42 2010 +0100

    drop capabilities
    
    Hello everyone!
    
    I've written a patch which adds a new config keyword
    'lxc.cap.drop'. This keyword allows to specify capabilities which are
    dropped before executing the container binary.
    
    Example:
    
    lxc.cap.drop = sys_chroot
    lxc.cap.drop = mknod
    lxc.cap.drop = sys_module
    
    or specify in a single line:
    
    lxc.cap.drop = sys_chroot mknod sys_module
    
    Reworked-by: Daniel Lezcano <daniel.lezcano at free.fr>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
    Signed-off-by: Michael Holzt <lxc at my.fqdn.org>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 doc/lxc.conf.sgml.in |   38 +++++++++++++++++++++
 src/lxc/conf.c       |   91 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lxc/conf.h       |    1 +
 src/lxc/confile.c    |   49 +++++++++++++++++++++++++++
 4 files changed, 179 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list