Skip to content

Commit

Permalink
Make sure the chrome-sandbox in the AppImage build has the setuid bit…
Browse files Browse the repository at this point in the history
… set

Signed-off-by: Jan Dubois <jan.dubois@suse.com>
  • Loading branch information
jandubois committed Jan 13, 2025
1 parent 5c9078e commit 85ef2ea
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 85ef2ea

Please sign in to comment.