From owner-freebsd-security Mon Nov 12 9:40:47 2001 Delivered-To: freebsd-security@freebsd.org Received: from relay2.agava.net.ru (ofc.agava.net [213.59.3.194]) by hub.freebsd.org (Postfix) with ESMTP id 40FE337B405 for ; Mon, 12 Nov 2001 09:40:43 -0800 (PST) Received: from hellbell.domain (hellbell.domain [192.168.1.12]) by relay2.agava.net.ru (Postfix) with ESMTP id CEB18667BF for ; Mon, 12 Nov 2001 20:40:41 +0300 (MSK) Received: from localhost (localhost [127.0.0.1]) by hellbell.domain (Postfix) with ESMTP id A9264CCFC for ; Mon, 12 Nov 2001 20:40:41 +0300 (MSK) Date: Mon, 12 Nov 2001 20:40:41 +0300 (MSK) From: Alexey Zakirov X-X-Sender: Cc: Subject: Re: jail questions In-Reply-To: <3BF006B6.8090803@sinp.msu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 12 Nov 2001, Dmitry Mottl wrote: > 1. How can I put a process into existing jail? no chances. Waiting for the jailNG. Generally you can start something like sshd in the jail and start processes using it. > 2. Can I setup quotas (processor, memory, disk) for root in jail environment? quotactl(2) doesn't work inside jail(2). All other limits can be easily overriden by superuser. *** WBR, Alexey Zakirov (frank@agava.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message