From 554ef23c7e40b362130b083fd6cf35785be59cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Thu, 30 Apr 2026 16:43:46 +0200 Subject: [PATCH] Encryption: Add user_allow_other to /etc/fuse.conf --- system_setup/setup_system_full.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system_setup/setup_system_full.sh b/system_setup/setup_system_full.sh index 257949e..f29f404 100755 --- a/system_setup/setup_system_full.sh +++ b/system_setup/setup_system_full.sh @@ -132,6 +132,9 @@ install_sw() #Make KDE single click echo -e "[KDE]\nSingleClick=true" | tee -a /etc/xdg/kdeglobals + #Make encryption accessible for root + echo "user_allow_other" >>/etc/fuse.conf + #Set openh264 enabled dnf config-manager setopt fedora-cisco-openh264.enabled=1