30 lines
746 B
Diff
30 lines
746 B
Diff
From 4360b6f5910d57740eccbd1aa3bcd17eca7e438b Mon Sep 17 00:00:00 2001
|
|
From: Olaf Meeuwissen <paddy-hack@member.fsf.org>
|
|
Date: Mon, 11 May 2020 21:07:12 +0900
|
|
Subject: [PATCH] epsonds: Mitigate potential network related security issues.
|
|
Re #279
|
|
|
|
This pre-empts the possibility of triggering GHSL-2020-079, GHSL-2020-080
|
|
and GHSL-2020-081.
|
|
---
|
|
backend/epsonds.conf.in | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/backend/epsonds.conf.in b/backend/epsonds.conf.in
|
|
index e2880fa..7462d1d 100644
|
|
--- a/backend/epsonds.conf.in
|
|
+++ b/backend/epsonds.conf.in
|
|
@@ -11,7 +11,7 @@ usb
|
|
# usb 0x4b8 0x14c
|
|
|
|
#
|
|
-# Network
|
|
+# Network (not yet supported!)
|
|
#
|
|
# net 192.168.1.123
|
|
-net autodiscovery
|
|
+#net autodiscovery
|
|
--
|
|
2.27.0
|
|
|