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

This commit is contained in:
Blue 2025-10-06 17:20:12 -07:00 committed by GitHub
parent 9f77522f64
commit babf0c24f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']