Add "adm" group from the systemd branch to prevent constant collisions
This commit is contained in:
parent
6f052ee62e
commit
1084a8e0de
|
@ -73,7 +73,7 @@ in
|
|||
fprot = 52;
|
||||
bind = 53;
|
||||
wwwrun = 54;
|
||||
spamd = 55;
|
||||
spamd = 56;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid.
|
||||
|
||||
|
@ -126,8 +126,9 @@ in
|
|||
clamav = 51;
|
||||
fprot = 52;
|
||||
wwwrun = 54;
|
||||
spamd = 55;
|
||||
networkmanager = 56;
|
||||
adm = 55;
|
||||
spamd = 56;
|
||||
networkmanager = 57;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing uid.
|
||||
|
||||
|
|
Loading…
Reference in New Issue