diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-12-06 13:27:55 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-12-06 13:27:55 +0100 |
commit | ebcb22997ad8863678f4f0e46ef24789d0afd76f (patch) | |
tree | 5a12c6d797d0390155d1567a6aaa1ce8aa5bc34a /branding/templates/snap | |
parent | a9f71069bd91286ec276b26fc6a5c5aeae712ebb (diff) |
[pkg] no need for plugs with classic confinement
Diffstat (limited to 'branding/templates/snap')
-rw-r--r-- | branding/templates/snap/snapcraft-template.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/branding/templates/snap/snapcraft-template.yaml b/branding/templates/snap/snapcraft-template.yaml index cef080b..14c21f0 100644 --- a/branding/templates/snap/snapcraft-template.yaml +++ b/branding/templates/snap/snapcraft-template.yaml @@ -52,21 +52,12 @@ parts: - libpcre3 - libappindicator3-1 - zlib1g - apps: launcher: command: bin/bitmask-vpn desktop: usr/share/applications/${binaryName}.desktop environment: LD_LIBRARY_PATH: "$SNAP/usr/lib/$(gcc -print-multiarch):$SNAP/lib/$(gcc -print-multiarch):$LD_LIBRARY_PATH" - plugs: - - desktop - - desktop-legacy - - home - - network - - unity7 - - wayland - - x11 openvpn: command: usr/sbin/openvpn bitmask-root: |