From 4a6fb6768aada05e456b2e8cbbcf5660637564ce Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 2 Apr 2012 19:04:02 +0100 Subject: libfuse: use O_CLOEXEC flag when opening /dev/fuse device --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 508ae46..511c694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * libfuse: change the type of fuse_ino_t from 'unsigned long' to 'uint64_t' + * libfuse: use O_CLOEXEC flag when opening /dev/fuse device. + Patch by Richard W.M. Jones + 2013-02-19 Miklos Szeredi * fuse_daemonize(): chdir to "/" even if not running in the -- cgit v1.2.3