diff options
author | Lennart Poettering <lennart@poettering.net> | 2025-01-16 22:40:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 22:40:07 +0100 |
commit | 86d6e268be58e60441f54e4160ea5dc2ba75afbb (patch) | |
tree | 1630ce11c5ee7c71b98d05ddcf3cfa1e5f897b4e /README | |
parent | update TODO (diff) | |
parent | README: add sgx to list of required groups (diff) | |
download | systemd-86d6e268be58e60441f54e4160ea5dc2ba75afbb.tar.xz systemd-86d6e268be58e60441f54e4160ea5dc2ba75afbb.zip |
Two readme tweaks (#36053)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -383,8 +383,8 @@ USERS AND GROUPS: need to be resolvable by getgrnam() at any time, even in the very early boot stages, where no other databases and network are available: - audio, cdrom, clock, dialout, disk, input, kmem, kvm, lp, render, tape, - tty, video + audio, cdrom, clock, dialout, disk, input, kmem, kvm, lp, render, + sgx, tape, tty, video During runtime, the journal daemon requires the "systemd-journal" system group to exist. New journal files will be readable by this group (but |