From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 4 08:20:50 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70989106566B for ; Thu, 4 Aug 2011 08:20:50 +0000 (UTC) (envelope-from lars.engels@0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9938FC0C for ; Thu, 4 Aug 2011 08:20:49 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mail.0x20.net (Postfix) with ESMTP id D4FB56A661F for ; Thu, 4 Aug 2011 10:01:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.0x20.net Received: from mail.0x20.net ([217.69.76.211]) by mail.0x20.net (mail.0x20.net [217.69.76.211]) (amavisd-new, port 10024) with ESMTP id tS8AR3S5qlqa for ; Thu, 4 Aug 2011 10:01:31 +0200 (CEST) Received: from 0x20.net (0x20.net [217.69.76.212]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id 766846A61CF for ; Thu, 4 Aug 2011 10:01:31 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 04 Aug 2011 10:01:31 +0200 From: Lars Engels To: In-Reply-To: <2c9d3cc8a0b85313f55f53ca573af81a.squirrel@zugang.kibab.com> References: <4E167C94.70300@kibab.com> <4E1685D8.403@gmail.com> <2c9d3cc8a0b85313f55f53ca573af81a.squirrel@zugang.kibab.com> Message-ID: <769b9c9ca386e2a2b43c27a8fb5e1ff7@mail.0x20.net> X-Sender: lars.engels@0x20.net User-Agent: Roundcube Webmail/0.5.3 X-Mailman-Approved-At: Thu, 04 Aug 2011 10:52:11 +0000 Subject: Re: Capsicum project: Ideas needed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 08:20:50 -0000 I just stumbled upon this rather outdated thread... On Fri, 8 Jul 2011 15:09:52 +0400, Ilya Bakulin wrote: [...] >> wget >> curl >> links/lynx > This is Ports software, we may try to modify it and even send patches > to > upstream, or maintain our local patches. I wanted to focus on base > system > components during GSoC, but it doesn't hurt to try to capsicumize > these > tools either. fetch(1) is similar to wget and curl and is part of the base system, so would this be a candidate?