mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
bepasty: Tighten permissions on the uwsgi socket
Tested to work alright after wsgi is restarted. Checked permissions on the socket file /run/uwsgi/app/bepasty-freedombox/socket. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
06568fe789
commit
35a0cdbe3e
@ -14,7 +14,7 @@ autoload = false
|
||||
workers = 2
|
||||
|
||||
# The right granted on the created socket
|
||||
chmod-socket = 666
|
||||
chmod-socket = 660
|
||||
|
||||
# Plugin to use and interpretor config
|
||||
single-interpreter = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user