From 5762f59d9572702ceb4f28ac867accc8ffd2ab83 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 12:56:24 +0200 Subject: [PATCH] chore(releng): add new executable file permissions to profiledef Add permission entries for five new utility scripts: - fws-hello - fws-update - fws-updates-check - fws-proton-ge - fws-recovery All are configured with standard permissions (0:0:755). --- configs/releng/profiledef.sh | 5 +++++ 1 file changed, 5 insertions(+) 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" )