blob: 67de5cefb62bcb3ac8ae8002cd6ed51e66481770 (
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 = Set file capabilities for iotop-c...
When = PostTransaction
# man iotop
Exec = /usr/bin/setcap cap_net_admin+eip /usr/bin/iotop
Depends = iotop-c
|