]> git.sur5r.net Git - i3/i3status/blob - debian/i3status.postinst
bf67a488c0da64a5c48f4df914a6d760b99b0f2f
[i3/i3status] / debian / i3status.postinst
1 #!/bin/sh
2
3 # Allow users to get the speed of ethernet interfaces. This is not a security
4 # issue as i3status only queries the speed, it does not change any
5 # configuration.
6 setcap cap_net_admin=ep /usr/bin/i3status || true