Bug 546888 - SELinux is preventing /usr/bin/gok "getattr" access on /var/mail.
Summary: SELinux is preventing /usr/bin/gok "getattr" access on /var/mail.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 12
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:ef4402a9455...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-12 14:09 UTC by ravi gupta
Modified: 2010-05-18 22:49 UTC (History)
14 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-22 20:42:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description ravi gupta 2009-12-12 14:09:00 UTC
Summary:

SELinux is preventing /usr/bin/gok "getattr" access on /var/mail.

Detailed Description:

SELinux denied access requested by gok. It is not expected that this access is
required by gok and this access may signal an intrusion attempt. It is also
possible that the specific version or configuration of the application is
causing it to require additional access.

Allowing Access:

You can generate a local policy module to allow this access - see FAQ
(http://fedora.redhat.com/docs/selinux-faq-fc5/#id2961385) Please file a bug
report.

Additional Information:

Source Context                system_u:system_r:xdm_t:s0-s0:c0.c1023
Target Context                system_u:object_r:mail_spool_t:s0
Target Objects                /var/mail [ lnk_file ]
Source                        gok
Source Path                   /usr/bin/gok
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           gok-2.28.1-1.fc12
Target RPM Packages           filesystem-2.4.30-2.fc12
Policy RPM                    selinux-policy-3.6.32-41.fc12
Selinux Enabled               True
Policy Type                   targeted
MLS Enabled                   True
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7
                              21:25:57 EST 2009 i686 i686
Alert Count                   14
First Seen                    Thu 10 Dec 2009 08:02:20 PM IST
Last Seen                     Fri 11 Dec 2009 10:48:09 PM IST
Local ID                      2d661694-aea6-4f69-b6ad-247657ff0d01
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1260551889.879:7): avc:  denied  { getattr } for  pid=1281 comm="gok" path="/var/mail" dev=sda9 ino=1517 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:mail_spool_t:s0 tclass=lnk_file

node=(removed) type=SYSCALL msg=audit(1260551889.879:7): arch=40000003 syscall=196 success=no exit=-13 a0=b5f09310 a1=b6a4008c a2=411bff4 a3=b5f00e50 items=0 ppid=1208 pid=1281 auid=4294967295 uid=42 gid=474 euid=42 suid=42 fsuid=42 egid=474 sgid=474 fsgid=474 tty=(none) ses=4294967295 comm="gok" exe="/usr/bin/gok" subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  selinux-policy-3.6.32-41.fc12,catchall,gok,xdm_t,mail_spool_t,lnk_file,getattr
audit2allow suggests:

#============= xdm_t ==============
allow xdm_t mail_spool_t:lnk_file getattr;

Comment 1 Daniel Walsh 2009-12-14 11:20:20 UTC
You can add these rules for now using

# grep avc /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Fixed in selinux-policy-3.6.32-59.fc12.noarch

Comment 2 Fedora Update System 2009-12-16 13:55:08 UTC
selinux-policy-3.6.32-59.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/selinux-policy-3.6.32-59.fc12

Comment 3 Fedora Update System 2009-12-18 04:43:18 UTC
selinux-policy-3.6.32-59.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update selinux-policy'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13384


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