From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 20:06:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 782301065672 for ; Thu, 16 Aug 2012 20:06:49 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 30E828FC08 for ; Thu, 16 Aug 2012 20:06:48 +0000 (UTC) Received: by ghrr13 with SMTP id r13so4117587ghr.13 for ; Thu, 16 Aug 2012 13:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=NUaFwciEngVtvqpWPMPMYJVdW32b7ZB6YuO3ZTcIfFw=; b=Q9n0N0EzKIS9kWlnznQuUiMmlABAkWnCl9ZMDAdhUMUd8UVkTH5uWZx3ark9tu1tEX i+iYBuE7ac9dF3ul9ZVHt6q7Ad1MCPVw8WtPmSlO7ZXyAAPr4WQJkBrec9AwEBNewylu AlefyZXNbrJunA8gqnxs0wBaW7OZbcuQZaNWK5Ns2fpikpTxuU/aCAXQnMyE6d8DruuA RjAXeQihtN9a+s3bpjakNW5glBkQ1YJ3uHRYjddD7eT26L/3Botc8c0OXOJMKsqUDQzp UQ9WCgWaz+jzkdH9DDAkpTV/I8LYeXLf2TEUorCFsJDX18zN+gW4VKHVywNT11hdgEUM 58DA== Received: by 10.50.237.38 with SMTP id uz6mr3133065igc.2.1345147608318; Thu, 16 Aug 2012 13:06:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.103.103 with HTTP; Thu, 16 Aug 2012 13:06:27 -0700 (PDT) In-Reply-To: <201208162051.AA214893042@mail.Go2France.com> References: <201208162051.AA214893042@mail.Go2France.com> From: Christer Solskogen Date: Thu, 16 Aug 2012 22:06:27 +0200 Message-ID: To: lconrad@go2france.com Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: can a jail have link to outside of the jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 20:06:49 -0000 On Thu, Aug 16, 2012 at 8:51 PM, Len Conrad wrote: > > I have an ssh user who needs only to search some log files not in his jail. The jail required because I don't want the user seeing the rest the machine. If the dirs were linked to his jail, would that work? > man mount_nullfs(8) -- chs,