There is an updated pull request by bobertlo against master on the void-packages repository https://github.com/bobertlo/void-packages firewalld https://github.com/void-linux/void-packages/pull/34378 [wip] new package: firewalld-1.0.2 EDIT: set do_check to dummy since the test will not run without root. I could not find any documentation on this and any guidance is appreciated. Hey all, this is a WIP but *functional* so far. I would appreciate any review/feedback since haven't packaged any services before and I've been mostly grepping around srcpkgs for examples. I have built this and tested briefly (running, functioning, logging) on `x86_64` and `x86_64-musl` as well as cross compiling for some arm archs (it's python and dbus FWIW) There seems to be some play required in restarting dbus after the initial install and sv link to get it to run but it comes up fine after reboots after that so far. I am wondering if there is anything to be done about networkmanager in the startup and will be experimenting with that interaction. Now that things are apparently working though I am going to port/test my ansible roles and try to test all the features I can think of. I use this package heavily on other distros and would like to bring it with me while using void. #### Testing the changes - I tested the changes in this PR: YES #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES #### Local build testing - I built this PR locally for my native architecture, x86_64, x86_64-musl - I built this PR locally for these architectures (if supported. mark crossbuilds): - aarch64 - aarch64-musl A patch file from https://github.com/void-linux/void-packages/pull/34378.patch is attached