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;
|
fprot = 52;
|
||||||
bind = 53;
|
bind = 53;
|
||||||
wwwrun = 54;
|
wwwrun = 54;
|
||||||
spamd = 55;
|
spamd = 56;
|
||||||
|
|
||||||
# When adding a uid, make sure it doesn't match an existing gid.
|
# When adding a uid, make sure it doesn't match an existing gid.
|
||||||
|
|
||||||
@ -126,8 +126,9 @@ in
|
|||||||
clamav = 51;
|
clamav = 51;
|
||||||
fprot = 52;
|
fprot = 52;
|
||||||
wwwrun = 54;
|
wwwrun = 54;
|
||||||
spamd = 55;
|
adm = 55;
|
||||||
networkmanager = 56;
|
spamd = 56;
|
||||||
|
networkmanager = 57;
|
||||||
|
|
||||||
# When adding a gid, make sure it doesn't match an existing uid.
|
# When adding a gid, make sure it doesn't match an existing uid.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user