Changes between Version 1 and Version 2 of Ticket #88, comment 1
- Timestamp:
- 03/13/12 15:16:01 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #88, comment 1
v1 v2 5 5 * {{{create_unix_domain_socket}}} is racy: we chmod by name after calling {{{bind}}}, this should use {{{umask}}} or a temporary directory. Also, this is a change from previous versions which may affect security, I can't see a problem since "{{{.xpra}}}" is 0700 and the socket will go there by default, but maybe I am missing something? 6 6 * the man page needs updating 7 * the code does not work with "{{{--no-deamon}}}" 7 8 8 9 Updated patch to follow.