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> |
Revision as of 09:24, 27 August 2017
Issues
mtr needs to be called with sudo
To avoid the need to escalate privileges when calling mtr
create a setcap wrapper by setting
programs.mtr.enable = true;