Disable lxc.aa_profile for debian boxes for now
I'm not able to start debian containers with that config set
This commit is contained in:
parent
0e6b14643f
commit
7c1a18dc1a
1 changed files with 1 additions and 1 deletions
2
development/Vagrantfile
vendored
2
development/Vagrantfile
vendored
|
@ -70,7 +70,7 @@ Vagrant.configure("2") do |config|
|
||||||
lxc_config.vm.hostname = 'lxc-dev-box' unless %w(squeeze wheezy sid).include? box_name.to_s
|
lxc_config.vm.hostname = 'lxc-dev-box' unless %w(squeeze wheezy sid).include? box_name.to_s
|
||||||
|
|
||||||
# Required to boot nested containers
|
# Required to boot nested containers
|
||||||
lxc.customize 'aa_profile', 'unconfined'
|
lxc.customize 'aa_profile', 'unconfined' unless %w(squeeze wheezy sid).include? box_name.to_s
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue