Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Ubutnu 20.04 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ike-qt
version: '2.2.1'
base: core18
name: ike-qt-lts
version: '2.2.2'
summary: The Shewsoft VPN Manager
description: |
The Shrew Soft VPN Client is a free IPsec VPN Client for FreeBSD, NetBSD,
Expand All @@ -9,13 +10,23 @@ description: |
.
This package provides the connection manager program, which allows one
to create, manage and use VPN connections.
.
It works on Ubuntu 20.04 LTS and up

grade: stable
confinement: strict

architectures:
- build-on: amd64

# because needs /var/run
plugs:
run-iked:
interface: system-files
read:
- /var/run/ikedi
write:
- /var/run/ikedi

apps:
ikec:
command: usr/bin/ikec
Expand Down Expand Up @@ -44,6 +55,7 @@ apps:
- network-bind
- network-control
- netlink-connector
- run-iked
qikea:
command: usr/bin/qikea
environment:
Expand Down