Package: tiger
Version: 1:3.2.4~rc1-3
Severity: normal
Tags: patch

The cronjob generates the following output everytime it runs gen_mounts:

  --CONFIG-- [con010c] Filesystem 'fuse.portal' used by 'portal' is not 
recognised as a valid filesystem

Attached is a simple patch which fixes that.

Francois

-- System Information:
Debian Release: 11.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-6-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tiger depends on:
ii  binutils               2.35.2-2
ii  bsdutils               1:2.36.1-7
ii  debconf [debconf-2.0]  1.5.76
ii  debianutils            4.11.2
ii  libc6                  2.31-11
ii  lsb-release            11.1.0
ii  net-tools              1.60+git20181103.0eebece-1
ii  ucf                    3.0043

Versions of packages tiger recommends:
ii  chkrootkit                      0.54-1
pn  john                            <none>
ii  postfix [mail-transport-agent]  3.5.6-1
pn  tripwire | aide                 <none>

Versions of packages tiger suggests:
ii  lsof   4.93.2+dfsg-1.1
pn  lynis  <none>

-- debconf information:
* tiger/policy_adapt:
* tiger/mail_rcpt: root

-- 
https://fmarier.org/
--- a/systems/Linux/2/gen_mounts	2021-04-24 16:08:00.560004580 -0700
+++ b/systems/Linux/2/gen_mounts	2021-04-24 16:09:31.426299093 -0700
@@ -184,6 +184,7 @@
   [ "$1" = "fuse.gvfsd-fuse" ] && LOCAL=1       # Used in Ubuntu 13.10 (Saucy Salamander) replaces fuse.gvfs-fuse-daemon
   [ "$1" = "fuse.ltspfs" ] && LOCAL=0 		# Used by LTSP 5.x
   [ "$1" = "fuse.lxcfs" ] && LOCAL=0
+  [ "$1" = "fuse.portal" ] && LOCAL=0
   [ "$1" = "fuse.clamfs" ] && LOCAL=0           # ClamFS anti-virus protected file system
   [ "$1" = "fuse.javafs" ] && LOCAL=0           # Java FS, used by Wuala secure online storage, see:
                                                 # https://github.com/puniverse/javafs

Reply via email to