Hide Forgot
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;
This is fixed in the latest release. yum update --enablerepo=updates-testing selinux-policy
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
Confirm fixed in version selinux-policy-targeted-3.10.0-36.fc16.noarch.