On Sat, Oct 20, 2007 at 04:38:04PM -0500, Trevor Highland wrote: > This patch changes eCryptfs to use the session keyring rather than > the user keyring. The path to the ecryptfsd is currently hardcoded. > The path should be determined based on where ecryptfsd will be > installed, but I was sure how to do that.
Rather than doing an execve(), I would rather just put most of what is
in src/daemon/main.c into libecryptfs and have the child call that
instead. After all, we are still all one big happy family under
ecryptfs/src/.
> @@ -571,6 +568,7 @@ int main(int argc, char **argv)
> printf("Try ``modprobe ecryptfs''\n");
> } else
> printf("Mounted eCryptfs\n");
> + ecryptfs_start_ecryptfsd(sig);
Why start the daemon even when we are mounting with a passphrase?
Mike
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ eCryptfs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel
