diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index ded6b19..7cf655a 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -27,4 +27,9 @@ file_permissions=( ["/usr/local/bin/fws-setup-hardware"]="0:0:755" ["/usr/local/bin/fws-keys"]="0:0:755" ["/usr/local/bin/fws-vr-setup"]="0:0:755" + ["/usr/local/bin/fws-hello"]="0:0:755" + ["/usr/local/bin/fws-update"]="0:0:755" + ["/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" )