Bug 1803051
| Summary: | SELinux is preventing openfortivpn from execute access on the file nm-fortisslvpn-pinentry. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vlastislav Sucharda <vsuchard> |
| Component: | selinux-policy | Assignee: | Zdenek Pytela <zpytela> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 31 | CC: | dwalsh, grepl.miroslav, lvrabec, plautrba, vmojzis, zpytela |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | selinux-policy-3.14.4-50.fc31 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-02 09:54:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I've submitted a Fedora PR to address the issue: https://github.com/fedora-selinux/selinux-policy-contrib/pull/217 commit 1e42e0c9ae74680789dc1ee55c8e8efbdac98153 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Zdenek Pytela <zpytela>
Date: Tue Mar 10 17:31:10 2020 +0100
Label all NetworkManager fortisslvpn plugins as openfortivpn_exec_t
Label NetworkManager fortisslvpn plugin files matching
/usr/libexec/nm-fortisslvpn-.* regexp as openfortivpn_exec_t.
Resolves: rhbz#1803051
Back-ported to F31.
FEDORA-2020-5afc749ee7 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-5afc749ee7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5afc749ee7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-5afc749ee7 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Starting openfortivpn with OTP by NetworkManager failed $ sealert -l dbe057ab-b37f-47dd-ad50-ae405ecb91d5 SELinux is preventing openfortivpn from execute access on the file nm-fortisslvpn-pinentry. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that openfortivpn should be allowed execute access on the nm-fortisslvpn-pinentry file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # ausearch -c 'openfortivpn' --raw se| audit2allow -M my-openfortivpn # semodule -X 300 -i my-openfortivpn.pp Additional Information: Source Context system_u:system_r:openfortivpn_t:s0 Target Context system_u:object_r:bin_t:s0 Target Objects nm-fortisslvpn-pinentry [ file ] Source openfortivpn Source Path openfortivpn Port <Unknown> Host vsuchard.bscpraha.cz Source RPM Packages Target RPM Packages Policy RPM selinux-policy-3.14.4-47.fc31.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name vsuchard.bscpraha.cz Platform Linux vsuchard.bscpraha.cz 5.4.18-200.fc31.x86_64 #1 SMP Fri Feb 7 14:50:05 UTC 2020 x86_64 x86_64 Alert Count 2 First Seen 2020-02-14 11:42:14 CET Last Seen 2020-02-14 11:49:41 CET Local ID dbe057ab-b37f-47dd-ad50-ae405ecb91d5 Raw Audit Messages type=AVC msg=audit(1581677381.728:1700): avc: denied { execute } for pid=38648 comm="openfortivpn" name="nm-fortisslvpn-pinentry" dev="sdc2" ino=34204022 scontext=system_u:system_r:openfortivpn_t:s0 tcontext=system_u:object_r:bin_t:s0 tclass=file permissive=0 Hash: openfortivpn,openfortivpn_t,bin_t,file,execute # ls -lZ /usr/libexec/nm-fortisslvpn-* -rwxr-xr-x. 1 root root system_u:object_r:bin_t:s0 24512 Dec 30 11:23 /usr/libexec/nm-fortisslvpn-auth-dialog -rwxr-xr-x. 1 root root system_u:object_r:bin_t:s0 46072 Dec 30 11:23 /usr/libexec/nm-fortisslvpn-pinentry -rwxr-xr-x. 1 root root system_u:object_r:openfortivpn_exec_t:s0 62880 Dec 30 11:23 /usr/libexec/nm-fortisslvpn-service FIX: chcon -t openfortivpn_exec_t nm-fortisslvpn-pinentry