Commit 33f11bf7 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

newunionfs: disable umask

parent 974cc528
......@@ -220,3 +220,7 @@ func TestPosix(t *testing.T) {
})
}
}
func init() {
syscall.Umask(0)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment