Page MenuHomeDevCentral

CVE-2017-6074.sls
No OneTemporary

CVE-2017-6074.sls

# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-02-27
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# CVE-2017-6074
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if grains['os_family'] == 'Debian' %}
/etc/modprobe.d/blacklist-dccp.conf:
file.managed:
- source: salt://hotfixes/files/CVE-2017-6074-blacklist-dccp.conf
- mode: 644
{% endif %}
{% if grains['os_family'] == 'RedHat' %}
/etc/modprobe.d/disable-dccp.conf:
file.managed:
- source: salt://hotfixes/files/CVE-2017-6074-disable-dccp.conf
- mode: 644
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 03:09 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2281876
Default Alt Text
CVE-2017-6074.sls (911 B)

Event Timeline