@samitouri / QOSAMI-WSL / commits / babf0c24

Add hypervkvpd.service to the list of discouraged systemd units (#13568)

Blue committed Oct 6, 2025 at 17:20 UTC babf0c24f106508aae16fd5e461489e159b2d24d
1 file changed +2 -1
distributions/validate-modern.py
+2 -1
@@ -33,7 +33,8 @@ DISCOURAGED_SYSTEM_UNITS = ['systemd-resolved.service',
33 'systemd-tmpfiles-setup-dev.service',
34 'tmp.mount',
35 'NetworkManager.service',
36 - 'networking.service']
36 + 'networking.service',
37 + 'hypervkvpd.service']
38
39 WSL1_UNSUPPORTED_XATTRS = ['security.selinux', 'security.ima', 'security.evm']
40