summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/polkit.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/gnome/polkit.morph b/strata/gnome/polkit.morph
index 2c40ecd0..d903ae0f 100644
--- a/strata/gnome/polkit.morph
+++ b/strata/gnome/polkit.morph
@@ -3,3 +3,8 @@ kind: chunk
build-system: autotools
configure-commands:
- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man-pages --disable-gtk-doc --enable-libsystemd-login=yes
+system-integration:
+ polkit-misc:
+ 00-add-polkitd-user:
+ - groupadd -fg 27 polkitd
+ - useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 -g polkitd -s /bin/false polkitd