Bug 1003776

Summary: SELinux is preventing /usr/bin/lsmd from 'write' accesses on the directory ipc.
Product: Red Hat Enterprise Linux 7 Reporter: Gerd Hoffmann <kraxel>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Milos Malik <mmalik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mmalik
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: abrt_hash:941e8d1ad8de37f5ddecfb872694cba8b1c0e663d24792bbf894396a3261f2c1
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-03 12:36:09 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:

Description Gerd Hoffmann 2013-09-03 07:50:35 UTC
Description of problem:
SELinux is preventing /usr/bin/lsmd from 'write' accesses on the directory ipc.

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

If you believe that lsmd should be allowed write access on the ipc 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 lsmd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:lsmd_t:s0
Target Context                system_u:object_r:var_run_t:s0
Target Objects                ipc [ dir ]
Source                        lsmd
Source Path                   /usr/bin/lsmd
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           libstoragemgmt-0.0.22-2.el7.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.12.1-73.el7.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 3.10.0-10.el7.x86_64 #1 SMP Tue
                              Aug 20 16:54:38 EDT 2013 x86_64 x86_64
Alert Count                   1
First Seen                    2013-08-30 12:22:16 CEST
Last Seen                     2013-08-30 12:22:16 CEST
Local ID                      9c4f7882-d549-4ccd-a033-8b0505079e2a

Raw Audit Messages
type=AVC msg=audit(1377858136.466:18): avc:  denied  { write } for  pid=673 comm="lsmd" name="ipc" dev="tmpfs" ino=15040 scontext=system_u:system_r:lsmd_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=dir


type=SYSCALL msg=audit(1377858136.466:18): arch=x86_64 syscall=access success=no exit=EACCES a0=40262c a1=6 a2=0 a3=8 items=0 ppid=1 pid=673 auid=4294967295 uid=994 gid=994 euid=994 suid=994 fsuid=994 egid=994 sgid=994 fsgid=994 tty=(none) ses=4294967295 comm=lsmd exe=/usr/bin/lsmd subj=system_u:system_r:lsmd_t:s0 key=(null)

Hash: lsmd,lsmd_t,var_run_t,dir,write

Additional info:
reporter:       libreport-2.1.6
hashmarkername: setroubleshoot
kernel:         3.10.0-10.el7.x86_64
type:           libreport

Comment 2 Milos Malik 2013-09-03 12:02:47 UTC
I believe this bug is a duplicate of BZ#1002903.

Comment 3 Miroslav Grepl 2013-09-03 12:36:09 UTC

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