2 getent group horst >/dev/null 2>&1 || usr/sbin/groupadd -g 1550 horst &>/dev/null
4 setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/horst
5 echo "NOTE: To run horst as normal user you have to add yourself into horst group"
9 getent group horst >/dev/null 2>&1 || usr/sbin/groupadd -g 1550 horst &>/dev/null
11 setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/horst
15 if getent group horst >/dev/null 2>&1; then