-
I tried to create a pod with rootless Podman but I am hitting some permission issue which does not seem to result from SELinux while having it in permissive mode. This is the command executed for creating the pod is:
And this is the error I am getting:
This discussion #22743 mentions something similar for Fedora IoT. Does anybody have a similar problem? EDIT: I found something related (#18543 ) where a temporary fix is: If you don't need IMA, remove the rpm-plugin-ima package and reinstall podman. However, I do not have the From the looks of it, no one using Fedora IoT (and other rpm-ostree based systems like Silverblue) can create pods with rootless containers. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Looks like your filesystem doesn't have extended attribute support enabled. Can you try: $ touch /var/home/user/myfile
$ setfattr -n user.foo -v bar /var/home/user/myfile |
Beta Was this translation helpful? Give feedback.
-
Rootful or rootless? Do any podman commands work? podman run fedora echo hi |
Beta Was this translation helpful? Give feedback.
-
Looks like IMA attributes have been added to fedora IoT, I would suggest you ask over there what is adding them and if there is a way to remove them from catatonit Anyhow podman should likely not refuse to work in such a case, I consider this being tracked in #18543 |
Beta Was this translation helpful? Give feedback.
-
Just for reference this was reported a few weeks ago on Red Hat Bugzilla for Fedora IoT. |
Beta Was this translation helpful? Give feedback.
Gotcha! Your comment in #18543 worked in the mean time. For anybody looking at this, this is what helped: #18543 (comment)