File: disable-tcp-server.patch

package info (click to toggle)
rust-kanata 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,832 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Agathe Porte <gagath@debian.org>
Subject: [PATCH] disable tcp_server feature

Due to the very sensitive nature of kanata we want to reduce the attack surface
to a minimum. Disable the tcp_server feature.

Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,6 @@
 [features]
 cmd = ["kanata-parser/cmd"]
 default = [
-    "tcp_server",
     "win_sendinput_send_scancodes",
     "zippychord",
 ]