Bug 600651
| Summary: | gitolite prohibited from authenticating users ssh keys. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | john5342 <john5342> |
| Component: | selinux-policy-targeted | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | dwalsh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | selinux-policy-3.7.19-28.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-23 17:48:43 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
john5342
2010-06-05 12:40:07 UTC
# semanage fcontext -a -t home_ssh_t ' /var/lib/gitolite/.ssh(/.*)?' # restorecon -R -v /var/lib/gitolite/.ssh Should fix. Miroslav can you make this the default. Should be # semanage fcontext -a -t home_ssh_t '/var/lib/gitolite/.ssh(/.*)?' # restorecon -R -v /var/lib/gitolite/.ssh Dan, we can combine gitosis and gitolite policy and run gitolite in the gitosis domain. Only some changes are needed (I will send you a patch). Also I would label '/var/lib/gitolite' directory as gitosis_var_lib_t and it will work. Ok I will wait for the patch Fixed in selinux-policy-3.7.19-25.fc13 selinux-policy-3.7.19-28.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/selinux-policy-3.7.19-28.fc13 selinux-policy-3.7.19-28.fc13 has been pushed to the Fedora 13 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: http://admin.fedoraproject.org/updates/selinux-policy-3.7.19-28.fc13 selinux-policy-3.7.19-28.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |