Make Debian/Ubuntu certs dir read-only
This commit is contained in:
parent
f193423ee4
commit
71bfb63bfc
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ _podman_run_args=(
|
|||
--volume $HOME:$HOME
|
||||
--volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
||||
--volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro
|
||||
--volume /etc/ssl/certs:/etc/ssl/certs
|
||||
--volume /etc/ssl/certs:/etc/ssl/certs:ro
|
||||
--env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
||||
--env XDG_SESSION_TYPE=wayland
|
||||
--ipc host
|
||||
|
|
Loading…
Reference in a new issue