diff --git a/meson.build b/meson.build index 4ace94b..9d7b8b7 100644 --- a/meson.build +++ b/meson.build @@ -167,6 +167,7 @@ default_pam_config = get_option('default-pam-config') # If requested, try autodetecting from release files (see NetworkManager source) if default_pam_config == 'autodetect' pam_autodetect_map = { + '/etc/openEuler-release': 'redhat', '/etc/redhat-release': 'redhat', '/etc/fedora-release': 'redhat', '/etc/exherbo-release': 'exherbo',