Mtr: Difference between revisions
imported>Fadenb Created page with "== Issues == === 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 <code>programs...." |
imported>Fadenb m Syntaxhighlight |
||
| Line 2: | Line 2: | ||
=== 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> | ||