Page MenuHomeFreeBSD

www/uwsgi: Fix insecure default socket mode
AbandonedPublic

Authored by feld on Jan 11 2017, 5:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 22, 11:21 PM
Unknown Object (File)
Wed, Sep 17, 7:31 AM
Unknown Object (File)
Aug 30 2025, 7:46 PM
Unknown Object (File)
Aug 20 2025, 7:14 AM
Unknown Object (File)
Jul 28 2025, 8:27 PM
Unknown Object (File)
Jul 2 2025, 6:49 AM
Unknown Object (File)
Jun 16 2025, 4:06 PM
Unknown Object (File)
May 4 2025, 3:27 PM
Subscribers

Details

Reviewers
demon
Summary

uwsgi creates sockets that are writable by everyone. This is bad.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6704
Build 6921: arc lint + arc unit

Event Timeline

feld retitled this revision from to www/uwsgi: Fix insecure default socket mode.
feld updated this object.
feld edited the test plan for this revision. (Show Details)
feld added a reviewer: demon.

I have *not* built and tested this. It should be validated that it is working correctly normally and with a profile.

This patch looks good, thanks (feel free to commit it)

feld edited edge metadata.

Syntax was wrong. You need -C=value or --chmod-socket=value.

This makes no sense, but it's the only way it works.

I forgot to add this to the commit log, so I'm abandoning to close it.