Skip to content

Commit

Permalink
Use non-root user as the podman bug has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Jan 23, 2022
1 parent 2036244 commit 5a36ec8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions eh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ RUN pacman -Syuu --noconfirm --needed \
COPY ./entrypoint.sh /srv/entrypoint.sh

WORKDIR /eh
USER xatier
ENTRYPOINT ["/srv/entrypoint.sh"]
1 change: 0 additions & 1 deletion eh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ make
## Security concerns

- The container is running with `NET_ADMIN` and `NET_RAW` capabilities.
- The container is running with `root` user since it needs `rw` access to the data.

0 comments on commit 5a36ec8

Please sign in to comment.