svn commit: r246664 - projects/portbuild/admin/conf
Mark Linimon
linimon at FreeBSD.org
Mon Feb 11 12:39:36 UTC 2013
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.
More information about the svn-src-projects
mailing list