aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-09-10 00:37:16 +0000
committerGuy Harris <guy@alum.mit.edu>2009-09-10 00:37:16 +0000
commite89ad210c760789ac26bbe429e49482812391eae (patch)
treee94022ca7a8546f50bf3d7aefab774ec98897549 /packaging
parent6efbdf6cc9651730fcc69575e251a3884d9c7ae7 (diff)
Put in a note about the Snow Leopard bug that requires that you have BPF
devices open for writing in order to capture outgoing traffic. svn path=/trunk/; revision=29831
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/ChmodBPF/README.macosx5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/macosx/ChmodBPF/README.macosx b/packaging/macosx/ChmodBPF/README.macosx
index 25794d8859..bf78eb5956 100644
--- a/packaging/macosx/ChmodBPF/README.macosx
+++ b/packaging/macosx/ChmodBPF/README.macosx
@@ -41,3 +41,8 @@ give the administrative users permission to read but not write the BPF
devices, you can have the script change the owner to that user, the
group to "admin", and the permissions to rw-r-----. Other possibilities
are left as an exercise for the reader.
+
+(NOTE: due to a bug in Snow Leopard, if you change the permissions not
+to grant write permission to everybody who should be allowed to capture
+traffic, non-root users who cannot open the BPF devices for writing will
+not be able to capture outgoing packets.)