aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2009-03-24 13:56:37 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2009-03-24 16:57:41 +0100
commit237315ff5060d06b54f5e2006afde372a62979cd (patch)
tree9f3375370d34ca4ba8fd081a3549f971b41cd717 /.gitignore
parentset mtu for netdev (diff)
downloadlxc-237315ff5060d06b54f5e2006afde372a62979cd.tar.gz
lxc-237315ff5060d06b54f5e2006afde372a62979cd.tar.bz2
lxc-237315ff5060d06b54f5e2006afde372a62979cd.zip
Use a specific script to set the capabilities
Instead of having the capabilities to be set automatically, it will be up to the user to set them through a specific script 'lxc-setcap'. After installing the lxc tools, if we want them to be available, for a non-root user, lxc-setcap will set the needed capabilities. If, after thinking it, we want to remove the capabilities, the 'lxc-setcap -d' will do this for us. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Acked-by: Guido Trotter <ultrotter@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a61d610..3c9c0b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,7 @@ src/lxc/lxc-init
src/lxc/lxc-ls
src/lxc/lxc-monitor
src/lxc/lxc-netstat
+src/lxc/lxc-setcap
src/lxc/lxc-ps
src/lxc/lxc-restart
src/lxc/lxc-start