From owner-freebsd-questions@FreeBSD.ORG Mon Sep 16 07:35:08 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id EBEE757D for ; Mon, 16 Sep 2013 07:35:08 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89DF4238C for ; Mon, 16 Sep 2013 07:35:08 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id ez12so3023202wid.3 for ; Mon, 16 Sep 2013 00:35:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=wB0gIXkUXvGzH8sy8IiXZ4CKHoCDP1QmVW1Ry4qPHBk=; b=TUpRPoO3utHaHfhlgFa6QsTuYpUYt4xzbYb4z9JqHsRV3A0ljQBDf2o2KYrrRx6MPJ aatLOKKwk9TE86K7Rr0xzJQON7bxwy7JqwHb1Tn28sJ5cPSNEjZay9jc/3L1VpYvkI5V mNTFW21akn/jfn/vzGZUQVR9v8FB8HAq6sFGdcpV8EwFdQrSKbhjTH5yUpMBTbBkv7Vj XE1klsCCRmnI6v98jW2rOnYWgrQhOg88d/k2lX9THawDQ7NBt8n34hKBSSU0lgBzZmbj 0m8zft3EX9AnsG3Rtk/7ThCHZnOcMUXkCE82TKP8O6HbGpGDpllAXdbpK9vFFgadfC3L Vrcg== X-Received: by 10.194.21.131 with SMTP id v3mr467339wje.44.1379316907078; Mon, 16 Sep 2013 00:35:07 -0700 (PDT) Received: from [192.168.0.10] (224.66.91.91.rev.sfr.net. [91.91.66.224]) by mx.google.com with ESMTPSA id e5sm21391037wiy.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 00:35:06 -0700 (PDT) Message-ID: <5236B4A2.4000103@gmail.com> Date: Mon, 16 Sep 2013 09:34:58 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130830 Thunderbird/17.0.8 MIME-Version: 1.0 To: FreeBSD quest Subject: rctl within jail Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 07:35:09 -0000 Hello there, I wanted to use rctl within a jail to add more fine grained setting for some users, and default ones to. But it does not seem to work. Is it supported? Do we need to add a special flag to the jail creation? # rctl -a loginclass:default:maxproc:deny=30 rctl: rctl_add_rule: Operation not permitted Regards, David