mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
eCryptfs is a stacked cryptographic filesystem that ships in Linux kernel versions 2.6.19 and above. This package provides the mount helper and supporting libraries to perform key management and mount functions. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
10 lines
215 B
Desktop File
10 lines
215 B
Desktop File
[Unit]
|
|
Description=A userspace daemon that runs as the user perform file operations under the eCryptfs mount point
|
|
After=udev.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ecryptfsd -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|