From 78f171005391b928aaf1642b3206c534ed644332 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Wed, 11 Dec 2013 14:33:41 -0800 Subject: 4369 implement zfs bookmarks 4368 zfs send filesystems from readonly pools Reviewed by: Christopher Siden Reviewed by: George Wilson Approved by: Garrett D'Amore --- usr/src/lib/pyzfs/common/allow.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/lib/pyzfs') diff --git a/usr/src/lib/pyzfs/common/allow.py b/usr/src/lib/pyzfs/common/allow.py index fa8209f697..7ad4b49cc3 100644 --- a/usr/src/lib/pyzfs/common/allow.py +++ b/usr/src/lib/pyzfs/common/allow.py @@ -20,6 +20,7 @@ # CDDL HEADER END # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013 by Delphix. All rights reserved. # """This module implements the "zfs allow" and "zfs unallow" subcommands. @@ -219,6 +220,7 @@ perms_subcmd = dict( hold=_("Allows adding a user hold to a snapshot"), release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"), diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users need this\n\t\t\t\tin order to use zfs diff"), + bookmark="", ) perms_other = dict( -- cgit v1.2.3