OpenSolaris

Printable Version Enter a New Search
Bug ID 6592023
Synopsis zfs allow/unallow has incorrect arguments parse
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Mark Shellenbaum
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_72
Fixed In snv_72
Release Fixed solaris_nevada(snv_72) , solaris_10u6(s10u6_01) (Bug ID:2156454)
Related Bugs
Submit Date 13-August-2007
Last Update Date 29-April-2008
Description
bfu'ed from /ws/onnv-gate/archives/i386/nightly on 2007-08-12

1>
# zfs allow -e snapshot tank/fs
Segmentation Fault (core dumped)
# echo $?
139

2>
# zfs unallow -l forrest tank/fs
forrest: invalid permission
# echo $?
1

3>
# zfs allow tank/fs
-------------------------------------------------------------
Permission sets on (tank/fs)
        @set snapshot
-------------------------------------------------------------
# zfs unallow -s @set tank/fs
[ : set definition must begin with an '@' character
# echo $?
1
Work Around
N/A
Comments
N/A