From owner-freebsd-current@FreeBSD.ORG Thu Jul 4 13:06:38 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A1F4ED42; Thu, 4 Jul 2013 13:06:38 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-bk0-x231.google.com (mail-bk0-x231.google.com [IPv6:2a00:1450:4008:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC511462; Thu, 4 Jul 2013 13:06:37 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id mz10so632408bkb.36 for ; Thu, 04 Jul 2013 06:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=WVvF8RiVMG3PyN5VMl4Sky3YtZ2bViM8xrJ22ltonJQ=; b=Y/J5e35RIqwB1X3PNrvLzxLjud/m5P9CdTBHl1D7kyiAc1P8OvTFAh5byQrKUMalV3 3kWNkYzpuo3fndIeeHY5vKGUcoH5OBviKrb6w8tkdom6CffoXj8qXs+G6cXBHFrZzI1W d72JCTs6Xw1UcpLKEFK+CDXrwEsPT6xwTgBEObiMtTVBqU0raO1+HXaIhKYSL7Pu+zoZ tU9Mf7ezbMaTdR0p4KesHQAQQNwoc4wPJXNU8k0Q8IdQ8JbtgQY2l6iSatEbHDCa+DrW YDT70mXiI6XOo0BpNrljHRoL9Ft4LFU3zdocdLmwFPdjAKuOoyXwHJGhEd4YP9BMs2hK u7tw== X-Received: by 10.205.22.138 with SMTP id qw10mr1018427bkb.29.1372943197061; Thu, 04 Jul 2013 06:06:37 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPSA id cy5sm956165bkb.1.2013.07.04.06.06.36 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 04 Jul 2013 06:06:36 -0700 (PDT) Date: Thu, 4 Jul 2013 16:06:25 +0300 From: "Sergey V. Dyatko" To: current@FreeBSD.org Subject: Re: HEADSUP! dhclient(8) sandboxing. Message-ID: <20130704160625.4e529c79@laptop.minsk.domain> In-Reply-To: <20130704093044.GA1381@garage.freebsd.pl> References: <20130703225209.GE1405@garage.freebsd.pl> <51D51065.1090303@mu.org> <20130704093044.GA1381@garage.freebsd.pl> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 13:06:38 -0000 On Thu, 4 Jul 2013 11:30:46 +0200 Pawel Jakub Dawidek wrote: > On Wed, Jul 03, 2013 at 11:04:21PM -0700, Alfred Perlstein wrote: > > On 7/3/13 3:52 PM, Pawel Jakub Dawidek wrote: > > > Hi. > > > > > > I've just committed Capsicum sandboxing for the dhclient(8). > > > Let me know (ideally by sending e-mail to current@ and CCing me) > > > if you notice any weird behaviour. > > > > > > The work was sponsored by the FreeBSD Foundation. > > > > > It broke running dhclient on igb0 for me. It says "interface not > > found" or something to that effect. > > > > Can I help somehow? > > > > Basically just "ifconfig down igb0" then try to run dhclient. It > > will not work. If you "up" the interface and then run it, it is OK. > > > > See attached image. > > Thanks for the report. Could you try this patch? > > http://people.freebsd.org/~pjd/patches/dhclient.c.patch > r252693 with patch works for me. Thanks -- wbr, tiger