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" )