From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93416 invoked by alias); 14 Nov 2019 18:25:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 93349 invoked by uid 89); 14 Nov 2019 18:25:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573755919; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OIpS2EwBXfQMVJ9I5idP9DfrEjF2fk6Xk0BLfl8fnro=; b=VSTnitgn4J04ruraC+dKmmKdp2yvpJ7dw8z+NYJ4pyVSAiFRExMQlvXsDPg7WQCUX3ZGyl 5FFD0ZzwjTs//zevtK/1FXKhwtLg/CQtpo17ZEQY0/A3nlaPW2PvUrMJZ2EJXtErHNDY9x togzXJQaB6Xem5/RgShpaCK7Ol6sU9k= From: Florian Weimer To: "Gabriel F. T. Gomes" Cc: Subject: Re: [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-16-gabriel@inconstante.net.br> Date: Thu, 14 Nov 2019 18:25:00 -0000 In-Reply-To: <20191025153410.15405-16-gabriel@inconstante.net.br> (Gabriel F. T. Gomes's message of "Fri, 25 Oct 2019 12:33:55 -0300") Message-ID: <87zhgyb9it.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-11/txt/msg00563.txt.bz2 * Gabriel F. T. Gomes: > + Copyright (C) 2018 Free Software Foundation, Inc. Copyright year needs adjusting (twice). I don't think we will ever pass through /dev/log from the container, so this should work for suppressing the messages. You could also use support_become_root, and, in the child process, xchroot if you don't want to use the full container environment, but the container is okay too. Thanks, Florian