Executable test [ -x file ] fails after upgrading libc

Bug #1917390 reported by Owen Healy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
glibc (Ubuntu)
New
Undecided
Unassigned

Bug Description

Steps to reproduce (on an amd64 machine):

    name=$(docker create --tty ubuntu:21.04 sleep inf)
    docker start $name
    docker exec $name apt-get update -y
    docker exec $name apt-get install libc6 -y
    docker exec $name bash -c 'if [ ! -x /bin/cat ] ; then echo no ; fi'

This will print 'no' at the end, indicating /bin/cat fails to test as executable.

Release: hirsute
Architecture: amd64
Package: libc6
Version: 2.33-0ubuntu2

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug report, that's already reported as bug #1916485

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.