summaryrefslogtreecommitdiff
path: root/repo/system/polkit.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/polkit.xibuild')
-rw-r--r--repo/system/polkit.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild
index eb9c2f6..407cb5c 100644
--- a/repo/system/polkit.xibuild
+++ b/repo/system/polkit.xibuild
@@ -52,7 +52,7 @@ EOF
}
postinstall() {
- groupadd -fg 27 polkitd &&
- useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
+ /usr/sbin/groupadd -fg 27 polkitd &&
+ /usr/sbin/useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
-g polkitd -s /bin/false polkitd
}