summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-27 14:35:05 +0200
committerroot2021-07-27 14:35:05 +0200
commit001ec398728afacd1e639c83fa7eea9dba091fc1 (patch)
tree444d51f15e5744baad0d3b9a5533fd7bfb23a549 /core/modules/polkit
parent[dhcpc-busybox] Fix paths, extglob (diff)
downloadmltk-001ec398728afacd1e639c83fa7eea9dba091fc1.tar.gz
mltk-001ec398728afacd1e639c83fa7eea9dba091fc1.tar.xz
mltk-001ec398728afacd1e639c83fa7eea9dba091fc1.zip
useradd.inc: Rewrite helper once again
Diffstat (limited to 'core/modules/polkit')
-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 c9fbbad6..5bfc61c4 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..."
- add_system_user "polkitd"
+ useradd --system --user-group --inactive --no-create-home "polkitd"
}