diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-02-15 02:29:07 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-02-15 02:29:10 +0100 |
commit | 9361a712f85860ead532dba1468dbd3deef00e34 (patch) | |
tree | c60c6cf5330ab3d31960d54228225f038377443e /sysusers.d | |
parent | hwdb: Add HP ENVY x360 2-in-1 (diff) | |
download | systemd-9361a712f85860ead532dba1468dbd3deef00e34.tar.xz systemd-9361a712f85860ead532dba1468dbd3deef00e34.zip |
sysusers: also add root group
Follow-up for 49bb7fe5f88fc35b8529d7d8dfcd4c151a9aaf1a.
Fixes an issue reported at
https://github.com/systemd/systemd/pull/26270#issuecomment-1428945403.
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/basic.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in index 39d906ed5f..0aec080a4c 100644 --- a/sysusers.d/basic.conf.in +++ b/sysusers.d/basic.conf.in @@ -6,6 +6,7 @@ # (at your option) any later version. # The superuser +g root 0 - - u root 0:0 "Super User" /root # The nobody user/group for NFS file systems |