These config keys allow one to specify the uid, gid and groups of the init process. This is useful for application containers.
Signed-off-by: Filip Schauer <[email protected]> --- src/PVE/LXC/Config.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index 6445528..6f54e9f 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -711,6 +711,9 @@ my $valid_lxc_conf_keys = { 'lxc.signal.stop' => 1, 'lxc.init.cmd' => 1, 'lxc.init.cwd' => 1, + 'lxc.init.uid' => 1, + 'lxc.init.gid' => 1, + 'lxc.init.groups' => 1, 'lxc.pty.max' => 1, 'lxc.console.logfile' => 1, 'lxc.console.path' => 1, -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
