From e25935fa75a460d28f944bff284ec98a2863ff3d Mon Sep 17 00:00:00 2001 From: nocode Date: Tue, 7 Jul 2026 02:46:56 +0200 Subject: [PATCH] chore(releng): add file permissions for recovery utilities and grub module Add file permissions configuration for new recovery-related executables and grub module: - fws-recovery-session executable - fws-recovery-gui executable - grub.d recovery module All set with standard executable permissions (755) and root ownership. --- configs/releng/profiledef.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 97eeae3..823f5d5 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -32,6 +32,9 @@ file_permissions=( ["/usr/local/bin/fws-updates-check"]="0:0:755" ["/usr/local/bin/fws-proton-ge"]="0:0:755" ["/usr/local/bin/fws-recovery"]="0:0:755" + ["/usr/local/bin/fws-recovery-session"]="0:0:755" + ["/usr/local/bin/fws-recovery-gui"]="0:0:755" ["/usr/local/bin/fws-powermenu"]="0:0:755" ["/usr/local/bin/fws-about"]="0:0:755" + ["/etc/grub.d/42_fws-recovery"]="0:0:755" )