From 45563cf9dc7faca6ae91f581d8cdb5e7d4f1c8c1 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:21:06 +0100 Subject: [PATCH] Change `confinement` in `snapcraft.yaml` to ``strict` --- snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index eebc566..ef2bfac 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,10 +11,10 @@ architectures: - build-on: amd64 - build-on: arm64 -confinement: devmode # use 'strict' once you have the right plugs and slots +confinement: strict # use 'strict' once you have the right plugs and slots parts: - arp-scanner: + arpscanner: # See 'snapcraft plugins' plugin: dotnet dotnet-build-configuration: Release @@ -26,5 +26,5 @@ parts: - libicu70 apps: - arp-scanner: - command: arp-scanner + arpscanner: + command: arp-scanner \ No newline at end of file