Bug 693765 - SELinux is preventing /usr/bin/python from 'create' accesses on the file state.log.
Summary: SELinux is preventing /usr/bin/python from 'create' accesses on the file stat...
Keywords:
Status: CLOSED DUPLICATE of bug 693710
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 15
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:b2e62c2f5c3...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-05 14:34 UTC by Vít Ondruch
Modified: 2011-04-05 15:04 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-05 15:04:53 UTC
Type: ---


Attachments (Terms of Use)

Description Vít Ondruch 2011-04-05 14:34:33 UTC
SELinux is preventing /usr/bin/python from 'create' accesses on the file state.log.

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that python should be allowed create access on the state.log file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# grep mock /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                unconfined_u:unconfined_r:mock_t:s0-s0:c0.c1023
Target Context                unconfined_u:object_r:user_home_t:s0
Target Objects                state.log [ file ]
Source                        mock
Source Path                   /usr/bin/python
Port                          <Neznámé>
Host                          (removed)
Source RPM Packages           python-2.7.1-6.fc15
Target RPM Packages           
Policy RPM                    selinux-policy-3.9.16-10.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.38.2-9.fc15.x86_64 #1 SMP Wed Mar 30 16:55:57
                              UTC 2011 x86_64 x86_64
Alert Count                   1
First Seen                    Út 5. duben 2011, 11:03:40 CEST
Last Seen                     Út 5. duben 2011, 11:03:40 CEST
Local ID                      5452c072-0842-4fe1-84b0-fce27da19dc3

Raw Audit Messages
type=AVC msg=audit(1301994220.287:407): avc:  denied  { create } for  pid=28084 comm="mock" name="state.log" scontext=unconfined_u:unconfined_r:mock_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file


type=SYSCALL msg=audit(1301994220.287:407): arch=x86_64 syscall=open success=yes exit=E2BIG a0=15d6cf0 a1=442 a2=1b6 a3=3d8bf3fdc0 items=0 ppid=28083 pid=28084 auid=500 uid=500 gid=500 euid=500 suid=0 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts0 ses=2 comm=mock exe=/usr/bin/python subj=unconfined_u:unconfined_r:mock_t:s0-s0:c0.c1023 key=(null)

Hash: mock,mock_t,user_home_t,file,create

audit2allow

#============= mock_t ==============
allow mock_t user_home_t:file create;

audit2allow -R

#============= mock_t ==============
allow mock_t user_home_t:file create;

Comment 1 Vít Ondruch 2011-04-05 14:37:34 UTC
This AVC appears every time I am doing "mock shell"

Comment 2 Vít Ondruch 2011-04-05 14:40:55 UTC
More specifically:

1. mock init
2. mock shell

Comment 3 Daniel Walsh 2011-04-05 15:04:53 UTC
We need to stop transitioning from unconfined_t to mock_t.

*** This bug has been marked as a duplicate of bug 693710 ***


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