[pve-devel] [PATCH manager 1/1] lxc: create: always submit unprivileged field

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Jul 30 17:00:13 CEST 2025


even if unchecked, since the backend now defaults to unprivileged if not
defined at all.

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 www/manager6/lxc/CreateWizard.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js
index 2971991e2..0f6fcce8d 100644
--- a/www/manager6/lxc/CreateWizard.js
+++ b/www/manager6/lxc/CreateWizard.js
@@ -65,6 +65,7 @@ Ext.define('PVE.lxc.CreateWizard', {
                     xtype: 'proxmoxcheckbox',
                     name: 'unprivileged',
                     value: true,
+                    uncheckedValue: 0,
                     bind: {
                         value: '{unprivileged}',
                     },
-- 
2.39.5





More information about the pve-devel mailing list