Skip to content

Conversation

mudler
Copy link
Owner

@mudler mudler commented Aug 13, 2025

Description

See #5917 (comment)

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@mudler mudler marked this pull request as ready for review August 13, 2025 06:58
Copy link

netlify bot commented Aug 13, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit c2ecc0d
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/689c3794d81b1f00075bd788
😎 Deploy Preview https://deploy-preview-6051--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

if fi, err := os.Stat(grpcProcess); err == nil {
if fi.Mode()&0111 == 0 {
log.Debug().Msgf("Process %s is not executable. Making it executable.", grpcProcess)
if err := os.Chmod(grpcProcess, 0700); err != nil {

Check failure

Code scanning / gosec

Expect file permissions to be 0600 or less Error

Expect file permissions to be 0600 or less
@mudler mudler merged commit 10a3f0b into master Aug 13, 2025
24 of 25 checks passed
@mudler mudler deleted the fix/do_not_mark_executable_unless_needed branch August 13, 2025 10:08
@mudler mudler added the bug Something isn't working label Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant