diff options
author | lhinds <lhinds@redhat.com> | 2017-03-23 13:28:19 +0000 |
---|---|---|
committer | lhinds <lhinds@redhat.com> | 2017-03-29 20:25:21 +0100 |
commit | 87850942adfe0a2ed44441913d2442d1fd86a809 (patch) | |
tree | 6c6449b0082f8b0f566e15195ee55dae749c3a2a /releasenotes | |
parent | 4c07c75d5b77fd146ada9c464769822a828b4601 (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 'releasenotes')
-rw-r--r-- | releasenotes/notes/securetty-6a10eefd601e45ca.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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. |