diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-14 16:47:29 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-14 16:47:29 +0000 |
commit | 7c438caa2c21101cbefc2eec21935ab55af19c46 (patch) | |
tree | 586f8db96e5b5201bf55ee3cfe6b4d6c17f4b697 /debian | |
parent | be41ac33f37bbf740d20021c66dc8fd048a68520 (diff) | |
download | vyos-1x-7c438caa2c21101cbefc2eec21935ab55af19c46.tar.gz vyos-1x-7c438caa2c21101cbefc2eec21935ab55af19c46.zip |
T3420: Remove service upnp
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 594e9e8d8..329ed09eb 100644 --- a/debian/control +++ b/debian/control @@ -196,9 +196,6 @@ Depends: snmp, snmpd, # End "service snmp" -# For "service upnp" - miniupnpd-nftables, -# End "service upnp" # For "service webproxy" squid, squidclient, |