modules/misc/ids.nix: patch tcpcrypt to use our uid
The default uid 666 exceeds SYS_UID_MAX (499), so it might not be available anyway.
This commit is contained in:
parent
4a7d8a84bc
commit
1103ba84fd
@ -100,7 +100,7 @@
|
||||
amule = 90;
|
||||
minidlna = 91;
|
||||
elasticsearch = 92;
|
||||
tcpcryptd = 666; # tcpcryptd hard-codes that UID in its source code. :-(
|
||||
tcpcryptd = 93;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user