sapling/eden/fs/fuse/privhelper
Adam Simpkins 31321c3460 fork the privhelper process at the very start of main()
Summary:
Update edenfs to fork the privhelper process as the first thing we do, before
calling folly::init().  This allows us to drop privileges before processing
command line arguments and doing any other startup work.

Reviewed By: wez

Differential Revision: D8212778

fbshipit-source-id: d67e3700305fdb01cb6188645b37875ceb53d21f
2018-06-18 17:22:18 -07:00
..
test fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
PrivHelper.cpp fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
PrivHelper.h add a privhelper call to set the log file 2018-06-18 17:22:18 -07:00
PrivHelperConn.cpp add a privhelper call to set the log file 2018-06-18 17:22:18 -07:00
PrivHelperConn.h add a privhelper call to set the log file 2018-06-18 17:22:18 -07:00
PrivHelperServer.cpp fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
PrivHelperServer.h fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
UserInfo.cpp fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
UserInfo.h don't swallow sudo's stdout and stderr in eden daemon 2018-03-14 12:46:19 -07:00