// +build !windows,!plan9,!js

package daemon

import 

// Make sure that files created by the daemon is not accessible to other users.
func () { unix.Umask(0077) }