pr307 update 2

This commit is contained in:
OAM7575
2024-12-23 17:43:37 +11:00
parent 48b9ee7deb
commit 231a47959a
4 changed files with 120 additions and 96 deletions
-3
View File
@@ -38,6 +38,3 @@ SNAP_PACKAGE = False
# Error message when installed as a Snap package and a file access fails.
SNAP_PERMISSIONS_ERROR = 'Error while accessing file. It appears that ssh-audit was installed as a Snap package. In that case, there are two options: 1.) only try to read & write files in the $HOME/snap/ssh-audit/common/ directory, or 2.) grant permissions to read & write files in $HOME using the following command: "sudo snap connect ssh-audit:home :home"'
# Last update to Hardening Guides
GUIDES_UPDATED = "2024-10-01"