xref: /illumos-gate/usr/src/lib/policykit/libpolkit/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
118c2aff7Sartem#
218c2aff7Sartem# CDDL HEADER START
318c2aff7Sartem#
418c2aff7Sartem# The contents of this file are subject to the terms of the
518c2aff7Sartem# Common Development and Distribution License (the "License").
618c2aff7Sartem# You may not use this file except in compliance with the License.
718c2aff7Sartem#
818c2aff7Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
918c2aff7Sartem# or http://www.opensolaris.org/os/licensing.
1018c2aff7Sartem# See the License for the specific language governing permissions
1118c2aff7Sartem# and limitations under the License.
1218c2aff7Sartem#
1318c2aff7Sartem# When distributing Covered Code, include this CDDL HEADER in each
1418c2aff7Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1518c2aff7Sartem# If applicable, add the following below this CDDL HEADER, with the
1618c2aff7Sartem# fields enclosed by brackets "[]" replaced with your own identifying
1718c2aff7Sartem# information: Portions Copyright [yyyy] [name of copyright owner]
1818c2aff7Sartem#
1918c2aff7Sartem# CDDL HEADER END
2018c2aff7Sartem#
2118c2aff7Sartem#
22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2318c2aff7Sartem#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
3718c2aff7Sartem#
3818c2aff7Sartem
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
4218c2aff7Sartem    global:
4318c2aff7Sartem	libpolkit_new_context;
4418c2aff7Sartem	libpolkit_free_context;
4518c2aff7Sartem	libpolkit_get_privilege_list;
4618c2aff7Sartem	libpolkit_is_uid_allowed_for_privilege;
4718c2aff7Sartem	libpolkit_revoke_temporary_privilege;
4818c2aff7Sartem	libpolkit_get_allowed_resources_for_privilege_for_uid;
4918c2aff7Sartem};
5018c2aff7Sartem
51*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
5218c2aff7Sartem    global:
5318c2aff7Sartem	SUNWprivate_1.1;
5418c2aff7Sartem    local:
5518c2aff7Sartem	*;
5618c2aff7Sartem};
57