sapling/eden/fs/fuse/privhelper
Genevieve Helsel c8402345af redirect PrivHelper stdin to /dev/null to fully daemonize
Summary: EdenFS doesnt daemonize correctly due to the privhelper not closing fd 0 (see http://www.faqs.org/faqs/unix-faq/programmer/faq/). This redirects stdin to /dev/null/ in order to do so.

Reviewed By: xavierd

Differential Revision: D21602545

fbshipit-source-id: 0aeb589efbf214ef22c0db039fbb6a436a71e360
2020-05-18 10:11:18 -07:00
..
test move UserInfo to eden/fs/utils/ 2020-04-29 17:21:12 -07:00
CMakeLists.txt use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
PrivHelper.cpp use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
PrivHelper.h use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
PrivHelperConn.cpp Add an option to mount a checkout read-only 2020-03-11 21:38:48 -07:00
PrivHelperConn.h Add an option to mount a checkout read-only 2020-03-11 21:38:48 -07:00
PrivHelperImpl.cpp redirect PrivHelper stdin to /dev/null to fully daemonize 2020-05-18 10:11:18 -07:00
PrivHelperImpl.h use the normal PrivHelper.h header file on Windows 2020-05-01 14:01:40 -07:00
PrivHelperServer.cpp add read-only support on macOS 2020-03-24 18:58:29 -07:00
PrivHelperServer.h Add an option to mount a checkout read-only 2020-03-11 21:38:48 -07:00