This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
- From: Florian Weimer <fweimer at redhat dot com>
- To: "Gabriel F. T. Gomes" <gabriel at inconstante dot net dot br>
- Cc: <libc-alpha at sourceware dot org>
- Date: Thu, 14 Nov 2019 19:25:14 +0100
- 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>
* 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