Engineering - add debug messages to verify that the SUID flag is removed from a file (#272175)

This commit is contained in:
Ladislau Szomoru
2025-10-19 20:21:05 +02:00
committed by GitHub
parent 78fb84bc70
commit c5b9423298
@@ -400,5 +400,7 @@ steps:
# SBOM generation uses hard links which are not supported by the Linux kernel
# for files that have the SUID bit set, so we need to remove the SUID bit from
# the chrome-sandbox file.
sudo ls -l $(Agent.BuildDirectory)/VSCode-linux-$(VSCODE_ARCH)/chrome-sandbox
sudo chmod u-s $(Agent.BuildDirectory)/VSCode-linux-$(VSCODE_ARCH)/chrome-sandbox
sudo ls -l $(Agent.BuildDirectory)/VSCode-linux-$(VSCODE_ARCH)/chrome-sandbox
displayName: Move artifacts to out directory