Bug 966313 - SELinux is preventing /usr/sbin/httpd from 'getattr' accesses on the directory /var/www/html/bugzilla.
Summary: SELinux is preventing /usr/sbin/httpd from 'getattr' accesses on the director...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:0e4fbeb7a2cc6fbe74c010c0620...
: 966315 966317 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-23 03:29 UTC by Moez Roy
Modified: 2013-05-23 08:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-23 08:16:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Moez Roy 2013-05-23 03:29:07 UTC
Description of problem:
SELinux is preventing /usr/sbin/httpd from 'getattr' accesses on the directory /var/www/html/bugzilla.

*****  Plugin restorecon (85.9 confidence) suggests  *************************

If you want to fix the label. 
/var/www/html/bugzilla default label should be httpd_sys_content_t.
Then you can run restorecon.
Do
# /sbin/restorecon -v /var/www/html/bugzilla

*****  Plugin catchall_boolean (7.33 confidence) suggests  *******************

If you want to allow httpd to read user content
Then you must tell SELinux about this by enabling the 'httpd_read_user_content' boolean.
You can read 'user_selinux' man page for more details.
Do
setsebool -P httpd_read_user_content 1

*****  Plugin catchall_boolean (7.33 confidence) suggests  *******************

If you want to allow httpd to read home directories
Then you must tell SELinux about this by enabling the 'httpd_enable_homedirs' boolean.
You can read 'user_selinux' man page for more details.
Do
setsebool -P httpd_enable_homedirs 1

*****  Plugin catchall (1.35 confidence) suggests  ***************************

If you believe that httpd should be allowed getattr access on the bugzilla directory 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 /usr/sbin/httpd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:httpd_t:s0
Target Context                unconfined_u:object_r:user_home_t:s0
Target Objects                /var/www/html/bugzilla [ dir ]
Source                        /usr/sbin/httpd
Source Path                   /usr/sbin/httpd
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           httpd-2.4.4-3.fc18.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.11.1-96.fc18.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 3.9.2-200.fc18.x86_64 #1 SMP Mon
                              May 13 13:59:47 UTC 2013 x86_64 x86_64
Alert Count                   1
First Seen                    2013-05-22 20:27:57 PDT
Last Seen                     2013-05-22 20:27:57 PDT
Local ID                      e9344c77-4c48-42a2-bafd-cbdb7aac7a82

Raw Audit Messages
type=AVC msg=audit(1369279677.276:390): avc:  denied  { getattr } for  pid=2390 comm="/usr/sbin/httpd" path="/var/www/html/bugzilla" dev="sda2" ino=1318935 scontext=system_u:system_r:httpd_t:s0 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=dir


type=SYSCALL msg=audit(1369279677.276:390): arch=x86_64 syscall=lstat success=no exit=EACCES a0=7ff5822572f0 a1=7fff8a20a8c0 a2=7fff8a20a8c0 a3=0 items=0 ppid=2389 pid=2390 auid=4294967295 uid=48 gid=48 euid=48 suid=48 fsuid=48 egid=48 sgid=48 fsgid=48 ses=4294967295 tty=(none) comm=/usr/sbin/httpd exe=/usr/sbin/httpd subj=system_u:system_r:httpd_t:s0 key=(null)

Hash: /usr/sbin/httpd,httpd_t,user_home_t,dir,getattr

audit2allow

#============= httpd_t ==============
#!!!! This avc can be allowed using one of the these booleans:
#     httpd_read_user_content, httpd_enable_homedirs

allow httpd_t user_home_t:dir getattr;

audit2allow -R
require {
	type httpd_t;
}

#============= httpd_t ==============
userdom_mmap_user_home_content_files(httpd_t)


Additional info:
hashmarkername: setroubleshoot
kernel:         3.9.2-200.fc18.x86_64
type:           libreport

Comment 1 Miroslav Grepl 2013-05-23 08:16:17 UTC
# matchpathcon /var/www/html/bugzilla
/var/www/html/bugzill	system_u:object_r:httpd_sys_content_t:s0

tell us that this dir should be labeled as httpd_sys_content_t. So you need to fix labeling using

# restorecon -R -v /var/www/html/bugzilla

Comment 2 Miroslav Grepl 2013-05-23 08:16:33 UTC
*** Bug 966315 has been marked as a duplicate of this bug. ***

Comment 3 Miroslav Grepl 2013-05-23 08:16:45 UTC
*** Bug 966317 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.