~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to docs/autodep.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: autodep.pod 7 2006-04-12 03:21:58Z steve-beattie $
2
 
# This publication is intellectual property of Novell Inc. Its contents
3
 
# can be duplicated, either in part or in whole, provided that a copyright
4
 
# label is visibly located on each copy.
5
 
6
 
# All information found in this book has been compiled with utmost
7
 
# attention to detail. However, this does not guarantee complete accuracy.
8
 
# Neither SUSE LINUX GmbH, the authors, nor the translators shall be held
9
 
# liable for possible errors or the consequences thereof.
10
 
11
 
# Many of the software and hardware descriptions cited in this book
12
 
# are registered trademarks. All trade names are subject to copyright
13
 
# restrictions and may be registered trade marks. SUSE LINUX GmbH
14
 
# essentially adheres to the manufacturer's spelling.
15
 
16
 
# Names of products and trademarks appearing in this book (with or without
17
 
# specific notation) are likewise subject to trademark and trade protection
18
 
# laws and may thus fall under copyright restrictions.
19
 
20
 
# Please direct suggestions and comments to apparmor-general@forge.novell.com.
21
 
 
22
 
 
23
 
=pod
24
 
 
25
 
=head1 NAME
26
 
 
27
 
autodep - guess basic AppArmor profile requirements
28
 
 
29
 
=head1 SYNOPSIS
30
 
 
31
 
B<autodep I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...]>
32
 
 
33
 
=head1 DESCRIPTION
34
 
 
35
 
B<autodep> is used to generate a minimal AppArmor profile for a set of
36
 
executables. This program will generate a profile for binary executable
37
 
as well as interpreted script programs. At a minimum autodep will provide
38
 
a base profile containing a base include directive which includes basic
39
 
profile entries needed by most programs.  The profile is generated by
40
 
recursively calling ldd(1) on the executables listed on the command line.
41
 
 
42
 
=head1 BUGS
43
 
 
44
 
This program does not perform full static analysis of executables, so
45
 
the profiles generated are necessarily incomplete. If you find any bugs,
46
 
please report them to bugzilla at L<http://bugzilla.novell.com>.
47
 
 
48
 
=head1 SEE ALSO
49
 
 
50
 
apparmor(7), apparmor.d(5), complain(1), enforce(1), change_hat(2), and
51
 
L<http://forge.novell.com/modules/xfmod/project/?apparmor>.
52
 
 
53
 
=cut