- name: traceroute-snap
- description: strictly-confined snapped version of the traceroute utility taken from the launchpad repo
- snapcraft: on GitHub
- upstream: git.launchpad.net
- upstream-relation: no relation
- interfaces:
- network-observe:
- request-type: auto-connection
- reasoning: some options of the traceroute script (e.g.
-T
utilizing TCP) require creating raw sockets, capability that is granted bynetwork-observe
among others. This is the least priviliged interface with this capability (the others beingnetwork-control
andfirewall-control
). The interface is required for all commands excepttraceroute
.
- network-observe:
Sounds reasonable to me. +1 from me
Hello @lorenzo-medici! +1 from me as well for auto-connect of network-observe
for traceroute-snap
.
+2 votes for, 0 votes against, granting auto-connect of interface network-observe
to snap traceroute-snap
This is now live!