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.

(cherry picked from commit 7c438ca)

# Conflicts:
#	debian/control
  • Loading branch information
sever-sever authored and mergify[bot] committed May 14, 2024
1 parent cd1feee commit 9c89cfb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 398 deletions.
1 change: 0 additions & 1 deletion data/configd-include.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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.

5 changes: 5 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,12 @@ Depends:
smartmontools,
snmp,
snmpd,
<<<<<<< HEAD
squashfs-tools,
=======
# End "service snmp"
# For "service webproxy"
>>>>>>> 7c438caa2 (T3420: Remove service upnp)
squid,
squidclient,
squidguard,
Expand Down
Loading

0 comments on commit 9c89cfb

Please sign in to comment.