Bug 831229
Summary: | SELinux is preventing /usr/sbin/winbindd from 'read' accesses on the file passwd. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stef Walter <stefw> |
Component: | sssd | Assignee: | Stephen Gallagher <sgallagh> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | dominick.grift, dwalsh, jhrozek, mgrepl, sbose, sgallagh, ssorce |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:82aede57fba86e5ef57bb4496b227b73c06484f1d4304fcc895acd28df9d410c | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-19 12:56:54 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
Stef Walter
2012-06-12 14:12:17 UTC
*** Bug 831226 has been marked as a duplicate of this bug. *** Stef is this new feature of sssd to store the passwd file in /var/lib/sssd? Dan, this is a dupe of https://bugzilla.redhat.com/show_bug.cgi?id=808297 I'm pretty sure. Except there the content is labeled as sssd_public_t now it is being labeled as sssd_var_lib_t Has passwd moved out of /var/lib/sssd/mc/ Or is /var/lib/sssd/mc/ mislabeled Looks like it must be a labeling issue, then. SSSD deletes and recreates this file on startup. Is it possible that we're missing policy to allow us to create the file as sssd_public_t? Is the file being created in /var/lib/sssd/mc? This directory should be labeled sssd_public_t and then the file would get created with that label. After looking into it further, I finally figured out this is the result of an incorrectly ./configure'd sssd. |