1657a8c20SJan Friedel# 2657a8c20SJan Friedel# CDDL HEADER START 3657a8c20SJan Friedel# 4657a8c20SJan Friedel# The contents of this file are subject to the terms of the 5657a8c20SJan Friedel# Common Development and Distribution License (the "License"). 6657a8c20SJan Friedel# You may not use this file except in compliance with the License. 7657a8c20SJan Friedel# 8657a8c20SJan Friedel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9657a8c20SJan Friedel# or http://www.opensolaris.org/os/licensing. 10657a8c20SJan Friedel# See the License for the specific language governing permissions 11657a8c20SJan Friedel# and limitations under the License. 12657a8c20SJan Friedel# 13657a8c20SJan Friedel# When distributing Covered Code, include this CDDL HEADER in each 14657a8c20SJan Friedel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15657a8c20SJan Friedel# If applicable, add the following below this CDDL HEADER, with the 16657a8c20SJan Friedel# fields enclosed by brackets "[]" replaced with your own identifying 17657a8c20SJan Friedel# information: Portions Copyright [yyyy] [name of copyright owner] 18657a8c20SJan Friedel# 19657a8c20SJan Friedel# CDDL HEADER END 20657a8c20SJan Friedel# 21657a8c20SJan Friedel# 22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 23657a8c20SJan Friedel# 24657a8c20SJan Friedel# 25657a8c20SJan Friedel 26657a8c20SJan Friedel# 27657a8c20SJan Friedel# MAPFILE HEADER START 28657a8c20SJan Friedel# 29657a8c20SJan Friedel# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30657a8c20SJan Friedel# Object versioning must comply with the rules detailed in 31657a8c20SJan Friedel# 32657a8c20SJan Friedel# usr/src/lib/README.mapfiles 33657a8c20SJan Friedel# 34657a8c20SJan Friedel# You should not be making modifications here until you've read the most current 35657a8c20SJan Friedel# copy of that file. If you need help, contact a gatekeeper for guidance. 36657a8c20SJan Friedel# 37657a8c20SJan Friedel# MAPFILE HEADER END 38657a8c20SJan Friedel# 39657a8c20SJan Friedel 40*cd3e9333SAli Bahrami$mapfile_version 2 41*cd3e9333SAli Bahrami 42*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 43657a8c20SJan Friedel global: 44657a8c20SJan Friedel auditd_plugin; 45657a8c20SJan Friedel auditd_plugin_close; 46657a8c20SJan Friedel auditd_plugin_open; 47657a8c20SJan Friedel local: 48657a8c20SJan Friedel *; 49657a8c20SJan Friedel}; 50