New comment by the-antz on void-packages repository https://github.com/void-linux/void-packages/pull/20752#issuecomment-611668192 Comment: I was just wondering if there are issues with the fix as you could have manually applied the changes, e.g. ``` wget https://github.com/the-antz/void-packages/raw/apparmor/srcpkgs/apparmor/files/profiles/usr.bin.dhcpcd diff usr.bin.dhcpcd /etc/apparmor.d/usr.bin.dhcpcd # check if you like the changes, don't blindly overwrite system files sudo cp usr.bin.dhcpcd /etc/apparmor.d/usr.bin.dhcpcd rm usr.bin.dhcpcd sudo apparmor_parser -R /etc/apparmor.d/usr.bin.dhcpcd sudo apparmor_parser /etc/apparmor.d/usr.bin.dhcpcd sudo sv stop dhcpcd sudo killall dhcpcd sudo sv start dhcpcd ``` This won't interfere with any future updates.