From dcf1f90e5bb1f8f45f8165a3a7f494b165fc99b7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 10 Aug 2014 17:21:44 +0200 Subject: Add a bunch of classes, and node lxp5. --- .../wheezy/classes/Admin/harden/account/index.yml | 12 +++++++++++ .../wheezy/classes/Admin/harden/account/strong.yml | 9 +++++++++ profiles/wheezy/classes/Admin/harden/index.yml | 23 ++++++++++++++++++++++ profiles/wheezy/classes/Admin/harden/trustweb.yml | 9 +++++++++ 4 files changed, 53 insertions(+) create mode 100644 profiles/wheezy/classes/Admin/harden/account/index.yml create mode 100644 profiles/wheezy/classes/Admin/harden/account/strong.yml create mode 100644 profiles/wheezy/classes/Admin/harden/index.yml create mode 100644 profiles/wheezy/classes/Admin/harden/trustweb.yml (limited to 'profiles/wheezy/classes/Admin/harden') diff --git a/profiles/wheezy/classes/Admin/harden/account/index.yml b/profiles/wheezy/classes/Admin/harden/account/index.yml new file mode 100644 index 0000000..ac726d5 --- /dev/null +++ b/profiles/wheezy/classes/Admin/harden/account/index.yml @@ -0,0 +1,12 @@ +classes: + - Admin.harden +parameters: + doc: + admin: + pkg: + - include passive account hardening PAM plugin cracklib + pkg: + - libpam-cracklib + - miscfiles + pkg-auto: + - miscfiles diff --git a/profiles/wheezy/classes/Admin/harden/account/strong.yml b/profiles/wheezy/classes/Admin/harden/account/strong.yml new file mode 100644 index 0000000..ba2a9df --- /dev/null +++ b/profiles/wheezy/classes/Admin/harden/account/strong.yml @@ -0,0 +1,9 @@ +classes: + - Admin.harden.account +parameters: + doc: + admin: + pkg: + - include proactive account hardening tool John the Ripper + pkg: + - john diff --git a/profiles/wheezy/classes/Admin/harden/index.yml b/profiles/wheezy/classes/Admin/harden/index.yml new file mode 100644 index 0000000..9abe2f4 --- /dev/null +++ b/profiles/wheezy/classes/Admin/harden/index.yml @@ -0,0 +1,23 @@ +classes: + - Admin.etc.track +parameters: + doc: + admin: + pkg: + - include hardening tools + pkg: + - e2fsck-static + - changetrack + - fail2ban + - harden + - monkeysphere + - rkhunter + - samhain + - sash + - sudo + - systraq + - unhide.rb + pkg-auto: + - samhain + - sash + - unhide.rb diff --git a/profiles/wheezy/classes/Admin/harden/trustweb.yml b/profiles/wheezy/classes/Admin/harden/trustweb.yml new file mode 100644 index 0000000..fb852c1 --- /dev/null +++ b/profiles/wheezy/classes/Admin/harden/trustweb.yml @@ -0,0 +1,9 @@ +classes: + - Admin +parameters: + doc: + admin: + pkg: + - include web-of-trust hardening tool Monkeysphere + pkg: + - monkeysphere -- cgit v1.2.3