zfs_deleg.h revision 99d5e173470cf967aa87653364ed614299e7b511
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * CDDL HEADER START
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * The contents of this file are subject to the terms of the
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * Common Development and Distribution License (the "License").
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * You may not use this file except in compliance with the License.
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * See the License for the specific language governing permissions
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * and limitations under the License.
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * When distributing Covered Code, include this CDDL HEADER in each
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * If applicable, add the following below this CDDL HEADER, with the
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * fields enclosed by brackets "[]" replaced with your own identifying
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * information: Portions Copyright [yyyy] [name of copyright owner]
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * CDDL HEADER END
99d5e173470cf967aa87653364ed614299e7b511Tim Haley * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarksextern "C" {
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks#define ZFS_DELEG_SET_NAME_CHR '@' /* set name lead char */
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks#define ZFS_DELEG_FIELD_SEP_CHR '$' /* field separator */
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks * Max name length for a delegation attribute
6949a980ded6490cd1bcf4a93a1d074d46d9a6c1markstypedef enum {
6949a980ded6490cd1bcf4a93a1d074d46d9a6c1markstypedef struct zfs_deleg_perm_tab {
91ebeef555ce7f899b6270a3c2df47b51f7ad59aahrensvoid zfs_deleg_whokey(char *attr, zfs_deleg_who_type_t type,
91ebeef555ce7f899b6270a3c2df47b51f7ad59aahrensconst char *zfs_deleg_canonicalize_perm(const char *perm);
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks#endif /* _ZFS_DELEG_H */