chore(baseline): add file permissions for new fws utility scripts
Add file permission entries for five new utility scripts in the fws toolkit: - fws-hello - fws-update - fws-updates-check - fws-proton-ge - fws-recovery All scripts are configured with owner:group 0:0 and executable permission 755.
This commit is contained in:
@@ -31,4 +31,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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user