summaryrefslogtreecommitdiff
path: root/libre/filesystem/filesystem.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-05 18:38:07 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-05 18:38:07 -0200
commit498fa3c696035f6dc30f3cf7de3d36d99e524e3c (patch)
treea434f12b6c5191a86ed5c6e3b2a035140982ad36 /libre/filesystem/filesystem.install
parent12c1af76a470f2038922fd464d6b25d62e897eae (diff)
filesystem-2012.12-1: updating version
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rwxr-xr-xlibre/filesystem/filesystem.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install
index 34fcc0dee..12e59b01b 100755
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem/filesystem.install
@@ -42,7 +42,9 @@ post_upgrade() {
_addgroup rfkill -g 24
_addgroup lock -g 54
_addgroup uuidd -g 68
- _adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
+ _adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
+ _addgroup dbus -g 81
+ _adduser dbus -u 81 -d / -g dbus -s /sbin/nologin
# sync gshadow to group (fixes FS#19869)
if ! grep -q '^lock:' etc/gshadow; then