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 17:37:45 +0000 |
commit | f844b28a6164fcc3f2ad5992b3a1da2bcb6194f9 (patch) | |
tree | 208375221810845ef0a12f1f6b313574a211ca24 /debian | |
parent | cd1feee8c3f806357380b6c73e7c3c0bbe7b6087 (diff) | |
download | vyos-1x-f844b28a6164fcc3f2ad5992b3a1da2bcb6194f9.tar.gz vyos-1x-f844b28a6164fcc3f2ad5992b3a1da2bcb6194f9.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.
(cherry picked from commit 7c438caa2c21101cbefc2eec21935ab55af19c46)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0b6a5adf2..3501af1bd 100644 --- a/debian/control +++ b/debian/control @@ -192,8 +192,7 @@ Depends: wireless-regdb, wpasupplicant (>= 0.6.7), zabbix-agent2, - ndppd, - miniupnpd-nftables + ndppd Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |