Skip to content

Fix for when using systemd-resolved stub resolver.

dankcatlord requested to merge dankcatlord/arch-audit:master into master

When using the systemd service, arch-audit will fail to resolve security.archlinux.org when using the systemd-resolved stub resolver because the service file doesn't allow access to localhost. This merge request changes the service file to allow the IP address 127.0.0.53 which is what systemd-resolved uses to listen for DNS requests.

Merge request reports