~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/90_man_apparmor.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2011-06-22 09:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20110622091345-wqutqg35gbi990oa
Tags: 4.1.1-2ubuntu2
* debian/usr.sbin.tcpdump:
  - allow gzip and bzip2 (LP: #722856)
  - allow read and write to .pcap files
  - allow read of /var/log/snort/*log* files
* debian/patches/90_man_apparmor.diff: update man page to reference AppArmor
  confinement

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Jamie Strandboge <jamie@canonical.com>
 
2
Description: Update man page to make AppArmor confinement more discoverable
 
3
Forwarded: no (Ubuntu-specific)
 
4
 
 
5
Index: tcpdump-4.1.1/tcpdump.1.in
 
6
===================================================================
 
7
--- tcpdump-4.1.1.orig/tcpdump.1.in     2011-06-22 09:35:43.000000000 -0500
 
8
+++ tcpdump-4.1.1/tcpdump.1.in  2011-06-22 09:45:37.000000000 -0500
 
9
@@ -123,8 +123,11 @@
 
10
 analysis, and/or with the
 
11
 .B \-r
 
12
 flag, which causes it to read from a saved packet file rather than to
 
13
-read packets from a network interface.  In all cases, only packets that
 
14
-match
 
15
+read packets from a network interface (please note \fItcpdump\fP is
 
16
+protected via an enforcing
 
17
+.BR apparmor (7)
 
18
+profile in Ubuntu which limits the files \fItcpdump\fP may access).
 
19
+In all cases, only packets that match
 
20
 .I expression
 
21
 will be processed by
 
22
 .IR tcpdump .
 
23
@@ -1638,7 +1641,7 @@
 
24
 serviced the `new packet' interrupt.
 
25
 .SH "SEE ALSO"
 
26
 stty(1), pcap(3PCAP), bpf(4), nit(4P), pcap-savefile(@MAN_FILE_FORMATS@),
 
27
-pcap-filter(@MAN_MISC_INFO@)
 
28
+pcap-filter(@MAN_MISC_INFO@), apparmor(7)
 
29
 .SH AUTHORS
 
30
 The original authors are:
 
31
 .LP