Bug 744108

Summary: Gnome session crashed
Product: [Fedora] Fedora Reporter: David Highley <david.m.highley>
Component: selinux-policy-targetedAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: unspecified    
Version: 16CC: dwalsh
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-11 03:56:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description David Highley 2011-10-07 04:32:22 UTC
Description of problem:
Gnome session crashed when running an application on fedora 16 beta.

Version-Release number of selected component (if applicable):
selinux-policy-targeted-3.10.0-36.fc16.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:
Hangs session on a defunct session and takes a reboot to get Gnome back.

Expected results:


Additional info:
Created the following policy from the avc.
module mylogin 1.0;

require {
	type systemd_logind_t;
	type config_home_t;
	class file unlink;
}

#============= systemd_logind_t ==============
allow systemd_logind_t config_home_t:file unlink;

Comment 1 Miroslav Grepl 2011-10-07 07:09:01 UTC
This is fixed in the latest release.

yum update --enablerepo=updates-testing selinux-policy

Comment 2 David Highley 2011-10-07 23:10:14 UTC
Do you know which version. We did not find an update so we looked at the rpm changlog but were not able to determine if we have the right version. Thanks

Comment 3 David Highley 2011-10-10 03:50:05 UTC
Confirm fixed in version selinux-policy-targeted-3.10.0-36.fc16.noarch.