12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12273SCasper.Dik@Sun.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
392522SrafSUNW_1.1 {
402522Sraf    global:
412522Sraf	chkauthattr;
422522Sraf	endauthattr;
432522Sraf	endexecattr;
442522Sraf	endprofattr;
452522Sraf	enduserattr;
462522Sraf	fgetuserattr;
472522Sraf	free_authattr;
482522Sraf	free_execattr;
492522Sraf	free_profattr;
502522Sraf	free_proflist;
512522Sraf	free_userattr;
522522Sraf	getauthattr;
532522Sraf	getauthnam;
542522Sraf	getexecattr;
552522Sraf	getexecprof;
562522Sraf	getexecuser;
572522Sraf	getprofattr;
582522Sraf	getproflist;
592522Sraf	getprofnam;
602522Sraf	getuserattr;
612522Sraf	getusernam;
622522Sraf	getuseruid;
632522Sraf	kva_match;
642522Sraf	match_execattr;
652522Sraf	setauthattr;
662522Sraf	setexecattr;
672522Sraf	setprofattr;
682522Sraf	setuserattr;
692522Sraf};
702522Sraf
712522SrafSUNWprivate_1.1 {
722522Sraf    global:
732522Sraf	_argv_to_csl;
742522Sraf	_auth_match;
752522Sraf	_csl_to_argv;
762522Sraf	_do_unescape;
772522Sraf	_free_argv;
782522Sraf	_insert2kva;
792522Sraf	_kva2str;
802522Sraf	_kva_dup;
812522Sraf	_kva_free;
822522Sraf	_new_kva;
832522Sraf	_str2kva;
84*12273SCasper.Dik@Sun.COM	_enum_profs;
85*12273SCasper.Dik@Sun.COM	_enum_auths;
86*12273SCasper.Dik@Sun.COM	_enum_attrs;
872522Sraf    local:
882522Sraf	*;
892522Sraf};
90