-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silverblue toolbox script broke because rootless 'podman start' fails #1535
Comments
I think this is fixed with c4b15ce, could you please check it? |
as a workaround for this issue, you could try to pull the image separately ( |
Known issue with 0.9.3 - SELinux labelling broke runc in this case
(specifically the tmpfs mount contexts added in the mount flag pr). We're
looking into getting a patch out to resolve this and cutting a 0.9.3.1
today.
…On Tue, Sep 25, 2018, 07:43 Debarshi Ray ***@***.***> wrote:
I think this is fixed with c4b15ce
<c4b15ce>,
could you please check it?
Yes, #1522 <#1522> is fixed.
If I cherry-pick c4b15ce
<c4b15ce>
on top of the podman-0.9.2 release, then things work. However, if I use
the podman-0.9.3 release, then I hit this bug.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1535 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHYHCBwjSdMI_hNrMl-xBQxiUCKN1-jCks5uehbHgaJpZM4W4Lku>
.
|
I see, ok. Note that I have SELinux set to |
We know SELinux permissive doesn't fix the issue, but disabling labelling
hasn't been tested before. Thinking about the code in question, I believe
it might not respect that flag, which we should also fix when we resolve
this.
…On Tue, Sep 25, 2018, 08:09 Debarshi Ray ***@***.***> wrote:
Known issue with 0.9.3 - SELinux labelling broke runc in this case
(specifically the tmpfs mount contexts added in the mount flag pr). We're
looking into getting a patch out to resolve this and cutting a 0.9.3.1
today.
I see, ok.
Note that I have SELinux set to permissive in the host, and the toolbox
container is created with --security-opt label=disable.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1535 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHYHCNqyDAL56Cqoem7jEAlij-AdFo8Wks5ueh0TgaJpZM4W4Lku>
.
|
Could someone give me a command that causes this? |
Fixed in #1541 |
Yes, indeed, this works for me with |
/kind bug
Description
Here is the toolbox script that we have been working on for Fedora Silverblue.
If you follow the
README.md
until thefedora-toolbox enter
step, then you'll see that thepodman start ...
command fails:This works fine if I use
podman-0.9.1.1
with the fix for #1452 cherry-picked on top, but breaks if I use the 0.9.3 release.Note that you'll need the patch from runc PR #1862 or you have to rollback to
fedora-toolbox
commit a878a1fe40e4c24a.Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
This is a physical laptop running Fedora 28 Silverblue 28.20180918.0, with
podman
andrunc
overlaid on top (see above).The text was updated successfully, but these errors were encountered: