-
name: fastnetmon-community
-
description: description of the snap
-
snapcraft: snapcraft.yaml
-
upstream: link
-
upstream-relation: I’m author of original project
-
supported-category: debug tools
-
reasoning:
FastNetMon is a high-performance network traffic analysis and DDoS detection application. It captures packets directly from network interfaces using Linux AF_XDP and AF_PACKET sockets to achieve line-rate packet processing with minimal latency.
These packet capture mechanisms require unrestricted access to the host networking stack and network interfaces. The application is intended to operate as a system-level network appliance and must inspect traffic on arbitrary interfaces, which is not compatible with strict snap confinement.
FastNetMon is installed and administered by system administrators on dedicated servers and is expected to have full access to the host networking environment. Classic confinement is therefore required for its intended use.
[*] I understand that strict confinement is generally preferred over classic.
[*] I’ve tried the existing interfaces to make the snap to work under strict confinement.