[pve-devel] applied: [PATCH container v2 03/11] config: whitelist lxc.init.cwd
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Jun 25 11:00:51 CEST 2025
applied this one, thanks
On Wed, Jun 11, 2025 at 04:48:55PM +0200, Filip Schauer wrote:
> This parameter allows setting the working directory of the init process
> in the container. This can be used by containers created from an OCI
> image, that specifies a custom working directory.
>
> Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
> ---
> src/PVE/LXC/Config.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
> index 0740e8c..49067ea 100644
> --- a/src/PVE/LXC/Config.pm
> +++ b/src/PVE/LXC/Config.pm
> @@ -641,6 +641,7 @@ my $valid_lxc_conf_keys = {
> 'lxc.signal.reboot' => 1,
> 'lxc.signal.stop' => 1,
> 'lxc.init.cmd' => 1,
> + 'lxc.init.cwd' => 1,
> 'lxc.pty.max' => 1,
> 'lxc.console.logfile' => 1,
> 'lxc.console.path' => 1,
> --
> 2.39.5
More information about the pve-devel
mailing list