i3status/debian/i3status.postinst

13 lines
252 B
Plaintext
Raw Normal View History

#!/bin/sh
2010-04-11 00:00:58 +02:00
set -e
# Allow users to get the speed of ethernet interfaces. This is not a security
# issue as i3status only queries the speed, it does not change any
# configuration.
setcap cap_net_admin=ep /usr/bin/i3status || true
#DEBHELPER#
exit 0