From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: olaf@aepfle.de Date: Wed, 21 Oct 2015 11:37:43 +0200 From: Olaf Hering To: Karel Zak Cc: util-linux@vger.kernel.org Subject: Re: regression in logger output to syslog Message-ID: <20151021093743.GA6552@aepfle.de> References: <20151009082541.GA9068@aepfle.de> <20151012104414.GF2356@ws.net.home> <20151012133451.GA6825@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <20151012133451.GA6825@aepfle.de> List-ID: On Mon, Oct 12, Olaf Hering wrote: > So, its "systemd" who eats the required info. In case you miss it: ... We do not allow faking syslog PID fields, for security reasons, it will always be set to what the kernel passed to journald. If this is something to support, then "logger" needs to to be patched so that it can fake the SCM_CREDENTIALS metadata of the messages sent. This requires privileges, but is not hard to do. Please file a bug against util-linux and ask for for this to be added. Lennart ... Olaf