Bug 969739

Summary: SELinux is preventing /usr/bin/bash from 'read' accesses on the lnk_file /home/user9/.config/teamviewer8/dosdevices/c:.
Product: [Fedora] Fedora Reporter: Moez Roy <moez.roy>
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: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:998c61ef61cb4500031e80bd9c8b9c68bd77029cd63e732fbb3f3769e83e1f4e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-03 06:05:00 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 Moez Roy 2013-06-02 05:43:24 UTC
Description of problem:
SELinux is preventing /usr/bin/bash from 'read' accesses on the lnk_file /home/user9/.config/teamviewer8/dosdevices/c:.

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

If you believe that bash should be allowed read access on the c: lnk_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 TeamViewer_Desk /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:init_t:s0
Target Context                unconfined_u:object_r:config_home_t:s0
Target Objects                /home/user9/.config/teamviewer8/dosdevices/c: [
                              lnk_file ]
Source                        TeamViewer_Desk
Source Path                   /usr/bin/bash
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           bash-4.2.45-1.fc18.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.11.1-97.fc18.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 3.9.4-200.fc18.x86_64 #1 SMP Fri
                              May 24 20:10:49 UTC 2013 x86_64 x86_64
Alert Count                   1
First Seen                    2013-05-31 09:47:27 PDT
Last Seen                     2013-05-31 09:47:27 PDT
Local ID                      8fb56f90-2710-46d6-b08e-5ab11f4e2cdf

Raw Audit Messages
type=AVC msg=audit(1370018847.705:494): avc:  denied  { read } for  pid=11262 comm="TeamViewer_Desk" name="c:" dev="dm-3" ino=45876366 scontext=system_u:system_r:init_t:s0 tcontext=unconfined_u:object_r:config_home_t:s0 tclass=lnk_file


type=SYSCALL msg=audit(1370018847.705:494): arch=x86_64 syscall=stat success=yes exit=0 a0=e66100 a1=7fff73a75790 a2=7fff73a75790 a3=8 items=0 ppid=11249 pid=11262 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=4294967295 tty=(none) comm=TeamViewer_Desk exe=/usr/bin/bash subj=system_u:system_r:init_t:s0 key=(null)

Hash: TeamViewer_Desk,init_t,config_home_t,lnk_file,read

audit2allow

#============= init_t ==============
allow init_t config_home_t:lnk_file read;

audit2allow -R
require {
	type init_t;
}

#============= init_t ==============
gnome_read_home_config(init_t)


Additional info:
reporter:       libreport-2.1.4
hashmarkername: setroubleshoot
kernel:         3.9.4-200.fc18.x86_64
type:           libreport

Comment 1 Miroslav Grepl 2013-06-03 06:05:00 UTC

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