mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-16 11:25:24 +00:00
Clarify struct field comment
Signed-off-by: Patrick Toomey <ptoomey3@biasedcoin.com>
This commit is contained in:
parent
c5cd20ce8e
commit
fd9f399bac
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user