1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# Copyright 2016 Nexenta Systems, Inc. All rights reserved. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40$mapfile_version 2 41 42SYMBOL_VERSION SUNW_1.2 { 43 global: 44 acl_check; 45 acl_free; 46 acl_fromtext; 47 acl_get; 48 acl_set; 49 acl_strip; 50 acl_totext; 51 acl_trivial; 52 facl_get; 53 facl_set; 54} SUNW_1.1; 55 56# Due to mistakes made early in the history of this library, there are 57# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 58# Don't add any symbols to this version. 59 60SYMBOL_VERSION SUNW_1.1 { 61 global: 62 SUNW_1.1; 63} SUNW_0.9; 64 65SYMBOL_VERSION SUNW_0.9 { 66 global: 67 aclcheck; 68 aclfrommode; 69 aclfromtext; 70 aclsort; 71 acltomode; 72 acltotext; 73}; 74 75SYMBOL_VERSION SUNWprivate_1.1 { 76 global: 77 acl_addentries; 78 acl_alloc; 79 acl_cnt; 80 acl_data; 81 acl_dup; 82 acl_error; 83 acl_flags; 84 acl_modifyentries; 85 acl_parse; 86 acl_printacl; 87 acl_printacl2; 88 acl_removeentries; 89 acl_strerror; 90 acl_to_aclp; 91 acl_type; 92 sid_string_by_id; 93 sid_to_id; 94 local: 95 *; 96}; 97