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 --- releasenotes/notes/securetty-6a10eefd601e45ca.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/securetty-6a10eefd601e45ca.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/securetty-6a10eefd601e45ca.yaml b/releasenotes/notes/securetty-6a10eefd601e45ca.yaml new file mode 100644 index 0000000..e5cfcf5 --- /dev/null +++ b/releasenotes/notes/securetty-6a10eefd601e45ca.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Allows granular level of control over the `/etc/securetty` file. + By allowing operators to specify the values in securetty, they + can improve security by limiting root console access. -- cgit 1.2.3-korg