diff options
Diffstat (limited to 'pacman_hooks/setcap-iotop.hook')
-rw-r--r-- | pacman_hooks/setcap-iotop.hook | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pacman_hooks/setcap-iotop.hook b/pacman_hooks/setcap-iotop.hook deleted file mode 100644 index 402a57f..0000000 --- a/pacman_hooks/setcap-iotop.hook +++ /dev/null @@ -1,12 +0,0 @@ -[Trigger] -Type = Package -Operation = Install -Operation = Upgrade -Target = iotop-c - -[Action] -Description = Set file capabilities for iotop... -When = PostTransaction -# man iotop -Exec = /usr/bin/setcap cap_net_admin+eip /usr/bin/iotop -Depends = iotop-c |