From owner-freebsd-stable@FreeBSD.ORG Sun Feb 16 09:21:07 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 893D69BE for ; Sun, 16 Feb 2014 09:21:07 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61E071C38 for ; Sun, 16 Feb 2014 09:21:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=QG/+iLvjhJpqdr8CwFyfGmjwcXj+20LAkAAj5YQar2g=; b=TFA5q7jK6VWtuO89YbULhnMhyxf3nBPwyBRPi8//xLVxW4VteEihz0nU36dZpfr9YyfLQ6xHqtkPnC/XB+H4XBGus30CS5nP1Dl1PeyOKthk+gf7Jd047MJAckCl9e9WQu+arqEuIlzbuNSRFDgEUjwqU0O9EA+HiPb8xyuqUSo=; Received: from [182.14.214.7] (port=57041 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WExuG-0024lh-Lh; Sun, 16 Feb 2014 02:21:01 -0700 Date: Sun, 16 Feb 2014 17:20:53 +0800 From: Erich Dollansky To: =?ISO-8859-1?Q?=3F=3F?= Subject: Re: Should I use jail? Message-ID: <20140216172053.66e55075@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 09:21:07 -0000 Hi, On Sun, 16 Feb 2014 16:58:35 +0800 =E6=9C=B1=E6=B1=9F wrote: > I want to run nginx and ghost (a blogging platform), > should I create a jail and put them into it? it depends what else you do with the machine. If you do nothing else, it helps a bit but not as much as if their would be other things done with the machine. Erich