From 0dc5329d90a2bc28b58568fa3e709c8c5d5812fb Mon Sep 17 00:00:00 2001 From: nocode Date: Wed, 8 Jul 2026 23:56:23 +0200 Subject: [PATCH] chore(releng): add file permissions for windows deployment utilities Add executable permissions configuration for three new Windows deployment related utilities: - fws-windows-deploy - fws-windows-bcdfix - fws-bcd-write library script --- configs/releng/profiledef.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 2950ea4..881977f 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -39,5 +39,8 @@ file_permissions=( ["/usr/local/bin/fws-gameboot"]="0:0:755" ["/usr/local/bin/fws-gameboot-bootfix"]="0:0:755" ["/usr/local/bin/fws-secureboot-setup"]="0:0:755" + ["/usr/local/bin/fws-windows-deploy"]="0:0:755" + ["/usr/local/bin/fws-windows-bcdfix"]="0:0:755" + ["/usr/local/lib/fws/fws-bcd-write"]="0:0:755" ["/etc/grub.d/42_fws-recovery"]="0:0:755" )