Commit 9ea8066a by Daniel Lezcano

fix lxc-setcap script for lxc-attach

Fix type and missing capability. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 341553f7
......@@ -25,7 +25,7 @@
# When the capabilities are set, a non root user can manage the containers.
#
LXC_ATTACH_CAP="cap_sys_admin"
LXC_ATTACH_CAPS="cap_sys_admin,cap_dac_override"
LXC_CREATE_CAPS="cap_sys_admin"
LXC_NETSTAT_CAPS="cap_sys_admin"
LXC_INIT_CAPS="cap_sys_admin,cap_dac_override"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment