Re: [systemd-devel] Strange partition layout from systemd-repart

2020-06-23 Thread Tobias Hunger
I took the liberty to implement support for a setup script to systemd-repart here: https://github.com/systemd/systemd/pull/16258 The patch is incomplete: It is missing documentation, tests and is basically just a sketch of the implementation, but I would appreciate some feedback anyway before I in

Re: [systemd-devel] [RFC] Seccomp filters from file

2020-06-23 Thread Lennart Poettering
On Di, 23.06.20 09:41, Chris PeBenito (chpeb...@linux.microsoft.com) wrote: > I've got some challenges using systemd's seccomp support because it > conflicts with the way my system is managed. I need to manage the seccomp > SystemCallFilter lists in a central location (single directory) so that t

[systemd-devel] [RFC] Seccomp filters from file

2020-06-23 Thread Chris PeBenito
I've got some challenges using systemd's seccomp support because it conflicts with the way my system is managed. I need to manage the seccomp SystemCallFilter lists in a central location (single directory) so that they can be updated independently of the packages and portable services on my sys