From 73cf60e876f49e1e09d1c6085fe97753a62a0370 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 13:43:32 +0200 Subject: [PATCH] chore(releng): add fws-powermenu and fws-about to file permissions --- configs/releng/profiledef.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 7cf655a..97eeae3 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -32,4 +32,6 @@ file_permissions=( ["/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" + ["/usr/local/bin/fws-powermenu"]="0:0:755" + ["/usr/local/bin/fws-about"]="0:0:755" )