github.com/bugraaydogar/snapd@v0.0.0-20210315170335-8c70bb858939/packaging/debian-sid/patches/0006-systemd-disable-snapfuse-system.patch (about) 1 From d6e78fe580f612754503e0b4ffd075443cafa6fc Mon Sep 17 00:00:00 2001 2 From: Zygmunt Krynicki <me@zygoon.pl> 3 Date: Thu, 17 Jan 2019 15:51:14 +0200 4 Subject: [PATCH 6/9] systemd: disable snapfuse system 5 6 Upstream snapd uses an elaborate hack to bundle squashfuse under the 7 name snapfuse, and built as a fake go package. This component is not 8 available in Debian where bundling elements is not allowed. 9 10 Signed-off-by: Zygmunt Krynicki <me@zygoon.pl> 11 --- 12 systemd/systemd.go | 2 -- 13 1 file changed, 2 deletions(-) 14 15 diff --git a/systemd/systemd.go b/systemd/systemd.go 16 index f1863732a..d4e09a9a0 100644 17 --- a/systemd/systemd.go 18 +++ b/systemd/systemd.go 19 @@ -33,8 +33,6 @@ import ( 20 "sync/atomic" 21 "time" 22 23 - _ "github.com/snapcore/squashfuse" 24 - 25 "github.com/snapcore/snapd/dirs" 26 "github.com/snapcore/snapd/osutil" 27 "github.com/snapcore/snapd/osutil/squashfs" 28 -- 29 2.17.1 30