1*10b9d77bSPawel Jakub Dawidek#! /usr/bin/python2.6 28fc25799SMartin Matuska# 38fc25799SMartin Matuska# CDDL HEADER START 48fc25799SMartin Matuska# 58fc25799SMartin Matuska# The contents of this file are subject to the terms of the 68fc25799SMartin Matuska# Common Development and Distribution License (the "License"). 78fc25799SMartin Matuska# You may not use this file except in compliance with the License. 88fc25799SMartin Matuska# 98fc25799SMartin Matuska# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 108fc25799SMartin Matuska# or http://www.opensolaris.org/os/licensing. 118fc25799SMartin Matuska# See the License for the specific language governing permissions 128fc25799SMartin Matuska# and limitations under the License. 138fc25799SMartin Matuska# 148fc25799SMartin Matuska# When distributing Covered Code, include this CDDL HEADER in each 158fc25799SMartin Matuska# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 168fc25799SMartin Matuska# If applicable, add the following below this CDDL HEADER, with the 178fc25799SMartin Matuska# fields enclosed by brackets "[]" replaced with your own identifying 188fc25799SMartin Matuska# information: Portions Copyright [yyyy] [name of copyright owner] 198fc25799SMartin Matuska# 208fc25799SMartin Matuska# CDDL HEADER END 218fc25799SMartin Matuska# 22*10b9d77bSPawel Jakub Dawidek# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 238fc25799SMartin Matuska# 248fc25799SMartin Matuska 258fc25799SMartin Matuskaimport zfs.allow 268fc25799SMartin Matuska 278fc25799SMartin Matuskado_unallow = zfs.allow.do_allow 28