Now prints a more user-friendly error message when installed as a Snap package and permission errors are encountered. Updated the Snap build process as well.

This commit is contained in:
Joe Testa
2021-10-14 23:56:03 -04:00
parent 22a9559a82
commit 4ace52a190
7 changed files with 126 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
name: ssh-audit
version: '2.5.0-1'
# 'version' field will be automatically added by build_snap.sh.
license: 'MIT'
summary: ssh-audit
description: |
@@ -12,10 +12,9 @@ confinement: strict
apps:
ssh-audit:
command: bin/ssh-audit
plugs: [network,network-bind]
plugs: [network,network-bind,home]
parts:
ssh-audit:
plugin: python
# python-version: python3
source: .