Skip to content

Commit

Permalink
T3420: Remove service upnp
Browse files Browse the repository at this point in the history
Remove `service upnp` as it never worked as expected, nft rules do
not integrated and custom patches do not seem like a suitable
solution for now.

Security:
UPnP has been historically associated with security risks due to its automatic
and potentially unauthenticated nature.
UPnP devices might be vulnerable to unauthorized access or exploitation.
  • Loading branch information
sever-sever committed May 14, 2024
1 parent be41ac3 commit 7c438ca
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 733 deletions.
1 change: 0 additions & 1 deletion data/configd-include.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"service_sla.py",
"service_ssh.py",
"service_tftp-server.py",
"service_upnp.py",
"service_webproxy.py",
"system_acceleration.py",
"system_config-management.py",
Expand Down
227 changes: 0 additions & 227 deletions data/templates/firewall/upnpd.conf.j2

This file was deleted.

3 changes: 0 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ Depends:
snmp,
snmpd,
# End "service snmp"
# For "service upnp"
miniupnpd-nftables,
# End "service upnp"
# For "service webproxy"
squid,
squidclient,
Expand Down
Loading

0 comments on commit 7c438ca

Please sign in to comment.