Make Unix socket permissions configurable

This commit is contained in:
Kristoffer Dalby 2022-01-28 18:58:22 +00:00
parent 4d60aeae18
commit b4f8961e44
5 changed files with 34 additions and 2 deletions

View file

@ -25,8 +25,11 @@ const (
)
const (
Base8 = 8
Base10 = 10
BitSize16 = 16
BitSize32 = 32
BitSize64 = 64
portRangeBegin = 0
portRangeEnd = 65535
expectedTokenItems = 2