Bug 1517739
| Summary: | SELinux is preventing dotnet from 'map' accesses on the chr_file /dev/zero. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Arun Babu Neelicattu <arun.neelicattu> |
| Component: | container-selinux | Assignee: | Lukas Vrabec <lvrabec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | amurdaca, dwalsh, fkluknav, jchaloup, jlebon, lsm5, lvrabec, mgrepl, plautrba, pmoore |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:5b976608e2d701f9e6531724214abf91bee1bbc8a880c0cc9a8962e56e9bd60f;VARIANT_ID=workstation; | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-21 11:02:16 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
Arun Babu Neelicattu
2017-11-27 10:58:29 UTC
rpm -q container-selinux > $ rpm -q container-selinux
> container-selinux-2.29-1.fc27.noarch
I just put container-selinux-2.36 into fedora 27 updates. Should fix this issue. Thanks Dan! Please test it and update karma. Updated https://bodhi.fedoraproject.org/updates/FEDORA-2017-27cf1ada3a The fix was locally verified. > $ sudo dnf info container-selinux > Last metadata expiration check: 1:10:00 ago on Sun 03 Dec 2017 12:36:30 NZDT. > Installed Packages > Name : container-selinux > Epoch : 2 > Version : 2.36 > Release : 1.fc27 > Arch : noarch > Size : 35 k > Source : container-selinux-2.36-1.fc27.src.rpm > Repo : @System > From repo : @commandline > Summary : SELinux policies for container runtimes > URL : https://github.com/projectatomic/container-selinux > License : GPLv2 > Description : SELinux policy modules for use with container runtimes. > > $ docker run --rm registry.access.redhat.com/dotnet/dotnet-20-rhel7:latest bash -c "dotnet new console; dotnet run" > Getting ready... > The template "Console Application" was created successfully. > > Processing post-creation actions... > Running 'dotnet restore' on /opt/app-root/src/src.csproj... > Restoring packages for /opt/app-root/src/src.csproj... > Installing Microsoft.NETCore.DotNetAppHost 2.0.0. > Installing Microsoft.NETCore.DotNetHostResolver 2.0.0. > Installing Microsoft.NETCore.App 2.0.0. > Installing NETStandard.Library 2.0.0. > Installing Microsoft.NETCore.DotNetHostPolicy 2.0.0. > Installing Microsoft.NETCore.Platforms 2.0.0. > Generating MSBuild file /opt/app-root/src/obj/src.csproj.nuget.g.props. > Generating MSBuild file /opt/app-root/src/obj/src.csproj.nuget.g.targets. > Restore completed in 8.77 sec for /opt/app-root/src/src.csproj. > > > Restore succeeded. > > Hello World! |