Bug 872860

Summary: SELinux is preventing /usr/sbin/php-fpm from 'search' accesses on the directory /var/lib/php/session.
Product: [Fedora] Fedora Reporter: Mikhail <mikhail.v.gavrilov>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:dbc9768bb4de76c686041e823bae4fa65394178f07887ff8fb182271902474e7
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-05 08:11:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: type
none
File: hashmarkername none

Description Mikhail 2012-11-03 20:41:17 UTC
Additional info:
libreport version: 2.0.18
kernel:         3.6.5-2.fc18.i686.PAE

description:
:SELinux is preventing /usr/sbin/php-fpm from 'search' accesses on the directory /var/lib/php/session.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that php-fpm should be allowed search access on the session 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 php-fpm /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:phpfpm_t:s0
:Target Context                system_u:object_r:httpd_var_run_t:s0
:Target Objects                /var/lib/php/session [ dir ]
:Source                        php-fpm
:Source Path                   /usr/sbin/php-fpm
:Port                          <Unknown>
:Host                          (removed)
:Source RPM Packages           php-fpm-5.4.8-1.fc18.i686
:Target RPM Packages           php-5.4.8-1.fc18.i686
:Policy RPM                    selinux-policy-3.11.1-46.fc18.noarch
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Enforcing
:Host Name                     (removed)
:Platform                      Linux (removed) 3.6.5-2.fc18.i686.PAE #1 SMP Thu
:                              Nov 1 00:52:47 UTC 2012 i686 i686
:Alert Count                   2
:First Seen                    2012-11-04 01:30:33 YEKT
:Last Seen                     2012-11-04 01:37:20 YEKT
:Local ID                      b2383688-82f0-4e0f-af2c-fd2ef987320d
:
:Raw Audit Messages
:type=AVC msg=audit(1351971440.105:615): avc:  denied  { search } for  pid=2447 comm="php-fpm" name="session" dev="sda1" ino=801294 scontext=system_u:system_r:phpfpm_t:s0 tcontext=system_u:object_r:httpd_var_run_t:s0 tclass=dir
:
:
:type=AVC msg=audit(1351971440.105:615): avc:  denied  { read write } for  pid=2447 comm="php-fpm" name="sess_56g1mr6n0pp1n63rfhss14l6n0" dev="sda1" ino=792109 scontext=system_u:system_r:phpfpm_t:s0 tcontext=system_u:object_r:httpd_var_run_t:s0 tclass=file
:
:
:type=AVC msg=audit(1351971440.105:615): avc:  denied  { open } for  pid=2447 comm="php-fpm" path="/var/lib/php/session/sess_56g1mr6n0pp1n63rfhss14l6n0" dev="sda1" ino=792109 scontext=system_u:system_r:phpfpm_t:s0 tcontext=system_u:object_r:httpd_var_run_t:s0 tclass=file
:
:
:type=SYSCALL msg=audit(1351971440.105:615): arch=i386 syscall=open success=yes exit=E2BIG a0=bfab14ac a1=42 a2=180 a3=19 items=0 ppid=2442 pid=2447 auid=4294967295 uid=991 gid=988 euid=991 suid=991 fsuid=991 egid=988 sgid=988 fsgid=988 tty=(none) ses=4294967295 comm=php-fpm exe=/usr/sbin/php-fpm subj=system_u:system_r:phpfpm_t:s0 key=(null)
:
:Hash: php-fpm,phpfpm_t,httpd_var_run_t,dir,search
:
:audit2allow
:
:#============= phpfpm_t ==============
:allow phpfpm_t httpd_var_run_t:dir search;
:#!!!! The source type 'phpfpm_t' can write to a 'file' of the following types:
:# phpfpm_log_t, phpfpm_var_run_t
:
:allow phpfpm_t httpd_var_run_t:file { read write open };
:
:audit2allow -R
:
:#============= phpfpm_t ==============
:allow phpfpm_t httpd_var_run_t:dir search;
:#!!!! The source type 'phpfpm_t' can write to a 'file' of the following types:
:# phpfpm_log_t, phpfpm_var_run_t
:
:allow phpfpm_t httpd_var_run_t:file { read write open };
:

Comment 1 Mikhail 2012-11-03 20:41:20 UTC
Created attachment 637658 [details]
File: type

Comment 2 Mikhail 2012-11-03 20:41:22 UTC
Created attachment 637659 [details]
File: hashmarkername

Comment 3 Miroslav Grepl 2012-11-05 08:11:38 UTC

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