Bug 672409 - SELinux is preventing /usr/bin/python from 'read' accesses on the file /etc/localtime.
Summary: SELinux is preventing /usr/bin/python from 'read' accesses on the file /etc/l...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 14
Hardware: i386
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:c5bc4875f17...
: 672407 672410 672411 681863 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-25 03:26 UTC by RVV
Modified: 2011-03-03 13:24 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-26 12:50:51 UTC
Type: ---


Attachments (Terms of Use)

Description RVV 2011-01-25 03:26:10 UTC
SELinux is preventing /usr/bin/python from 'read' accesses on the file /etc/localtime.

*****  Plugin restorecon (99.5 confidence) suggests  *************************

If you want to fix the label. 
/etc/localtime default label should be locale_t.
Then you can run restorecon.
Do
# /sbin/restorecon -v /etc/localtime

*****  Plugin catchall (1.49 confidence) suggests  ***************************

If you believe that python should be allowed read access on the localtime 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 system-config-f /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:firewallgui_t:s0-s0:c0.c1023
Target Context                system_u:object_r:etc_runtime_t:s0
Target Objects                /etc/localtime [ file ]
Source                        system-config-f
Source Path                   /usr/bin/python
Port                          <Неизвестно>
Host                          (removed)
Source RPM Packages           python-2.7-8.fc14.1
Target RPM Packages           glibc-2.12.90-21
Policy RPM                    selinux-policy-3.9.7-19.fc14
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 2.6.35.10-74.fc14.i686
                              #1 SMP Thu Dec 23 16:17:40 UTC 2010 i686 i686
Alert Count                   2
First Seen                    Пнд 10 Янв 2011 23:34:09
Last Seen                     Пнд 10 Янв 2011 23:34:09
Local ID                      cc1faed8-36dc-4530-962c-ecc7f2c13c9e

Raw Audit Messages
type=AVC msg=audit(1294677249.38:1827): avc:  denied  { read } for  pid=3794 comm="system-config-f" name="localtime" dev=dm-3 ino=2632 scontext=system_u:system_r:firewallgui_t:s0-s0:c0.c1023 tcontext=system_u:object_r:etc_runtime_t:s0 tclass=file

system-config-f,firewallgui_t,etc_runtime_t,file,read
type=SYSCALL msg=audit(1294677249.38:1827): arch=i386 syscall=open success=no exit=EACCES a0=8a2a91 a1=0 a2=1b6 a3=8a0d1a items=0 ppid=3793 pid=3794 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=system-config-f exe=/usr/bin/python subj=system_u:system_r:firewallgui_t:s0-s0:c0.c1023 key=(null)
system-config-f,firewallgui_t,etc_runtime_t,file,read

#============= firewallgui_t ==============
allow firewallgui_t etc_runtime_t:file read;

Comment 1 Miroslav Grepl 2011-01-25 08:26:53 UTC
*** Bug 672410 has been marked as a duplicate of this bug. ***

Comment 2 Miroslav Grepl 2011-01-25 08:27:51 UTC
*** Bug 672411 has been marked as a duplicate of this bug. ***

Comment 3 Miroslav Grepl 2011-01-25 08:28:56 UTC
*** Bug 672407 has been marked as a duplicate of this bug. ***

Comment 4 Miroslav Grepl 2011-01-25 08:37:18 UTC
Any chance you got this after fresh Fedora 14 install?

Comment 5 Daniel Walsh 2011-01-25 14:12:38 UTC
Alert tells you how to fix.  Although we would like to know how it got mislabeled in the first place.

restorecon /etc/localtime

Comment 6 Miroslav Grepl 2011-01-26 12:50:51 UTC
Please reopen if this happens again.

Comment 7 Miroslav Grepl 2011-03-03 13:24:57 UTC
*** Bug 681863 has been marked as a duplicate of this bug. ***


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