diff options
-rwxr-xr-x | mtr/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mtr/post-install b/mtr/post-install new file mode 100755 index 000000000..401ce8a6c --- /dev/null +++ b/mtr/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +setcap cap_net_raw+ep /usr/bin/mtr-packet |