aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-03-23 13:28:19 +0000
committerlhinds <lhinds@redhat.com>2017-03-29 20:25:21 +0100
commit87850942adfe0a2ed44441913d2442d1fd86a809 (patch)
tree6c6449b0082f8b0f566e15195ee55dae749c3a2a /templates
parent4c07c75d5b77fd146ada9c464769822a828b4601 (diff)
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
Diffstat (limited to 'templates')
-rw-r--r--templates/securetty/securetty.erb4
1 files changed, 4 insertions, 0 deletions
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 %>