summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/polkit/module.build')
-rw-r--r--core/modules/polkit/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/polkit/module.build b/core/modules/polkit/module.build
index b956f23c..b1e61f66 100644
--- a/core/modules/polkit/module.build
+++ b/core/modules/polkit/module.build
@@ -17,6 +17,6 @@ build () {
post_copy() {
#Add Polkit User/Group/Shadow to Stage3.2, required on opensuse
pinfo "Adding polkitd user to target system..."
- add_user "polkitd"
+ add_system_user "polkitd"
}