use 0666 as the default permissions for new files
authorPhilip Pronin <philipp@fb.com>
Thu, 6 Mar 2014 01:45:28 +0000 (17:45 -0800)
committerDave Watson <davejwatson@fb.com>
Mon, 10 Mar 2014 20:50:39 +0000 (13:50 -0700)
commitd3ee99f796194d4506cbc9cedc172c62141934eb
tree49a7ca730a069ec323362aa156bb8249b5e4f1ba
parent44c12101e5a6e85e1ecf7f9f402bac30891f61fb
use 0666 as the default permissions for new files

Summary: Seems like there is no real need to restrict permissions by default?

Test Plan: fbconfig -r folly/test && fbmake runtests_opt

@override-unit-failures

Reviewed By: tudorb@fb.com

FB internal diff: D1205527
folly/File.h
folly/FileUtil.h
folly/experimental/TestUtil.cpp
folly/experimental/test/TestUtilTest.cpp