mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-08-04 22:31:14 +02:00
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:
@@ -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: .
|
||||
|
Reference in New Issue
Block a user