From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 3 17:31:47 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7F016A523 for ; Mon, 3 Jul 2006 17:31:47 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id F188D4533A for ; Mon, 3 Jul 2006 17:09:28 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by ug-out-1314.google.com with SMTP id e2so1010336ugf for ; Mon, 03 Jul 2006 10:09:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JiwulRWln7noCezBGtBcFGvNFDZwbp1WhASHZC5TLyE7mtFykgEb6iH7HCnIqqLgHxvnieMfHMp21xbtXycu3uL2U6Km6a++LrKsy5LHDXXqHTaOdVGAzNHiRlVMgOFMqxdadArwAgwpDqTkA3MJSwx6D8wisbxBElCtTFnqt8o= Received: by 10.78.177.11 with SMTP id z11mr998289hue; Mon, 03 Jul 2006 10:09:27 -0700 (PDT) Received: by 10.78.43.9 with HTTP; Mon, 3 Jul 2006 10:09:27 -0700 (PDT) Message-ID: <8e96a0b90607031009v4ec2630fgfc432f5dad15abda@mail.gmail.com> Date: Mon, 3 Jul 2006 18:09:27 +0100 From: "mal content" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Stop further socket() or connect() calls. 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: Mon, 03 Jul 2006 17:31:47 -0000 Was it my imagination or did I see a function in libc that allowed a process to prevent further network access? I'm pretty sure that I read the manual page for it and now I can't find it. I was looking for a way to write a small wrapper program that disables network access and then exec()'s a given program. thanks MC