mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
Change confinement in snapcraft.yaml to `strict
This commit is contained in:
+4
-4
@@ -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
|
||||||
Reference in New Issue
Block a user