1ecryptfsd(8) eCryptfs ecryptfsd(8)
2
3
4
6 ecryptfsd - user-space eCryptfs daemon.
7
8
10 ecryptfsd is a userspace daemon that runs as the user performing file
11 operations under the eCryptfs mount point. It services public key
12 requests from the eCryptfs kernel module; these requests are sent via
13 netlink on file open events. ecryptfsd only needs to be run when a
14 mount is done with a public key module.
15
16 The daemon can be started simply by running ecryptfsd. ecryptfsd will
17 register itself with the kernel as the daemon that should service all
18 eCryptfs filesystem requests done under the context of the user who
19 runs the daemon.
20
21
23 ecryptfs(7), ecryptfs-manager(8), mount.ecryptfs(8)
24
25 /usr/share/doc/ecryptfs-utils/ecryptfs-faq.html
26
27 http://launchpad.net/ecryptfs/
28
29
31 This manpage was written by William Lima <wlima.amadeus@gmail.com> for
32 the Ubuntu system (but may be used by others). Permission is granted
33 to copy, distribute and/or modify this document under the terms of the
34 GNU General Public License, Version 2 or any later version published by
35 the Free Software Foundation.
36
37 On Debian systems, the complete text of the GNU General Public License
38 can be found in /usr/share/common-licenses/GPL.
39
40
41
42ecryptfs-utils May 2007 ecryptfsd(8)