xref: /illumos-gate/usr/src/cmd/sgs/link_audit/common/00README (revision 581cede61ac9c14d8d4ea452562a567189eead78)
1# ident	"%Z%%M%	%I%	%E% SMI"
2#
3# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4# Use is subject to license terms.
5#
6# CDDL HEADER START
7#
8# The contents of this file are subject to the terms of the
9# Common Development and Distribution License, Version 1.0 only
10# (the "License").  You may not use this file except in compliance
11# with the License.
12#
13# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14# or http://www.opensolaris.org/os/licensing.
15# See the License for the specific language governing permissions
16# and limitations under the License.
17#
18# When distributing Covered Code, include this CDDL HEADER in each
19# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20# If applicable, add the following below this CDDL HEADER, with the
21# fields enclosed by brackets "[]" replaced with your own identifying
22# information: Portions Copyright [yyyy] [name of copyright owner]
23#
24# CDDL HEADER END
25#
26
27This directory contains sample code on how to use the Link-Auditing
28interface of the runtime linker (ld.so.1(1)).  The Link-Auditing interface
29permits a user supplied shared object to audit objects that are loaded,
30and symbols that are bound, by the runtime linker.  A full description
31of the Link-Auditing interface can be found in the 'Linker & Libraries
32Guide' which is part of the Solaris AnswerBook.
33
34The following is an overview of the directory structure and highlights
35some of the important files contained within:
36
37Makefile	- Makefile to build the Link-Auditing examples
38src/*		- source code
39man/*		- Man pages for the examples
40
41To build these examples, copy this directory structure to a directory
42where you have write permissions.  Then type 'make'.
43