Mtr: Difference between revisions

imported>Fadenb
m Syntaxhighlight
imported>HLandau
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:mtr}}
== Issues ==
== Issues ==
=== mtr needs to be called with sudo ===
=== mtr needs to be called with sudo ===
To avoid the need to escalate privileges when calling <code>mtr</code> create a setcap wrapper by setting
To avoid the need to escalate privileges when calling <code>mtr</code> create a setcap wrapper by setting
<syntaxhighlight lang="nix">programs.mtr.enable = true;</syntaxhighlight>
<syntaxhighlight lang="nix">programs.mtr.enable = true;</syntaxhighlight>