Hi there,
Trippy (https://github.com/fujiapple852/trippy) is a traceroute/ping type tool (similar to mtr) and as such requires raw socket access (CAP_NET_RAW
) and so needs to have network-observe
auto connected.
I tested it with the below and it works:
sudo snap connect trippy:network-observe :network-observe
Can I also request an alias of trip
, which is used for other packaging of this application.
Store listing: https://snapcraft.io/trippy
Thank you.