Date: Mon, 27 May 2002 12:24:56 -0600 From: Lyndon Nerenberg <lyndon@orthanc.ab.ca> To: Claus Assmann <freebsd+stable@esmtp.org> Cc: "Philip J. Koenig" <pjklist@ekahuna.com>, stable@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: non-root /var/run files (was Re: Sendmail, smmsp, and pid file) Message-ID: <200205271824.g4RIOutI008910@orthanc.ab.ca> In-Reply-To: Your message of "Mon, 27 May 2002 08:10:26 PDT." <20020527081026.B29438@zardoc.esmtp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[Redirecting to the hackers list -- please respect the reply-to header]
>>>>> "Claus" == Claus Assmann <freebsd+stable@esmtp.org> writes:
Claus> On Mon, May 27, 2002, Philip J. Koenig wrote:
>> Any particular reason why the sendmail with 4.6-RC is writing sm-
>> client.pid into /var/spool/clientmqueue instead of /var/run?
Claus> Permissions.
This points out a short-fall in the /var/run scheme: it can only be used
by processes running with an euid of 0 at the time they create the file.
If we have a /var/run/sendmail directory owned by the smmsp user then
sendmail can create its pid files there. Likewise for bind. The purgedir
function in /etc/rc (used to clean /var/run) will preserve the existing
directory structure under /var/run, so the sub-directory tree will
survive reboots.
--lyndon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205271824.g4RIOutI008910>
