Bug 961726 - SELinux is preventing /usr/sbin/httpd from 'write' accesses on the directory /tmp.
Summary: SELinux is preventing /usr/sbin/httpd from 'write' accesses on the directory ...
Keywords:
Status: CLOSED DUPLICATE of bug 961710
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:d68e88fbc633745e0ac299b2bb9...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-10 10:55 UTC by Nicolas Mailhot
Modified: 2013-05-10 15:24 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-10 15:24:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nicolas Mailhot 2013-05-10 10:55:44 UTC
Description of problem:
SELinux is preventing /usr/sbin/httpd from 'write' accesses on the directory /tmp.

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

If vous pensez que httpd devrait être autorisé à accéder write sur tmp directory par défaut.
Then vous devriez rapporter ceci en tant qu'anomalie.
Vous pouvez générer un module de stratégie local pour autoriser cet accès.
Do
autoriser cet accès pour le moment en exécutant :
# grep httpd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:certwatch_t:s0-s0:c0.c1023
Target Context                system_u:object_r:tmp_t:s0
Target Objects                /tmp [ dir ]
Source                        httpd
Source Path                   /usr/sbin/httpd
Port                          <Inconnu>
Host                          (removed)
Source RPM Packages           httpd-2.4.4-5.fc20.x86_64
Target RPM Packages           filesystem-3.2-12.fc20.x86_64
Policy RPM                    selinux-policy-3.12.1-41.fc20.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 3.10.0-0.rc0.git21.1.fc20.x86_64
                              #1 SMP Tue May 7 19:47:51 UTC 2013 x86_64 x86_64
Alert Count                   3
First Seen                    2013-05-08 12:36:02 CEST
Last Seen                     2013-05-10 03:10:02 CEST
Local ID                      47e11f3f-6a84-4bb3-9020-f8c8cc4a9dc4

Raw Audit Messages
type=AVC msg=audit(1368148202.168:9357): avc:  denied  { write } for  pid=1593 comm="httpd" name="/" dev="tmpfs" ino=8793 scontext=system_u:system_r:certwatch_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmp_t:s0 tclass=dir


type=AVC msg=audit(1368148202.168:9357): avc:  denied  { add_name } for  pid=1593 comm="httpd" name="apr-tmp.TXcwOM" scontext=system_u:system_r:certwatch_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmp_t:s0 tclass=dir


type=AVC msg=audit(1368148202.168:9357): avc:  denied  { create } for  pid=1593 comm="httpd" name="apr-tmp.TXcwOM" scontext=system_u:system_r:certwatch_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmp_t:s0 tclass=file


type=AVC msg=audit(1368148202.168:9357): avc:  denied  { write open } for  pid=1593 comm="httpd" path="/tmp/apr-tmp.TXcwOM" dev="tmpfs" ino=2494533 scontext=system_u:system_r:certwatch_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmp_t:s0 tclass=file


type=SYSCALL msg=audit(1368148202.168:9357): arch=x86_64 syscall=open success=yes exit=EIO a0=7fd4216b1cf8 a1=c2 a2=180 a3=1 items=0 ppid=1592 pid=1593 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 ses=318 tty=(none) comm=httpd exe=/usr/sbin/httpd subj=system_u:system_r:certwatch_t:s0-s0:c0.c1023 key=(null)

Hash: httpd,certwatch_t,tmp_t,dir,write

audit2allow

#============= certwatch_t ==============
allow certwatch_t tmp_t:dir { write add_name };
allow certwatch_t tmp_t:file { write create open };

audit2allow -R
require {
	type tmp_t;
	type certwatch_t;
	class file { write create open };
}

#============= certwatch_t ==============
allow certwatch_t tmp_t:file { write create open };
files_tmp_filetrans(certwatch_t)


Additional info:
hashmarkername: setroubleshoot
kernel:         3.10.0-0.rc0.git24.1.fc20.x86_64
type:           libreport

Comment 1 Miroslav Grepl 2013-05-10 15:24:13 UTC

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


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