[Python-Dev] Daemon creation code in the standard library (original) (raw)
Ben Finney ben+python at benfinney.id.au
Fri Jul 26 09:11:35 CEST 2013
- Previous message: [Python-Dev] Daemon creation code in the standard library (was: Inherance of file descriptor and handles on Windows (PEP 446))
- Next message: [Python-Dev] Inherance of file descriptor and handles on Windows (PEP 446)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Antoine Pitrou <solipsis at pitrou.net> writes:
Therefore I'd be -1 on [PEP 3143] until those issues are alleviated.
Cameron Simpson <cs at zip.com.au> writes:
I have always found the convention that daemons have a umask of 0 to be utterly bogus, because almost all library code relies on the umask to set default security policy for initial file permissions.
Prone to rant on this at length if required...
Thanks folks. We'd love to have this discussion over at the ‘python-daemon-devel’ discussion forum if you want to have it in more detail.
-- \ “We are all agreed that your theory is crazy. The question that | `\ divides us is whether it is crazy enough to have a chance of | o_) being correct.” —Niels Bohr (to Wolfgang Pauli), 1958 | Ben Finney
- Previous message: [Python-Dev] Daemon creation code in the standard library (was: Inherance of file descriptor and handles on Windows (PEP 446))
- Next message: [Python-Dev] Inherance of file descriptor and handles on Windows (PEP 446)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]