From 7f8fb7d122193c6943d2f82eb6d7fe78a3dcab35 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 14 Jul 2014 03:38:44 -0300 Subject: filesystem-2014.07-1: updating version * move /etc/os-release to /usr/lib/os-release * sync group with gshadow (FS#40953 => https://bugs.archlinux.org/task/40953) * add input group * add lint check to avoid a whole class of bugs --- libre/filesystem/filesystem.install | 1 + 1 file changed, 1 insertion(+) (limited to 'libre/filesystem/filesystem.install') diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index 2ce661725..065a79d6c 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -33,6 +33,7 @@ post_upgrade() { _adduser uuidd -u 68 -d / -g uuidd -s /usr/bin/nologin _addgroup dbus -g 81 _adduser dbus -u 81 -d / -g dbus -s /usr/bin/nologin + _addgroup input -g 97 _addgroup systemd-journal -g 190 _addgroup systemd-journal-gateway -g 191 _adduser systemd-journal-gateway -u 191 -g 191 -d / -s /usr/bin/nologin -- cgit v1.2.3