-
Notifications
You must be signed in to change notification settings - Fork 145
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
/usr/bin/tar: Cannot change mode to rwxr-xr-x: Operation not permitted #1012
Comments
What version of docker are you running on? And with Fedora 40, you mean you're building on Fedora 40, or building packages for Fedora 40 on your machine? |
Trying to build packages for Fedora-40 on our system for Docker v26.0.0. Sorry for the ambiguous wording. The system is a Debian bookworm container. |
Oh! Didn't even notice it was you (didn't look at who reported it). Hm.. yes, this looks like the same issue as we ran into with But ultimately we need to update the seccomp profile; I need to see if we can get consensus with the maintainers on that change, but let me open a PR to disable seccomp in the meantime. |
ros-humble-mavlink-2024.10.10/pymavlink/generator/javascript/node_modules/jspack: Cannot change mode to rwxr-xr-x: Operation not permitted maybe: docker/docker-ce-packaging#1012
Description
I'm getting the above error for a number of files with Fedora-40 only on ppc64le at https://github.com/docker/docker-ce-packaging/blob/master/rpm/Makefile#L44 when it runs the instruction
/usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
only while running with the default seccomp profile.Steps to Reproduce
Run the instruction
I tried replacing the default profile with a custom one including the system calls obtained from
strace
but that didn't help so there might be a missing call.@thaJeztah @neersighted Can you please advise?
The text was updated successfully, but these errors were encountered: