diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-08-03 16:28:51 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-08-03 16:28:51 +0000 |
commit | 3d7f2d3abbb2f854fbeb03307d1ceefaa4f39605 (patch) | |
tree | 5dac66abe61a3b63bd225d5710106d75aec14667 /UIDs | |
parent | MFH: r447242 (diff) |
MFH: r447244
Reserve GID for _dnscrypt-proxy user
It was incorrect of me to set the GID to 65534
Approved by: ports-secteam (with hat)
Diffstat (limited to '')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -924,7 +924,7 @@ radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin minetest:*:976:976::0:0:& server:/nonexistent:/usr/sbin/nologin tests:*:977:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin -_dnscrypt-proxy:*:978:65534::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin +_dnscrypt-proxy:*:978:978::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin ums:*:979:979::0:0:Universal Media Server:/nonexistent:/usr/sbin/nologin hbase:*:980:980::0:0:HBase user:/nonexistent:/usr/sbin/nologin uvncrep:*:981:981::0:0:UltraVNC Repeater daemon:/nonexistent:/usr/sbin/nologin |