metasploitable3/chef/cookbooks/metasploitable/attributes/default.rb
Sliim dbe3947d22 linux: add docker_daemon_privilege_escalation
Install docker from the community cookbook and add some users in the
docker group from attributes.
I created the `attributes/default.rb` attribute file to configure which
users are added in the `docker` group. I suggest to put all configurable
values here, such as users, passwords etc..
2017-03-25 12:41:46 +01:00

10 lines
287 B
Ruby

#
# Cookbook:: metasploitable
# Attributes:: default
#
default['metasploitable']['docker_users'] = ['boba_fett',
'jabba_hutt',
'greedo',
'chewbacca',]