]> git.proxmox.com Git - pve-container.git/commitdiff
allow lxc.cgroup.devices.deny settings in lxc config
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 3 Jun 2015 05:56:25 +0000 (07:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 3 Jun 2015 05:56:25 +0000 (07:56 +0200)
src/PVE/LXC.pm

index 0f339c4d28ae2a3dd412550953a5e9434b886abd..068b46f40717564b866279b6f0bb22306e743306 100644 (file)
@@ -86,7 +86,7 @@ my $valid_lxc_keys = {
     'lxc.loglevel' => 1,
     'lxc.logfile' => 1,
     'lxc.environment' => 1,
-    
+    'lxc.cgroup.devices.deny' => 1,
 
     # autostart
     'lxc.start.auto' => 1,
@@ -149,6 +149,7 @@ my $lxc_array_configs = {
     'lxc.mount' => 1,
     'lxc.include' => 1,
     'lxc.id_map' => 1,
+    'lxc.cgroup.devices.deny' => 1,
 };
 
 sub write_lxc_config {