Skip to content

Commit

Permalink
snap: fix the executable stack warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Feb 13, 2025
1 parent 4763429 commit 950b304
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ parts:
build-packages:
- libfuse3-dev
- libcap-dev
- execstack
stage-packages:
- debootstrap
- libfuse3-3
- libcap2
override-build: |
craftctl default
execstack --clear-execstack $CRAFT_PART_INSTALL/usr/bin/mkvafs
execstack --clear-execstack $CRAFT_PART_INSTALL/usr/bin/unmkvafs

0 comments on commit 950b304

Please sign in to comment.