Re: [systemd-devel] Does a generator need to take care of overrides in /etc?

2018-08-15 Thread Mantas Mikulėnas
On Thu, Aug 16, 2018 at 1:55 AM Bernhard Schmidt wrote: > Hi, > > I've been sent here by the great systemd maintainers in Debian for > clarification. The situation was observed on systemd v239 on Debian > unstable. > > On src:openvpn we have recently gotten a bug report about local > modification

[systemd-devel] Does a generator need to take care of overrides in /etc?

2018-08-15 Thread Bernhard Schmidt
Hi, I've been sent here by the great systemd maintainers in Debian for clarification. The situation was observed on systemd v239 on Debian unstable. On src:openvpn we have recently gotten a bug report about local modifications of the [email protected] file in /etc being ignored when the instance i

Re: [systemd-devel] udev script can't resolve host name

2018-08-15 Thread Jonathan Kamens
Thanks for the pointer. It turns out that Ubuntu puts IPAddressDeny=all in systemd-udevd.service. I suppose I could remove that (reducing protection, as you note) or add an IPAddressAllow setting to allow access to the DNS server and remote URL I want to hit, but then I have to worry about keep

Re: [systemd-devel] udev script can't resolve host name

2018-08-15 Thread Michael Biebl
Am Mi., 15. Aug. 2018 um 11:09 Uhr schrieb Jonathan Kamens : > > Hi, > > If I understand correctly, this mailing list can be used for questions about > udev as well as about systemd. If that's not correct, somebody please let me > know and I will go elsewhere (and if you know where that "elsewher

Re: [systemd-devel] udev script can't resolve host name

2018-08-15 Thread Sietse van Zanen
Jonathan, Yes that is exactly the case. Look inside he unit filre, systemd-udevd.service. It contains lines like: PrivateMounts=yes MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 SystemCallFilter=@system-service @module @raw-io System

[systemd-devel] udev script can't resolve host name

2018-08-15 Thread Jonathan Kamens
Hi, If I understand correctly, this mailing list can be used for questions about udev as well as about systemd. If that's not correct, somebody please let me know and I will go elsewhere (and if you know where that "elsewhere" should be, please let me know, that would be helpful!); I don't me