Re: [systemd-devel] socket activation SELinuxContextFromNet issue

2021-06-09 Thread Ted Toth
Unfortunately I was using 0.0.0.0 to connect to rsync in the proxy and the netlabel.rules entry for that ip is unlabeled when I changed the ip to 127.0.0.1 systemd no longer reports this error. Ted On Tue, Jun 8, 2021 at 10:16 AM Ted Toth wrote: > > I'm working on a proxy to encrypt rsync networ

[systemd-devel] socket activation SELinuxContextFromNet issue

2021-06-08 Thread Ted Toth
I'm working on a proxy to encrypt rsync network communications using systemd socket activation (Accept=yes, SELinuxContextFromNet=true) so that the proxy is run at the level of the connection (the system is running selinux mls policy). rsync has the same systemd socket activation configuration as I