The podman daemon auto-creates a socket on startup, along with parent
directory, and
is always run as root. It is often useful to have another proxy like
haproxy or nginx
provide more sophisticed security, and these daemons do not need root
privileges.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70750 Build 67633: arc lint + arc unit
Event Timeline
Comment Actions
NB I would eventually like to fix this upstream too, but I have need of this functionality already.
Comment Actions
After applying this patch to /usr/local/etc/rc.d/podman_service I can now run Podman Desktop without the need to do chmod on the socket. Yay!
Comment Actions
Looks good, apart from a tiny style nit.
| sysutils/podman/files/podman.in | ||
|---|---|---|
| 42–45 | Change indentation to line up with other functions below | |