Re: [yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new recipe

2017-05-23 Thread Huang, Jie (Jackie)
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Tuesday, May 23, 2017 22:53 > To: Huang, Jie (Jackie) > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new > recipe > > On Mo

Re: [yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new recipe

2017-05-23 Thread Khem Raj
On Mon, May 22, 2017 at 10:30 PM, wrote: > +install -d ${D}${systemd_system_unitdir} > +install -m 0644 ${WORKDIR}/ecryptfs.service > ${D}${systemd_system_unitdir} you could squash above into install -D -m 0644 ${WORKDIR}/ecryptfs.service ${D}${systemd_system_unitdir}/ecryptfs.s

[yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new recipe

2017-05-22 Thread jackie.huang
From: Jackie Huang 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 --- .../ecryptfs-utils/ecryptfs-uti