Commit 62d00539 by Patrick Toomey

Update docs to reflect lxc.init_uid and lxc.init_gid options

parent dbca9237
...@@ -664,8 +664,9 @@ static int do_start(void *data) ...@@ -664,8 +664,9 @@ static int do_start(void *data)
/* /*
* if we are in a new user namespace, become root there to have * if we are in a new user namespace, become root there to have
* privilege over our namespace. We don't become root for lxc-execute, as * privilege over our namespace. When using lxc-execute we default to root,
* the intent is to execute a command as the original user. * but this can be overriden using the lxc.init_uid and lxc.init_gid
* configuration options.
*/ */
if (!lxc_list_empty(&handler->conf->id_map)) { if (!lxc_list_empty(&handler->conf->id_map)) {
gid_t new_gid = 0; gid_t new_gid = 0;
......
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