Bug 115686
| Summary: | SELinux gdm problem | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul F. Johnson <paul> |
| Component: | policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | chris.ricker, ehoover, redwolfe |
| Target Milestone: | --- | Keywords: | SELinux |
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-03-25 20:00:03 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114961 | ||
|
Description
Paul F. Johnson
2004-02-14 22:01:16 UTC
Also applies to ssh logins There seems to be a new piece of system-config-users that is not yet fully ties into the process. Do you want to run with SELinux? If not remove policy and policy-sources from your machine, login should work again. Otherwise you could add selinux=0 to your kernel line in grub. If yes, you need to relabel the file system, this will happen at install time in test2. But for now you need to cd /etc/security/selinux/src/policy make load make relabel reboot Doing "make relabel" hangs while setfiles is attempting to relabel /SWAP. If you do "swapoff -a" first, it works fine. I get the following errors when attempting to follow the directions above:
/usr/sbin/setfiles file_contexts/file_contexts `mount | awk
'/(ext[23]| xfs).*rw/{print $3}'`
/usr/sbin/setfiles: read 1205 specifications
/usr/sbin/setfiles: invalid context system_u:object_r:aliases_etc_t
on line number 1038
/usr/sbin/setfiles: invalid context system_u:object_r:aliases_etc_t
on line number 1039
/usr/sbin/setfiles: invalid context system_u:object_r:ntp_etc_t on
line number 1099
make: *** [relabel] Error 1
New policy-1.6-16 fixes this problem |