From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11884 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: open issues Date: Thu, 31 Aug 2017 11:34:05 +0200 Message-ID: <20170831093405.GT15263@port70.net> References: <20170827043606.GQ15263@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1504172063 10739 195.159.176.226 (31 Aug 2017 09:34:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 31 Aug 2017 09:34:23 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-11897-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 31 11:34:18 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dnLra-0002Ip-DH for gllmg-musl@m.gmane.org; Thu, 31 Aug 2017 11:34:14 +0200 Original-Received: (qmail 27664 invoked by uid 550); 31 Aug 2017 09:34:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 26618 invoked from network); 31 Aug 2017 09:34:17 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:11884 Archived-At: * Stefan Sedich [2017-08-30 19:53:55 +0000]: > > feature request: > > - RES_OPTIONS support for resolv.conf options overriding > > http://www.openwall.com/lists/musl/2017/04/30/1 > > related libc-alpha discussion > > http://sourceware.org/ml/libc-alpha/2017-08/msg01097.html ... > > - RES_OPTIONS support for resolv.conf options overriding > http://www.openwall.com/lists/musl/2017/04/30/1 > > I would love to sneak this one in if possible, has been sitting around for > a while and something that I want to be able to configure! did you see the libc-alpha discussion? the current recommended way to override /etc/resolv.conf is using mount namespace (or chroot), if user namespace is allowed for non-root users in the kernel then this can be done without root access. if you can control resolv.conf per process then options can be set too. (not ideal solution, but may work for you)