e954ff5c64
This patch updates the documentation for the developer notes associated with the Cat 1 (Low) controls applied by the security role. Partial-bug: 1583744 Change-Id: I19cab15d1bc7ce6e8604d63bf8184b9569207991
13 lines
400 B
ReStructuredText
13 lines
400 B
ReStructuredText
The `Reliable Datagram Sockets (RDS)`_ protocol must be disabled. The Ansible
|
|
tasks in this role will disable the module.
|
|
|
|
.. _Reliable Datagram Sockets (RDS): https://en.wikipedia.org/wiki/Reliable_Datagram_Sockets
|
|
|
|
To opt-out of this change, set the following variable to ``no``:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_disable_module_rds: no
|
|
|
|
**NOTE:** The module will be disabled on the next reboot.
|