Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 12:39:35 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r246664 - projects/portbuild/admin/conf
Message-ID:  <201302111239.r1BCdZUR091642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Mon Feb 11 12:39:35 2013
New Revision: 246664
URL: http://svnweb.freebsd.org/changeset/base/246664

Log:
  Add ZFS_PERMISSIONSET_SNAPS.  This will allow PORTBUID_USER to clone
  and snapshot svn directroies.  It used to be able to do this by itself,
  but now these directories are to be owned by the "more trusted" user
  SRCBUILD_CONF.
  
  Submitted by:		crees

Modified:
  projects/portbuild/admin/conf/admin.conf

Modified: projects/portbuild/admin/conf/admin.conf
==============================================================================
--- projects/portbuild/admin/conf/admin.conf	Mon Feb 11 12:30:38 2013	(r246663)
+++ projects/portbuild/admin/conf/admin.conf	Mon Feb 11 12:39:35 2013	(r246664)
@@ -17,9 +17,12 @@
 ZFS_VOLUME=a
 # zfs mount point
 ZFS_MOUNTPOINT=/a
-# zfs permission set.  this delegates all permissions except "allow" and
-# "receive".
+# zfs general permission set.  This delegates all permissions except
+# "allow" and "receive".
 ZFS_PERMISSIONSET=clone,create,destroy,mount,promote,rename,rollback,send,share,snapshot
+# zfs restricted permission set.  This is so that PORTBUILD_USER can
+# clone from files owned by SRCBUILD_USER (see below).
+ZFS_PERMISSIONSET_SNAPS=clone,snapshot
 
 # portbuild subtree.  holds portbuild codebase plus all architectures.
 # belongs to PORTBUILD_USER.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302111239.r1BCdZUR091642>