mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
Remove unneeded snap plugs, remove execstack bit
This commit is contained in:
parent
189a24adb5
commit
086c8262e9
2 changed files with 3 additions and 2 deletions
|
@ -57,6 +57,9 @@ cp "$ROOT/build/resources/linux/debian/lintian-overrides" "$TARGET/usr/share/lin
|
|||
# Remove group write from all files
|
||||
chmod -R g-w "$TARGET";
|
||||
|
||||
# Remove execstack bit from mailspring executable
|
||||
execstack --clear-execstack "$TARGET/usr/share/mailspring/mailspring"
|
||||
|
||||
# Remove executable bit from .node files
|
||||
find "$TARGET" -type f -name "*.node" -exec chmod a-x {} \;
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ apps:
|
|||
TMPDIR: $XDG_RUNTIME_DIR
|
||||
plugs:
|
||||
- avahi-observe
|
||||
- bluez
|
||||
- browser-support
|
||||
- cups-control
|
||||
- gsettings
|
||||
|
@ -51,7 +50,6 @@ apps:
|
|||
- mount-observe
|
||||
- network
|
||||
- network-observe
|
||||
- process-control
|
||||
- password-manager-service
|
||||
- pulseaudio
|
||||
- removable-media
|
||||
|
|
Loading…
Reference in a new issue