Add "input" group
This is required by systemd >= 215.
This commit is contained in:
parent
8546ec7c74
commit
1002fb6433
@ -489,6 +489,7 @@ in {
|
|||||||
utmp.gid = ids.gids.utmp;
|
utmp.gid = ids.gids.utmp;
|
||||||
adm.gid = ids.gids.adm;
|
adm.gid = ids.gids.adm;
|
||||||
grsecurity.gid = ids.gids.grsecurity;
|
grsecurity.gid = ids.gids.grsecurity;
|
||||||
|
input.gid = ids.gids.input;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.activationScripts.users = stringAfter [ "etc" ]
|
system.activationScripts.users = stringAfter [ "etc" ]
|
||||||
|
@ -321,6 +321,7 @@
|
|||||||
panamax = 170;
|
panamax = 170;
|
||||||
exim = 172;
|
exim = 172;
|
||||||
fleet = 173;
|
fleet = 173;
|
||||||
|
input = 174;
|
||||||
|
|
||||||
# When adding a gid, make sure it doesn't match an existing
|
# When adding a gid, make sure it doesn't match an existing
|
||||||
# uid. Users and groups with the same name should have equal
|
# uid. Users and groups with the same name should have equal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user