Stop sharing certificate dirs by default
This commit is contained in:
parent
bfbd165056
commit
689f0f742e
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ _podman_run_args=(
|
||||||
--security-opt label=disable
|
--security-opt label=disable
|
||||||
--volume $HOME:$HOME
|
--volume $HOME:$HOME
|
||||||
--volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
--volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
||||||
--volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro
|
|
||||||
--volume /etc/ssl/certs:/etc/ssl/certs:ro
|
|
||||||
--env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
--env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
||||||
--env XDG_SESSION_TYPE=wayland
|
--env XDG_SESSION_TYPE=wayland
|
||||||
--ipc host
|
--ipc host
|
||||||
|
|
Loading…
Reference in a new issue