From 87850942adfe0a2ed44441913d2442d1fd86a809 Mon Sep 17 00:00:00 2001 From: lhinds Date: Thu, 23 Mar 2017 13:28:19 +0000 Subject: Adds service for managing securetty This adds the ability to manage the securetty file. By allowing management of securetty, operators can limit root console access and improve security through hardening. Change-Id: Ic4647fb823bd112648c5b8d102913baa8b4dac1c Closes-Bug: #1665042 --- templates/securetty/securetty.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/securetty/securetty.erb (limited to 'templates/securetty/securetty.erb') diff --git a/templates/securetty/securetty.erb b/templates/securetty/securetty.erb new file mode 100644 index 0000000..c8c7b90 --- /dev/null +++ b/templates/securetty/securetty.erb @@ -0,0 +1,4 @@ +# Managed by Puppet / TripleO Heat Templates +# A list of TTYs, from which root can log in +# see `man securetty` for reference +<%= @ttys %> -- cgit 1.2.3-korg