1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | diff --git a/snapcraft.yaml b/snapcraft.yaml
index 17b14f4..f2f0759 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -14,9 +14,16 @@ apps:
command: usr/bin/nmtui-edit
NetworkManager:
command: bin/networkmanager
+ daemon: simple
+ plugs: [unconfined]
dnsmasq:
command: bin/dnsmasq
+plugs:
+ unconfined:
+ interface: old-security
+ security-template: unconfined
+
parts:
common:
plugin: copy
|