From babf0c24f106508aae16fd5e461489e159b2d24d Mon Sep 17 00:00:00 2001 From: Blue Date: Mon, 6 Oct 2025 17:20:12 -0700 Subject: [PATCH] Add hypervkvpd.service to the list of discouraged systemd units (#13568) --- distributions/validate-modern.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distributions/validate-modern.py b/distributions/validate-modern.py index 8649f0d..2fc33f6 100644 --- a/distributions/validate-modern.py +++ b/distributions/validate-modern.py @@ -33,7 +33,8 @@ DISCOURAGED_SYSTEM_UNITS = ['systemd-resolved.service', 'systemd-tmpfiles-setup-dev.service', 'tmp.mount', 'NetworkManager.service', - 'networking.service'] + 'networking.service', + 'hypervkvpd.service'] WSL1_UNSUPPORTED_XATTRS = ['security.selinux', 'security.ima', 'security.evm']