Change confinement in snapcraft.yaml to `strict

This commit is contained in:
Stone_Red
2023-12-15 20:21:06 +01:00
parent 8e5154eba4
commit 45563cf9dc
+4 -4
View File
@@ -11,10 +11,10 @@ architectures:
- build-on: amd64 - build-on: amd64
- build-on: arm64 - 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: parts:
arp-scanner: arpscanner:
# See 'snapcraft plugins' # See 'snapcraft plugins'
plugin: dotnet plugin: dotnet
dotnet-build-configuration: Release dotnet-build-configuration: Release
@@ -26,5 +26,5 @@ parts:
- libicu70 - libicu70
apps: apps:
arp-scanner: arpscanner:
command: arp-scanner command: arp-scanner