Jammy verification:

1- Make sure libsecccomp-dev proposed is being used on an arm64
platform:

$ apt list libseccomp-dev
Listing... Done
libseccomp-dev/jammy-proposed,now 2.5.3-2ubuntu3~22.04.1 arm64 [installed]
N: There is 1 additional version. Please use the '-a' switch to see it


2- create a noble container:
$ sudo docker run --rm -it --platform linux/arm/v7 --entrypoint bash 
ubuntu.azurecr.io/ubuntu:noble
root@1fa9fc34dc00:/# 


3- execute the commands listed in point 3 in the testplan and make sure that no 
error occurs:

root@1fa9fc34dc00:/# mkdir /test \
    && chmod 775 /test \
    && cd /test \
    && mkdir 775 \
    && chmod 775 775 \
    && touch 775/test.txt \
    && chmod 644 775/test.txt \
    && tar -czvf /test.tar.gz .
./
./775/
./775/test.txt
root@1fa9fc34dc00:/test# mkdir -p /test2 \
    && tar -tzvf /test.tar.gz \
    && tar -oxzf /test.tar.gz -C /test2
drwxrwxr-x root/root         0 2024-11-26 18:31 ./
drwxrwxr-x root/root         0 2024-11-26 18:31 ./775/
-rw-r--r-- root/root         0 2024-11-26 18:31 ./775/test.txt


As we can see the commands run fine with no permission errors.
The patch successfully fixes the issue.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059734

Title:
  Tar fails to extract archives that include folders with certain
  permissions on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/2059734/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to