xref: /onnv-gate/usr/src/lib/auditd_plugins/remote/mapfile-vers (revision 10188:f6fea79fdd1c)
1*10188SJan.Friedel@Sun.COM#
2*10188SJan.Friedel@Sun.COM# CDDL HEADER START
3*10188SJan.Friedel@Sun.COM#
4*10188SJan.Friedel@Sun.COM# The contents of this file are subject to the terms of the
5*10188SJan.Friedel@Sun.COM# Common Development and Distribution License (the "License").
6*10188SJan.Friedel@Sun.COM# You may not use this file except in compliance with the License.
7*10188SJan.Friedel@Sun.COM#
8*10188SJan.Friedel@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*10188SJan.Friedel@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*10188SJan.Friedel@Sun.COM# See the License for the specific language governing permissions
11*10188SJan.Friedel@Sun.COM# and limitations under the License.
12*10188SJan.Friedel@Sun.COM#
13*10188SJan.Friedel@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*10188SJan.Friedel@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*10188SJan.Friedel@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*10188SJan.Friedel@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*10188SJan.Friedel@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*10188SJan.Friedel@Sun.COM#
19*10188SJan.Friedel@Sun.COM# CDDL HEADER END
20*10188SJan.Friedel@Sun.COM#
21*10188SJan.Friedel@Sun.COM#
22*10188SJan.Friedel@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*10188SJan.Friedel@Sun.COM# Use is subject to license terms.
24*10188SJan.Friedel@Sun.COM#
25*10188SJan.Friedel@Sun.COM#
26*10188SJan.Friedel@Sun.COM
27*10188SJan.Friedel@Sun.COM#
28*10188SJan.Friedel@Sun.COM# MAPFILE HEADER START
29*10188SJan.Friedel@Sun.COM#
30*10188SJan.Friedel@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31*10188SJan.Friedel@Sun.COM# Object versioning must comply with the rules detailed in
32*10188SJan.Friedel@Sun.COM#
33*10188SJan.Friedel@Sun.COM#	usr/src/lib/README.mapfiles
34*10188SJan.Friedel@Sun.COM#
35*10188SJan.Friedel@Sun.COM# You should not be making modifications here until you've read the most current
36*10188SJan.Friedel@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
37*10188SJan.Friedel@Sun.COM#
38*10188SJan.Friedel@Sun.COM# MAPFILE HEADER END
39*10188SJan.Friedel@Sun.COM#
40*10188SJan.Friedel@Sun.COM
41*10188SJan.Friedel@Sun.COMSUNWprivate_1.1 {
42*10188SJan.Friedel@Sun.COM    global:
43*10188SJan.Friedel@Sun.COM	auditd_plugin;
44*10188SJan.Friedel@Sun.COM	auditd_plugin_close;
45*10188SJan.Friedel@Sun.COM	auditd_plugin_open;
46*10188SJan.Friedel@Sun.COM    local:
47*10188SJan.Friedel@Sun.COM	*;
48*10188SJan.Friedel@Sun.COM};
49