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
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
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