Skip to content

Commit

Permalink
Merge pull request #90 from shiftkey/a-better-set-of-plugs
Browse files Browse the repository at this point in the history
tweak snap configuration to use strict confinement
  • Loading branch information
shiftkey authored Nov 20, 2018
2 parents e7fde85 + bd5b179 commit 895a0c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 30 deletions.
29 changes: 0 additions & 29 deletions script/docker-package.sh

This file was deleted.

11 changes: 10 additions & 1 deletion script/electron-builder-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,20 @@ rpm:
# keytar dependencies
- libsecret
snap:
confinement: 'classic'
confinement: 'strict'
stagePackages:
- default
- libcurl3
- libsecret-1-0
- openssh-client
plugs:
- browser-support
- desktop
- desktop-legacy
- gsettings
- home
- network
- opengl
- password-manager-service
- unity7
- wayland

0 comments on commit 895a0c4

Please sign in to comment.