Revision 0a78eb3c vncauthproxy.py

b/vncauthproxy.py
421 421
    # which will otherwise go to /dev/null.
422 422
    daemon_context = daemon.DaemonContext(
423 423
        pidfile=pidf,
424
        umask=0o0022,
424
        umask=0022,
425 425
        stdout=handler.stream,
426 426
        stderr=handler.stream,
427 427
        files_preserve=[handler.stream])

Also available in: Unified diff