Remove unneeded snap plugs, remove execstack bit

This commit is contained in:
Ben Gotow 2017-11-01 09:31:44 -07:00
parent 189a24adb5
commit 086c8262e9
2 changed files with 3 additions and 2 deletions

View file

@ -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 {} \;

View file

@ -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