﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6994	Files created by FastCGI server are world-writable	Antonis Christofides <anthony@…>	nobody	"When I run my site using ./manage.py runfcgi (with many more parameters), all files created by django are world-writable. This includes the PID file specified with the pidfile parameter, and any files uploaded through the Django admin in {{{FileField}}}'s.

The reason for this appears to be the command ""os.umask(0)"" in line 16 of django/utils/daemonize.py (also in line 41 for non-posix systems). What is the purpose of that statement?"		closed	Core (Management commands)	dev		fixed			Ready for checkin	1	1	0	0	0	0
