From eb8610df80aee27186a7c92a89a3e967482e26d3 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Thu, 3 Oct 2024 22:16:09 +0300 Subject: [PATCH] fix: registration with landscape-client.config on the snap (#276) --- snap/snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 36bc3572..b58d301f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -58,7 +58,9 @@ apps: - var-lib-ubuntu-advantage-status config: command: usr/bin/landscape-config - plugs: [network] + plugs: + - network + - hardware-observe layout: /etc/landscape-client.conf: bind-file: $SNAP_COMMON/etc/landscape-client.conf