webhook/internal/pidfile
Cameron Moore c9199d62e4 Tighten file permissions on pidfile creation
Fixes report from gosec: "G306: Expect WriteFile permissions to be 0600
or less."  Also, use new octal number formatting.
2020-05-28 18:23:02 -05:00
..
mkdirall.go Add pidfile support 2019-12-29 18:00:55 -06:00
mkdirall_windows.go Add missing windows dependency 2019-12-29 18:08:35 -06:00
pidfile.go Tighten file permissions on pidfile creation 2020-05-28 18:23:02 -05:00
pidfile_darwin.go Add pidfile support 2019-12-29 18:00:55 -06:00
pidfile_test.go Add pidfile support 2019-12-29 18:00:55 -06:00
pidfile_unix.go Add pidfile support 2019-12-29 18:00:55 -06:00
pidfile_windows.go Add pidfile support 2019-12-29 18:00:55 -06:00
README.md Add pidfile support 2019-12-29 18:00:55 -06:00

Package pidfile is derived from github.com/moby/moby/pkg/pidfile.

Moby is licensed under the Apache License, Version 2.0. Copyright 2012-2017 Docker, Inc.