ansible-hardening/releasenotes/notes/disabling-rdisc-centos-75115b3509941bfa.yaml
Major Hayden 2459cb4e07
Disable the rdisc service (if present)
This patch checks for the rdisc service on a host and disables the service,
if the service is installed. The service will be stopped immediately if it
is found to be running.

Documentation and release notes are included.

Closes-bug: 1584191

Change-Id: Ieeb2d25ecf1920448701c33d4ea623d3f65becf6
2016-05-23 07:50:02 -05:00

9 lines
238 B
YAML

---
features:
- |
An Ansible was added to disable the ``rdisc`` service on CentOS systems if
the service is installed on the system.
Deployers can opt-out of this change by setting ``security_disable_rdisc``
to ``no``.