[pve-devel] [PATCH pve-container 6/6] allow configuring lxc.seccomp
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Jul 24 09:14:58 CEST 2015
---
src/PVE/LXC.pm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index cfdd57d..57fbbe2 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -67,6 +67,9 @@ my $valid_lxc_keys = {
'lxc.mount.entry' => 1,
'lxc.mount.auto' => 1,
+ # security related
+ 'lxc.seccomp' => 1,
+
# not used by pve
'lxc.tty' => '\d+',
'lxc.pts' => 1,
--
2.1.4
More information about the pve-devel
mailing list