aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-13 05:28:27 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-13 05:28:27 +0000
commit85ee8d6022c9ca5f646a0a8226e6759d7b91c8bc (patch)
treea7d74aec04097be04107a17f4e81eebf3ff73891 /doc
parent5f5ef263311ab35583bac5cef7b127e72090c0e8 (diff)
Remove mention of tshark being installed setuid root as it now uses dumpcap.
Also realign the following few sentences. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24318 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/README.packaging8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.packaging b/doc/README.packaging
index 631ea9a1ab..a729a9b392 100644
--- a/doc/README.packaging
+++ b/doc/README.packaging
@@ -43,10 +43,10 @@ NOT RUN THEM AS ROOT.
There are two configure-time options on non-Windows systems that affect
the privileges a normal user needs to capture traffic and list
interfaces: "--enable-setuid-install" and "--with-libcap". Setting
-"--enable-setuid-install" to "yes" will install TShark and dumpcap
-setuid root. This is necessary for non-root users to be able to capture
-on most systems, e.g. on Linux or FreeBSD if the user doesn't have
-permissions to access /dev/bpf*. It is disabled by default.
+"--enable-setuid-install" to "yes" will install dumpcap setuid root.
+This is necessary for non-root users to be able to capture on most
+systems, e.g. on Linux or FreeBSD if the user doesn't have permissions
+to access /dev/bpf*. It is disabled by default.
If the "--with-libcap" option is enabled, dumpcap will try to drop any
setuid privileges it may have while retaining the CAP_NET_ADMIN and