2010-04-06 14:44:53 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2010-04-11 00:00:58 +02:00
|
|
|
set -e
|
|
|
|
|
2010-04-06 14:44:53 +02:00
|
|
|
# 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
|
2011-07-13 16:37:43 +02:00
|
|
|
|
|
|
|
#DEBHELPER#
|
|
|
|
|
|
|
|
exit 0
|