From 64767176a0f61f92710acfce3f7a13a539f33b1f Mon Sep 17 00:00:00 2001 From: anemofilia Date: Tue, 22 Aug 2023 00:15:25 -0300 Subject: [PATCH] fix: correct fuse entries of setuid-programs entry of system declaration --- buer.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buer.scm b/buer.scm index 2701c1a..15bbbcc 100644 --- a/buer.scm +++ b/buer.scm @@ -126,7 +126,8 @@ (shadow '("passwd" "chfn" "sg" "su" "newgrp" "newuidmap" "newgidmap")) (inetutils '("ping" "ping6")) (opendoas '("doas")) - (fuse '("fusermount")) + (fuse-2 '("fusermount")) + (fuse '("fusermount3")) (util-linux '("mount" "umount")))) #|Allow resolution of '.local' host names with mDNS|#