~dricottone/huttese-apk

ref: a71240f874376e41bbd01cd94246e367ea0209f7 huttese-apk/sr.ht/tlstunnel/tlstunnel.post-install -rw-r--r-- 290 bytes
a71240f8 — Drew DeVault tlstunnel: add libcap dependency 3 years ago
                                                                                
1
2
3
4
5
#!/bin/sh
grep '^tlstunnel' /etc/group >/dev/null || addgroup -S tlstunnel 2>/dev/null
grep '^tlstunnel' /etc/passwd >/dev/null || adduser -SDh/var/lib/tlstunnel \
	-s/sbin/nologin -Gtlstunnel -gtlstunnel tlstunnel tlstunnel 2>/dev/null
setcap 'cap_net_bind_service=+ep' /usr/bin/tlstunnel