Bug 162016 - selinux breaks tcpdump -r /tmp/file
Summary: selinux breaks tcpdump -r /tmp/file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy-targeted
Version: 4
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-29 04:59 UTC by Bradley
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 1.25.1-7
Clone Of:
Environment:
Last Closed: 2005-08-19 07:57:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bradley 2005-06-29 04:59:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
tcpdump -r fails to work. tcpdump prints:

tcpdump: /tmp/test.trc: Permission denied

and syslog has:

Jun 29 14:53:56 bradley kernel: audit(1120020836.683:11): avc:  denied  { read
} for  pid=7026 comm="tcpdump" name=test.trc dev=dm-0 ino=9306184 scontext=user_u:system_r:netutils_t tcontext=user_u:object_r:tmp_t tclass=file

Version-Release number of selected component (if applicable):
selinux-policy-targeted-1.23.18-12

How reproducible:
Always

Steps to Reproduce:
1. touch /tmp/test.trc
2. /usr/sbin/tcpdump -r /tmp/test.trc
  

Actual Results:  Errors above

Expected Results:  tcpdump should have displayed the file contents if it was valid

Additional info:

[bbaetz@bradley ~]$ ls -l /tmp/test.trc
-rw-rw-r--  1 bbaetz bbaetz 0 Jun 29 14:53 /tmp/test.trc
[bbaetz@bradley ~]$ ls -Z /tmp/test.trc
-rw-rw-r--  bbaetz   bbaetz   user_u:object_r:tmp_t            /tmp/test.trc

If I try a file in /home/<user> rather than /tmp, I get:

Jun 29 14:57:10 bradley kernel: audit(1120021030.373:14): avc:  denied  { search } for  pid=7064 comm="tcpdump" name=home dev=dm-0 ino=7634945 scontext=root:system_r:netutils_t tcontext=system_u:object_r:home_root_t tclass=dir

instead.

ethereal doesn't have this problem

Comment 1 Daniel Walsh 2005-07-11 18:21:13 UTC
Fixed in selinux-policy-targeted-1.25.1-7


Note You need to log in before you can comment on or make changes to this bug.