You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for socket activation of an AF_VSOCK (SOCK_STREAM) socket, where the client (socat) and the
systemd user service are running directly on the same host. (There is no VM involved). The systemd user service
uses podman to start the container ghcr.io/eriksjolund/socket-activate-echo:vsock.
Add support for socket activation of an AF_VSOCK (SOCK_STREAM) socket, where the client (socat) and systemd-socket-activate are running directly on the same host. (There is no VM involved). systemd-socket-activate
uses podman to start the container ghcr.io/eriksjolund/socket-activate-echo:vsock.
Follow these steps to see the audit logs
Open three Bash terminals, terminal 1, terminal 2, terminal 3 on a Fedora 35 Linux computer.
[esjolund@asus socket-activate-echo]$ systemd-socket-activate -l /tmp/stream.sock -l 4000 -l vsock:4294967295:4000 podman run --rm --name echo2 --network=none ghcr.io/eriksjolund/socket-activate-echo:vsock
Listening on /tmp/stream.sock as 3.
Listening on [::]:4000 as 4.
Listening on vsock::4000 as 5.
Description
Feature request.
Add support for socket activation of an AF_VSOCK (SOCK_STREAM) socket, where the client (socat) and the
systemd user service are running directly on the same host. (There is no VM involved). The systemd user service
uses podman to start the container ghcr.io/eriksjolund/socket-activate-echo:vsock.
Add support for socket activation of an AF_VSOCK (SOCK_STREAM) socket, where the client (socat) and
systemd-socket-activate are running directly on the same host. (There is no VM involved). systemd-socket-activate
uses podman to start the container ghcr.io/eriksjolund/socket-activate-echo:vsock.
Follow these steps to see the audit logs
Open three Bash terminals, terminal 1, terminal 2, terminal 3 on a Fedora 35 Linux computer.
Make sure you are running container-selinux 2.181.0.
I installed the RPM from https://bodhi.fedoraproject.org/updates/FEDORA-2022-32eea4f938
Terminal 1 and terminal 3 are used for running commands as the regular user.
Terminal 2 is used for running commands as root.
In terminal 1 run
In terminal 2 run
In terminal 1 run
The special number 1 in
CID=1
meansVMADDR_CID_LOCAL
(seeman vsock
)In terminal 2 run
In terminal 1 run
In terminal 3 run
In terminal 2 run
The text was updated successfully, but these errors were encountered: