From dc86b5bb95310b99b52310db4618c05c597af0aa Mon Sep 17 00:00:00 2001 From: sthen <> Date: Tue, 17 Feb 2015 09:56:54 +0000 Subject: [PATCH] Put the _unbound user in "unbound" login class; unbound uses setusercontext to initialize the unprivileged user, so the usual rc.d mechanism to set the class isn't used. Problem reported by otto, ok otto@ ajacoutout@ --- src/etc/master.passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/master.passwd b/src/etc/master.passwd index 2972a62c..1315b37a 100644 --- a/src/etc/master.passwd +++ b/src/etc/master.passwd @@ -9,7 +9,7 @@ _rstatd:*:30:30::0:0:rpc.rstatd:/var/empty:/sbin/nologin _rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin _fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin _x11:*:35:35::0:0:X Server:/var/empty:/sbin/nologin -_unbound:*:53:53::0:0:Unbound Daemon:/var/unbound:/sbin/nologin +_unbound:*:53:53:unbound:0:0:Unbound Daemon:/var/unbound:/sbin/nologin _spamd:*:62:62::0:0:Spam Daemon:/var/empty:/sbin/nologin uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/sbin/nologin www:*:67:67::0:0:HTTP Server:/var/www:/sbin/nologin