[pve-devel] [PATCH 6/8] add lxc.aa_profile = lxc-container-default-with-mounting

Alexandre Derumier aderumier at odiso.com
Fri Aug 14 14:56:47 CEST 2015


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 src/PVE/LXC.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index df3e63a..2da1bba 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -940,6 +940,8 @@ sub update_lxc_config {
 
     my $raw = '';
 
+    $raw .= " lxc.aa_profile = lxc-container-default-with-mounting\n";
+
     die "missing 'arch' - internal error" if !$conf->{arch};
     $raw .= "lxc.arch = $conf->{arch}\n";
 
-- 
2.1.4




More information about the pve-devel mailing list