From owner-freebsd-jail@freebsd.org Fri Dec 11 19:26:18 2015 Return-Path: Delivered-To: freebsd-jail@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DC9A9D7EAF for ; Fri, 11 Dec 2015 19:26:18 +0000 (UTC) (envelope-from rjohanne@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1021B127A for ; Fri, 11 Dec 2015 19:26:18 +0000 (UTC) (envelope-from rjohanne@gmail.com) Received: by wmnn186 with SMTP id n186so45267353wmn.0 for ; Fri, 11 Dec 2015 11:26:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vzhl0hZXXk3TuzeHTfXMUkDhMPmUs5THDksy6YAAXj8=; b=ev7yvNWYnWy1//SYlidEQJwIKySgvYS/VNzIidhE7YhhHAgWa+uBHhEAX3ZfsjrrQa asEFN5fvGkMyWO4FUSqQyyrLW56a8LHezVwcxFgL2ikf/8og8B/FVqyCYAjiAbwrvGWB 8e1xzZVDBdS3v02XpJIAAfwhQNaj2M0qN22WRyorFK3z/GcRGx9VWZ+kdsixlOVxCTkg /cSXbNMNlsnXooWMvHpw3cIRBCAjQiJ18lzUUPckFn2RlgBWUdaIO8JXKMEkhclZvF9/ ztFd3ysy5Hn96lv7p5+6LIuKM5OUn61TtNvb7kW/EFcZwr/bzO1WhJZny683ntp4xH74 EKOg== MIME-Version: 1.0 X-Received: by 10.28.184.13 with SMTP id i13mr7560356wmf.31.1449861976654; Fri, 11 Dec 2015 11:26:16 -0800 (PST) Received: by 10.28.113.18 with HTTP; Fri, 11 Dec 2015 11:26:16 -0800 (PST) Date: Fri, 11 Dec 2015 13:26:16 -0600 Message-ID: Subject: ppp has NOJAIL keyword in its startup script From: Rob J To: freebsd-jail@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 19:26:18 -0000 Hello, I was wondering why my ppp configuration wasn't starting in a jail, until I looked at the /etc/rc.d/ppp script, which contains the keyword NOJAIL. So, I cannot start ppp (for my dsl connection) in a jail, and the question is why? Are there security, or other reasons why you can't run ppp in a jail? Thanks, Robert