]> git.ipfire.org Git - thirdparty/lxc.git/commit
Use a specific script to set the capabilities
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 24 Mar 2009 12:56:37 +0000 (13:56 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 24 Mar 2009 15:57:41 +0000 (16:57 +0100)
commit237315ff5060d06b54f5e2006afde372a62979cd
tree9f3375370d34ca4ba8fd081a3549f971b41cd717
parent75d09f83b82f35a610f4922e06ad897692062fab
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>
.gitignore
configure.in
lxc.spec.in
src/lxc/Makefile.am
src/lxc/lxc-setcap.in [new file with mode: 0644]