Skip to content

Commit

Permalink
[podman] Fix ownership of /podman/.config{,/containers}
Browse files Browse the repository at this point in the history
  • Loading branch information
e-karge committed Oct 4, 2024
1 parent d4432e1 commit 3f37dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podman/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ adduser -h /podman -g 'run it!' -s /bin/nologin -k /var/empty podman -D
echo podman:1001:9999 >/etc/subuid
echo podman:1001:9999 >/etc/subgid

install -o podman -g podman -m 00700 -d /podman/.config
install -o podman -g podman -m 00700 -d /podman/.config/containers
install -o podman -g podman -m 00700 -d /podman/.local
install -o podman -g podman -m 00700 -d /podman/.local/share
install -o podman -g podman -m 00700 -d /podman/.local/share/containers
Expand Down

0 comments on commit 3f37dae

Please sign in to comment.