From b6501c009798cd6d8c8b02e45e63bfa2fe31d5fc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Sep 2013 11:09:30 +0200 Subject: [PATCH] modules/misc/ids.nix: add a comment explaining why tcpcryptd has uid 666. --- modules/misc/ids.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/ids.nix b/modules/misc/ids.nix index 0dec1c8b167..ce758f2db7f 100644 --- a/modules/misc/ids.nix +++ b/modules/misc/ids.nix @@ -100,7 +100,7 @@ amule = 90; minidlna = 91; elasticsearch = 92; - tcpcryptd = 666; + tcpcryptd = 666; # tcpcryptd hard-codes that UID in its source code. :-( # When adding a uid, make sure it doesn't match an existing gid.