How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "starlabio/warden-7"
end
vagrant init starlabio/warden-7
vagrant up
This version was created over 4 years ago.
Added cups package
This version was created about 5 years ago.
Add stress-ng utility
This version was created over 5 years ago.
Add UseDNS=no to sshd_config
This version was created over 5 years ago.
Fix filtermode setup
This version was created over 5 years ago.
Set WARDEN to whitelist filtermode
This version was created over 5 years ago.
Use python 3.6 for behave tests
This version was created over 5 years ago.
Initial version