From 99d5e173470cf967aa87653364ed614299e7b511 Mon Sep 17 00:00:00 2001 From: Tim Haley Date: Sat, 7 Aug 2010 19:27:15 -0600 Subject: PSARC 2010/105 zfs diff 6425091 want 'zfs diff' to list files that have changed between snapshots --- usr/src/lib/pyzfs/common/allow.py | 1 + 1 file changed, 1 insertion(+) (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 87e6f14b7d..fa8209f697 100644 --- a/usr/src/lib/pyzfs/common/allow.py +++ b/usr/src/lib/pyzfs/common/allow.py @@ -218,6 +218,7 @@ perms_subcmd = dict( send="", 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"), ) perms_other = dict( -- cgit v1.2.3