xref: /onnv-gate/usr/src/lib/policykit/libpolkit/common/mapfile-vers (revision 12692:4341b447c069)
12912Sartem#
22912Sartem# CDDL HEADER START
32912Sartem#
42912Sartem# The contents of this file are subject to the terms of the
52912Sartem# Common Development and Distribution License (the "License").
62912Sartem# You may not use this file except in compliance with the License.
72912Sartem#
82912Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92912Sartem# or http://www.opensolaris.org/os/licensing.
102912Sartem# See the License for the specific language governing permissions
112912Sartem# and limitations under the License.
122912Sartem#
132912Sartem# When distributing Covered Code, include this CDDL HEADER in each
142912Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152912Sartem# If applicable, add the following below this CDDL HEADER, with the
162912Sartem# fields enclosed by brackets "[]" replaced with your own identifying
172912Sartem# information: Portions Copyright [yyyy] [name of copyright owner]
182912Sartem#
192912Sartem# CDDL HEADER END
202912Sartem#
212912Sartem#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232912Sartem#
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
372912Sartem#
382912Sartem
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
422912Sartem    global:
432912Sartem	libpolkit_new_context;
442912Sartem	libpolkit_free_context;
452912Sartem	libpolkit_get_privilege_list;
462912Sartem	libpolkit_is_uid_allowed_for_privilege;
472912Sartem	libpolkit_revoke_temporary_privilege;
482912Sartem	libpolkit_get_allowed_resources_for_privilege_for_uid;
492912Sartem};
502912Sartem
51*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
522912Sartem    global:
532912Sartem	SUNWprivate_1.1;
542912Sartem    local:
552912Sartem	*;
562912Sartem};
57