Skip to content

Commit

Permalink
Merge pull request from GHSA-5966-9hw8-q96q
Browse files Browse the repository at this point in the history
build: set permissions for resque files [3.0]
  • Loading branch information
antobinary committed May 15, 2024
2 parents e154076 + b9a4619 commit c7b6cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/packages-template/bbb-record-core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pushd staging/usr/local/bigbluebutton/core
bundle clean
rm -r vendor/bundle/ruby/*/cache
find vendor/bundle -name '*.o' -delete
find vendor/bundle/ruby/*/gems/resque-*/lib/resque/server/public -type f -name "*.png" -execdir chmod 0644 {} \;
find vendor/bundle/ruby/*/gems/resque-*/bin -type f -execdir chmod 0755 {} \;
popd

cp Rakefile staging/usr/local/bigbluebutton/core
Expand Down

0 comments on commit c7b6cad

Please sign in to comment.