Bug 577520
Summary: | SELinux is preventing /usr/sbin/openvpn "write" access on /tmp | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Anthony Messina <amessina> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | dcbw, dwalsh, huzaifas, mgrepl, nalin, steve |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | selinux-policy-3.6.32-108.fc12 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-04-09 01:24:14 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
Anthony Messina
2010-03-27 18:47:05 UTC
Can you kinit before running openvpn? Or is the kinit part of the openvpn process? This matters because I can either label the kerberos tickets as being used only by the openvpn tool or by users also. This error occurs only on the server, which is set up as a many client to one server. I am using the openvpn-auth-pam.so plugin, as provided by the package. My PAM config points to Kerberos. Each client has a username principle in Kerberos. These errors did not exist prior to the last update: ~]# rpm -q --changelog pam_krb5-2.3.7-3.fc12.x86_64 | more * Mon Mar 08 2010 Nalin Dahyabhai <nalin> - 2.3.7-3 - pull down patch from devel to create a ccache for use while calling krb5_kuserok (#563442) Here's the password auth plugin usage in the openvpn config: # Username/Password authentication via the # openvpn-auth-pam.so plugin plugin /usr/lib64/openvpn/plugin/lib/openvpn-auth-pam.so login And to think Nalin sits right next to me... Miroslav, Add type openvpn_tmp_t; files_tmp_file(openvpn_tmp_ manage_files_pattern(openvpn_t, openvpn_tmp_t, openvpn_tmp_t) files_tmp_filetrans(openvpn_t, openvpn_tmp_t, file) Fixed in selinux-policy-3.6.32-108.fc12 selinux-policy-3.6.32-108.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/selinux-policy-3.6.32-108.fc12 selinux-policy-3.6.32-108.fc12 has been pushed to the Fedora 12 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.6.32-108.fc12 selinux-policy-3.6.32-108.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |