aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/dbus
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-06-13 00:25:03 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-06-13 00:25:03 +0800
commit239ced844ea434e623686094af3de168f90e4391 (patch)
tree541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/dbus
parent3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff)
downloadalicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz
alicelinux-239ced844ea434e623686094af3de168f90e4391.zip
repos updated
Diffstat (limited to 'repos/extra/dbus')
-rw-r--r--repos/extra/dbus/abuild (renamed from repos/extra/dbus/info)0
-rwxr-xr-xrepos/extra/dbus/postinstall4
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/dbus/info b/repos/extra/dbus/abuild
index 0ec42b5a..0ec42b5a 100644
--- a/repos/extra/dbus/info
+++ b/repos/extra/dbus/abuild
diff --git a/repos/extra/dbus/postinstall b/repos/extra/dbus/postinstall
index 5bb5e44b..970b2e18 100755
--- a/repos/extra/dbus/postinstall
+++ b/repos/extra/dbus/postinstall
@@ -1,7 +1,7 @@
#!/bin/sh
-getent group messagebus >/dev/null || addgroup -g 18 messagebus
-getent passwd messagebus >/dev/null || adduser -g messagebus -s /bin/false messagebus
+getent group messagebus >/dev/null || addgroup -S messagebus 2>/dev/null
+getent passwd messagebus >/dev/null || adduser -S -D -H -h /dev/null -s /sbin/nologin -G messagebus -g messagebus messagebus 2>/dev/null
chown root:messagebus /usr/libexec/dbus-daemon-launch-helper
chmod 4750 /usr/libexec/dbus-daemon-launch-helper