diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-14 03:38:44 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-14 03:38:44 -0300 |
commit | 7f8fb7d122193c6943d2f82eb6d7fe78a3dcab35 (patch) | |
tree | 67f5dffd06732099cccae2a23ac2d6de120ddcec /libre/filesystem/filesystem.install | |
parent | e15d0ad388d58f6ab8841661760065ffaded6912 (diff) |
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
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r-- | libre/filesystem/filesystem.install | 1 |
1 files changed, 1 insertions, 0 deletions
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 |