From 3c12d9514c1cfe64b051e483d0008ab0abf307cd Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 03:30:23 +0200 Subject: [PATCH] chore(releng): add fws-vr-setup executable to file permissions Register the new fws-vr-setup script with executable permissions (755) in the releng profile configuration. --- configs/releng/profiledef.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 9aae7dd..33b838b 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -26,4 +26,5 @@ file_permissions=( ["/usr/bin/setstatus"]="0:0:755" ["/usr/local/bin/fws-setup-hardware"]="0:0:755" ["/usr/local/bin/fws-hypr-keys"]="0:0:755" + ["/usr/local/bin/fws-vr-setup"]="0:0:755" )