aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-11-20 12:30:42 +0100
committerLennart Poettering <lennart@poettering.net>2017-11-20 12:34:28 +0100
commit2422bd21c822a837bc42fe262f1bde47b5723953 (patch)
treebe2ef4d3f9759cfd76b09335a9e2a6d5665cb9ac
parentREADME: slightly update the section about split /usr (diff)
downloadsystemd-2422bd21c822a837bc42fe262f1bde47b5723953.tar.gz
systemd-2422bd21c822a837bc42fe262f1bde47b5723953.tar.bz2
systemd-2422bd21c822a837bc42fe262f1bde47b5723953.zip
README,sysusers: complete and order list of default udev groups we need
Let's make sure the list of default udev groups we need are ordered in README and in the sysusers.d snippet, and both are complete.
-rw-r--r--README2
-rw-r--r--sysusers.d/basic.conf.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c8ef449b8..130141aae 100644
--- a/README
+++ b/README
@@ -217,7 +217,7 @@ USERS AND GROUPS:
even in the very early boot stages, where no other databases
and network are available:
- audio, cdrom, dialout, disk, input, kmem, lp, tape, tty, video
+ audio, cdrom, dialout, disk, input, kmem, kvm, lp, render, tape, tty, video
During runtime, the journal daemon requires the
"systemd-journal" system group to exist. New journal files will
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in
index 6c23f4216..edaa3d91b 100644
--- a/sysusers.d/basic.conf.in
+++ b/sysusers.d/basic.conf.in
@@ -28,11 +28,11 @@ g cdrom - - -
g dialout - - -
g disk - - -
g input - - -
-g lp - - -
g kvm - - -
+g lp - - -
+g render - - -
g tape - - -
g video - - -
-g render - - -
# Default group for normal users
g users - - -