From b5852a1dd1c69a3877e309968fd9ff66e9501ca3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 27 Jul 2021 15:47:51 +0200 Subject: fix useradd calls --- core/modules/polkit/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/polkit') diff --git a/core/modules/polkit/module.build b/core/modules/polkit/module.build index 5bfc61c4..899a35df 100644 --- a/core/modules/polkit/module.build +++ b/core/modules/polkit/module.build @@ -16,6 +16,6 @@ build () { post_copy() { #Add Polkit User/Group/Shadow to Stage3.2, required on opensuse pinfo "Adding polkitd user to target system..." - useradd --system --user-group --inactive --no-create-home "polkitd" + useradd --system --user-group --no-create-home "polkitd" } -- cgit v1.2.3-55-g7522