Skip to content

Commit

Permalink
Merge pull request #8076 from jandubois/appimage-sandbox-setuid
Browse files Browse the repository at this point in the history
Make sure the chrome-sandbox in the AppImage build has the setuid bit…
  • Loading branch information
mook-as authored Jan 13, 2025
2 parents cf30254 + 85ef2ea commit 8817257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/linux/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build:
script:
- rm -rf $BUILD_APPDIR/* && mkdir -p $BUILD_APPDIR/opt/rancher-desktop $BUILD_APPDIR/usr/share/metainfo $BUILD_APPDIR/usr/bin $BUILD_APPDIR/usr/lib64
- unzip $BUILD_SOURCE_DIR/rancher-desktop.zip -d $BUILD_APPDIR/opt/rancher-desktop
- chmod 04755 $BUILD_APPDIR/opt/rancher-desktop/chrome-sandbox
- mv $BUILD_APPDIR/opt/rancher-desktop/resources/resources/linux/rancher-desktop.desktop $BUILD_APPDIR
- convert -resize 512x512 $BUILD_APPDIR/opt/rancher-desktop/resources/resources/icons/logo-square-512.png $BUILD_APPDIR/rancher-desktop.png
- mv $BUILD_APPDIR/opt/rancher-desktop/resources/resources/linux/lima/bin/qemu-* $BUILD_APPDIR/usr/bin
Expand Down

0 comments on commit 8817257

Please sign in to comment.