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
Mon, Nov 25, 19:54 (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260891
Default Alt Text
CVE-2017-6074.sls (911 B)

Event Timeline