Skip to content

Commit

Permalink
Merge pull request from GHSA-3c3g-h9rx-f7vq
Browse files Browse the repository at this point in the history
linux: ensure Debian package files are owned by root
  • Loading branch information
mjcheetham committed Apr 18, 2024
2 parents 8f00c5e + 9a51308 commit d9ac33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/Packaging.Linux/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ if [ ! -f "$LINK_TO/git-credential-manager" ]; then
"$LINK_TO/git-credential-manager" || exit 1
fi

dpkg-deb -Zxz --build "$DEBROOT" "$DEBPKG" || exit 1
dpkg-deb -Zxz --root-owner-group --build "$DEBROOT" "$DEBPKG" || exit 1

echo $MESSAGE

0 comments on commit d9ac33c

Please sign in to comment.