blob: 9d72716602d889d90f24db329f52842a5c7bceb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = iotop-c
[Action]
Description = Setting file capabilities for iotop-c...
When = PostTransaction
# man iotop
Exec = /usr/bin/setcap cap_net_admin+eip /usr/bin/iotop
Depends = iotop-c
|