Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-22 Thread František Šumšal
On 1/22/24 16:22, daechir wrote: Hello, I wanted to do a quick followup on this. I think I may have found where the issue lies. In https://github.com/systemd/systemd/blob/main/meson.build there's: sshconfdir = get_option('sshconfdir') if sshconfdir == '' But above you shall find: rpmmacrosd

Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-22 Thread daechir
Hello, I wanted to do a quick followup on this. I think I may have found where the issue lies. In https://github.com/systemd/systemd/blob/main/meson.build there's: sshconfdir = get_option('sshconfdir') if sshconfdir == '' But above you shall find: rpmmacrosdir = get_option('rpmmacrosdir') if

Re: [systemd-devel] Potential systemd CoredumpFilter sandboxing issue

2024-01-22 Thread daechir
Hello, Right.. So we can ignore the kernel parameter and sandboxing option here then. What could potentially override the coredump_filter in userspace? Is there any particular mechanism inside systemd that may do such a thing? Best, Daechir Sent with Proton Mail secure email. On Wednesday, Jan