Bug 6464
| Summary: | tcpdump defaults to non promiscuous mode | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Oleg Makarenko <omakarenko> |
| Component: | tcpdump | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-07-11 18:37:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 10739 | ||
| Bug Blocks: | |||
|
Description
Oleg Makarenko
1999-10-28 14:43:47 UTC
There is an error in Alexey Kuznetsov's tcpdump enhancements for Linux that causes this. Seems he decided that it would be fun to swap the default over. This silently breaks some security tools. In addition the same patch contains an ANK hack that breaks setuid use of tcpdump except for a hardcoded uid 2090. (search for 2090 in the ANK patch in the source rpm, the promisc bug introduction is right by it). Looks like that chunk of ANK stuff wants dropping back to the old (NO_ANK_FIX) edition. Alan The 2090 setuid problem is fixed in tcpdump-3.4-17 from Raw Hide. Marked as fixed, so closing the bug. Only the 2090 problem has been fixed, the documentation needs to be updated (the behavior is not going to change. A shell wrapper to diddle the -p flag and supply -i eth0 is trivial, and will preserve the Good Ol' tcpdump behavior). *** Bug 9945 has been marked as a duplicate of this bug. *** Fixed (by updating man page) in tcpdump-3.4-22. |