github.com/meulengracht/snapd@v0.0.0-20210719210640-8bde69bcc84e/packaging/debian-sid/patches/0006-systemd-disable-snapfuse-system.patch (about)

     1  From 49cfcd5201beb6ffb454abd68b7d31d8b2b243da 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  Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    12  ---
    13   systemd/systemd.go | 2 --
    14   1 file changed, 2 deletions(-)
    15  
    16  diff --git a/systemd/systemd.go b/systemd/systemd.go
    17  index b433bdda4d2a07ded262fd645a4ef41a1444102c..29365b046e24c5042c48b68b8468fc5d4c93978f 100644
    18  --- a/systemd/systemd.go
    19  +++ b/systemd/systemd.go
    20  @@ -36,8 +36,6 @@ import (
    21   	"sync/atomic"
    22   	"time"
    23   
    24  -	_ "github.com/snapcore/squashfuse"
    25  -
    26   	"github.com/snapcore/snapd/dirs"
    27   	"github.com/snapcore/snapd/gadget/quantity"
    28   	"github.com/snapcore/snapd/osutil"
    29  -- 
    30  2.31.1
    31