From 139bb2c6de98b8c5dd70bf84007b15935a4f3ddc Mon Sep 17 00:00:00 2001 From: teacup-on-rockingchair <315160+teacup-on-rockingchair@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:35:06 +0200 Subject: [PATCH] Use drop-ins file in /etc/login.defs.d/ --- product_properties/10-login-defs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_properties/10-login-defs.yml b/product_properties/10-login-defs.yml index 0ba95753f766..a531d53fa7ee 100644 --- a/product_properties/10-login-defs.yml +++ b/product_properties/10-login-defs.yml @@ -3,5 +3,5 @@ default: overrides: {{% if product in [ 'slmicro6', 'sle16' ] %}} - login_defs_path: "/usr/etc/login.defs" + login_defs_path: "/etc/login.defs.d/oscap.login.defs" {{% endif %}}