From a5fbcb481318550a88cf7976b1aff6552feeaa2d Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Sun, 16 Jul 2023 15:17:19 -0400 Subject: [PATCH] fixes --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 401a07ad34..9c8faf4071 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -7,7 +7,7 @@ source-code: https://github.com/sleuthkit/autopsy/ website: https://www.autopsy.com/ license: Apache-2.0 grade: stable # must be 'stable' to release into candidate/stable channels -confinement: devmode # or classic # use 'strict' once you have the right plugs and slots +confinement: strict # or classic # use 'strict' once you have the right plugs and slots architectures: [amd64] compression: lzo icon: snap/gui/autopsy.png -- GitLab