[Bug 1184263] New: File permission detection fails for Tumbleweed running in Docker on Windows
http://bugzilla.opensuse.org/show_bug.cgi?id=1184263 Bug ID: 1184263 Summary: File permission detection fails for Tumbleweed running in Docker on Windows Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Windows 10 Status: NEW Severity: Normal Priority: P5 - None Component: Containers Assignee: containers-bugowner@suse.de Reporter: kevin.napper@siemens.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Summary Shell tests for execute & read permissions don't return the correct results in containers constructed from the Tumbleweed image pulled from Docker Hub (https://hub.docker.com/r/opensuse/tumbleweed) when running in Docker Desktop on Windows 10. Expected Behaviour When run in sh or bash the following should report "yes": cd /bin; if [ -x pgrep ]; then echo "yes"; else echo "no"; fi Actual Behaviour "no" is reported Further information * -r also results in "no" but -f results in "yes". * This has operated correctly in the past. We first noticed the problem on 23rd March 2021 and the problem has persisted although the Tumbleweed image on Docker Hub has been updated since. * This has been reproduced by different individuals on different Windows 10 machines. * The problem doesn't appear to be present when the Docker image is run on Linux (Opensuse Tumbleweed). * The problem doesn't appear to be present in Leap. * The problem isn't present in a Docker image based on on older Tumbleweed (about a month or so old) probably indicating that the problem isn't caused by change to Windows or Docker Desktop. * I also posted on the forum (https://forums.opensuse.org/showthread.php/551912-File-permission-detection-...) but have had no response. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1184263 http://bugzilla.opensuse.org/show_bug.cgi?id=1184263#c1 --- Comment #1 from Kevin Napper <kevin.napper@siemens.com> --- I forgot to mention that ls reports pgrep as being readable and executable by all: ls -l pgrep -rwxr-xr-x 2 root root 31560 Mar 15 10:01 pgrep -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com