From: Patrick Toomey Date: Wed, 19 Aug 2015 15:57:59 +0000 (-0600) Subject: Clarify struct field comment X-Git-Tag: lxc-2.0.0.beta1~164^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9f399baceee40c44b6038fc3046ef374ade33a;p=thirdparty%2Flxc.git Clarify struct field comment Signed-off-by: Patrick Toomey --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 0087586e4..b9f93f954 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -366,7 +366,8 @@ struct lxc_conf { /* init command */ char *init_cmd; - /* the UID/GID that COMMAND for lxc-execute should run under */ + /* if running in a new user namespace, the UID/GID that COMMAND for + * lxc-execute should run under */ uid_t init_uid; gid_t init_gid; };