spiegel_podman/pkg/util
Christian Felder f44b05f6fd Fixup util.GetRootlessConfigHomeDir permission requirements
Do not require 0755 permissons for the ~/.config directory but require
at least 0700 which should be sufficient. The current implementation
internally creates this directory with 0755 if it does not exist, but if the
directory already exists with different perissions the current code returns
an empty string.

Signed-off-by: Christian Felder <c.felder@fz-juelich.de>
2019-09-09 15:17:42 +02:00
..
mountOpts.go Fix addition of mount options when using RO tmpfs 2019-08-28 14:28:18 -04:00
utils.go pkg/util: use rootless function to read additional users 2019-09-03 14:38:08 +02:00
utils_darwin.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00
utils_linux.go golangci-lint phase 4 2019-07-22 15:44:04 -05:00
utils_supported.go Fixup util.GetRootlessConfigHomeDir permission requirements 2019-09-09 15:17:42 +02:00
utils_test.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
utils_unsupported.go Move the HostConfig portion of Inspect inside libpod 2019-07-17 16:48:38 -04:00
utils_windows.go Use GetRuntimeDir to setup auth.json for login 2019-08-12 14:11:53 -04:00