Re: [yocto] ask a question about filesystem in yocto

2019-08-11 Thread Maciej Pijanowski
On 12.08.2019 07:53, www wrote: > > Hi Maciej Pijanowski, Hi, > > Thank you for your kind help. I'll try it. Thank you. Please reply to the mailing list as well when using the public mailings lists, so others can see the discussion. > > thanks, > Byron > > > > > 在 2019-08-10 16:26:19,"Maciej

[yocto] [meta-integrity][PAYTCH] integrity-image: IMA_EVM_KEY_DIR has no affect, remove

2019-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-integrity/recipes-core/images/integrity-image-minimal.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-integrity/recipes-core/images/integrity-image-minimal.bb b/meta-integrity/recipes-core/images/integrity-image-minimal.bb index e1bc6ff..1a3a30a

[yocto] [layerindex-web][PATCH 0/4] dockersetup fixes (cover letter only)

2019-08-11 Thread Paul Eggleton
Some fixes for the dockersetup.py script from the Clear Linux Dissector on top of the set that was merged recently. The following changes since commit 73198bd5483c16b9852121c6855dc6dac96a98a0: README: add reference to using import_layers to update (2019-08-06 12:04:17 +1200) are available

[linux-yocto] [PATCH 4/4] kernel-cache: add yama security fragments

2019-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- features/yama/yama.cfg | 1 + features/yama/yama.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/yama/yama.cfg create mode 100644 features/yama/yama.scc diff --git a/features/yama/yama.cfg b/features/yama/yama.cfg new file mode 100644

[linux-yocto] [PATCH 2/4] kernel-cache: add smack

2019-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- features/smack/smack.cfg | 10 ++ features/smack/smack.scc | 4 2 files changed, 14 insertions(+) create mode 100644 features/smack/smack.cfg create mode 100644 features/smack/smack.scc diff --git a/features/smack/smack.cfg

[linux-yocto] [PATCH 1/4] kernel-cache: add apparmor fragments

2019-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- features/apparmor/apparmor.cfg | 7 +++ features/apparmor/apparmor.scc | 5 + features/apparmor/apparmor_on_boot.cfg | 1 + 3 files changed, 13 insertions(+) create mode 100644 features/apparmor/apparmor.cfg create mode 100644

[linux-yocto] [PATCH 3/4] kernel-cache: add ima fragments

2019-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- features/ima/ima.cfg | 18 ++ features/ima/ima.scc | 4 features/ima/ima_evm_root_ca.cfg | 3 +++ features/ima/modsign.cfg | 3 +++ features/ima/modsign.scc | 6 ++ 5 files changed, 34

[linux-yocto] [PATCH 0/4] More security fragments

2019-08-11 Thread Armin Kuster
It is time to move the kernel fragments out of meta-security to cache. It should make maintenance easier. Armin Kuster (4): kernel-cache: add apparmor fragments kernel-cache: add smack kernel-cache: add ima fragments kernel-cache: add yama security fragments