diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2025-01-16 21:18:11 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2025-01-16 22:22:38 +0100 |
commit | dce73a47b092f06fd1133d6eadba5214062a1fe1 (patch) | |
tree | 1630ce11c5ee7c71b98d05ddcf3cfa1e5f897b4e | |
parent | docs/HACKING: use 'run0' to indicate which commands require privileges (diff) | |
download | systemd-dce73a47b092f06fd1133d6eadba5214062a1fe1.tar.xz systemd-dce73a47b092f06fd1133d6eadba5214062a1fe1.zip |
README: add sgx to list of required groups
Follow-up for c9c4899f4444d9586e541b5e72597a37f949433a.
-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 |