automation-tests/common/docs
Paul Holzinger 8f0f7109e5 pkg/config: read user local config also as root
There is really no need to limit reading the config under
$XDG_CONFIG_HOME or $HOME to rootless users only. This poses two
problems, first on a multi user system any config that should be only
applied to root in /etc will also be read by all other users which makes
this impossible to use without having all user overwrite that option
with their local containers.conf. If we read the config from $HOME as
root as well then such changes are easy.
Second, because connections/farms are currently written by the cli it
means as root is tries to write under /etc which is not good as in some
envs /etc is mounted read only.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-01-29 16:28:07 +01:00
..
links Add .containerignore.5 link file so users can find man page 2022-03-22 16:34:59 -04:00
Containerfile.5.md URGENT: heal CI: fix codespell 2023-10-03 11:15:37 +02:00
Makefile Add .containerignore.5 link file so users can find man page 2022-03-22 16:34:59 -04:00
containerignore.5.md Fix typos and improve language 2022-01-30 17:15:02 +01:00
containers-mounts.conf.5.md Move buildah/pkg/secrets to common/pkg/subscriptions 2020-11-19 10:31:58 -05:00
containers.conf.5.md pkg/config: read user local config also as root 2024-01-29 16:28:07 +01:00