Bug 641506
Summary: | SELinux is preventing /usr/libexec/dovecot/auth "ipc_lock" access . | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michal Schmidt <mschmidt> |
Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 14 | CC: | dwalsh, mgrepl, nalin, tmraz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | setroubleshoot_trace_hash:3f8ef778a68ba39aaced4c4fe513206fb6655d84965deff30c58a472eb25d6db | ||
Fixed In Version: | selinux-policy-3.9.7-1.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-10-15 12:40:56 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
Michal Schmidt
2010-10-08 23:07:07 UTC
Miroslav we probably need this in F13. Fixed in selinux-policy-3.9.6-3.fc14 How are you authenticating on this system? I am authenticating using my UNIX password. What's special on this system is that I am using pam_mount in /etc/pam.d/password-auth. pam_mount seems to call mlock() which corresponds to "syscall=149", if I am not mistaken. (BTW, it would be nice if the troubleshooter translated the syscall numbers to names.) It will in Fedora 15. Why would pam_mount be used in password-auth? Seems strange. I put it there. Maybe it is not the optimal place for it, but I wasn't really sure where it would be the best. The idea is to have my home directory (which is on a LUKS encrypted LV) mounted whether I login via gdm or sshd. "password-auth" is included from pam configs of both of them. Is there a better way? Well you could put it in sshd and gdm pam file. Or you can skip around the pam_mount call with pam_succeed_if and a jump such as: auth [success=1 default=ignore] pam_succeed_if.so service notin sshd:gdm selinux-policy-3.9.7-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-1.fc14 selinux-policy-3.9.7-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-1.fc14 selinux-policy-3.9.7-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |