From owner-freebsd-stable@FreeBSD.ORG Wed Aug 7 16:26:11 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30E8B445 for ; Wed, 7 Aug 2013 16:26:11 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E08426C6 for ; Wed, 7 Aug 2013 16:26:11 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so2195799pab.1 for ; Wed, 07 Aug 2013 09:26:10 -0700 (PDT) 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=4A3mZ9s933XE4TwbkploKKcXbC3tPrBAmhsg0azvDvk=; b=FlJDceA0CVf5izAnlyqQYj8BywOplyQasYpo2G8ZOcMu8QrMnxon2kmj6ef7kcgDLD tz56oKzql66u+ysgklQFoKxGExS0zVYHF2CGIl9tj/ocsstNUanAYgr1XoHvCV5RVhEg etQva9kdyHCrNGjYZCshbYF9v0UNlQ9tuwr42y1WSpQCewYqmobavY8pDnLPwsfxPO9t pB0BkjwM80TLqd4ev9f2hbTiJ2FAS9lvFfw0YO8eOf0bcbdKKcMGPvKEgOWPJPDiPgAa ReHJ3s76gTwaHsdEanihNL3QeqorUx6F+yV0E71PGD8mctbuecOLHz3SUDcq9g0tYjen 7qGQ== MIME-Version: 1.0 X-Received: by 10.66.147.9 with SMTP id tg9mr1612244pab.5.1375892770553; Wed, 07 Aug 2013 09:26:10 -0700 (PDT) Received: by 10.68.211.106 with HTTP; Wed, 7 Aug 2013 09:26:10 -0700 (PDT) Date: Wed, 7 Aug 2013 19:26:10 +0300 Message-ID: Subject: ZFS in jails 9.2-RC1 permission denied From: George Kontostanos To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 16:26:11 -0000 Hi list, With a 9.1 system and the following: /etc/sysctl.conf: security.jail.mount_allowed=1 security.jail.mount_zfs_allowed=1 security.jail.enforce_statfs=1 zfs set jailed=on Pool zfs jail 1 Pool jexec 1 tcsh jail1# zfs create Pool/test1 jail1# zfs list NAME USED AVAIL REFER MOUNTPOINT Pool 223K 19.6G 31K /Pool Pool/test1 31K 19.6G 31K /Pool/test After upgrading to 9.2-RC1 the same operation results in: jail1# zfs create Pool/test2 cannot create 'Pool/test2': permission denied What am I missing? Thanks -- George Kontostanos ---