|
[meta-security][PATCH 7/9] classes: add aide routines
Signed-off-by: Armin Kuster <akuster808@...> --- classes/aide-base.bbclass | 11 ++++++++ classes/aide-db-init.bbclass | 52 ++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+)
Signed-off-by: Armin Kuster <akuster808@...> --- classes/aide-base.bbclass | 11 ++++++++ classes/aide-db-init.bbclass | 52 ++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+)
|
By
Armin Kuster
· #57349
·
|
|
[meta-security][PATCH 6/9] libmhash: add native pkg support
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-security/libmhash/libmhash_0.9.9.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-security/libmhash/libmhash_0.9.9.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b
|
By
Armin Kuster
· #57348
·
|
|
[meta-security][PATCH 5/9] oeqa: add aide test
Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/aide.py | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/oeqa/runtime/cases/aide.py
Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/aide.py | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/oeqa/runtime/cases/aide.py
|
By
Armin Kuster
· #57347
·
|
|
[meta-security][PATCH 4/9] aide: add a few more config options
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-ids/aide/aide_0.17.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-ids/aide/aide_0.17.4.bb b/recipes-id
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-ids/aide/aide_0.17.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-ids/aide/aide_0.17.4.bb b/recipes-id
|
By
Armin Kuster
· #57346
·
|
|
[meta-security][PATCH 3/9] oeqa: update smack runtime test
drop test_smack_mmap_enforced as is was skipped do to possible licensing issues Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/smack.py | 103 +++++----------------------
drop test_smack_mmap_enforced as is was skipped do to possible licensing issues Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/smack.py | 103 +++++----------------------
|
By
Armin Kuster
· #57345
·
|
|
[meta-security][PATCH 2/9] smack-test: more py3 covertion
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-mac/smack/smack-test/notroot.py | 12 ++++++------ .../smack/smack-test/smack_test_file_access.sh | 10 +++++----- 2 files changed, 11 inse
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-mac/smack/smack-test/notroot.py | 12 ++++++------ .../smack/smack-test/smack_test_file_access.sh | 10 +++++----- 2 files changed, 11 inse
|
By
Armin Kuster
· #57344
·
|
|
[meta-security][PATCH 1/9] security-test-image: auto include layers if present.
This is to simplify tesing to build one image and include pkgs depending on the layers included in the BBLAYERS. Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/images/security-tes
This is to simplify tesing to build one image and include pkgs depending on the layers included in the BBLAYERS. Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/images/security-tes
|
By
Armin Kuster
· #57343
·
|
|
[meta-security][PATCH] security-test-image: auto include layers if present.
This is to simplify tesing to build one image and include pkgs depending on the layers included in the BBLAYERS. Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/images/security-tes
This is to simplify tesing to build one image and include pkgs depending on the layers included in the BBLAYERS. Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/images/security-tes
|
By
Armin Kuster
· #57324
·
|
|
[meta-security][PATCH] sssd: update to 2.7.1
drop CVE-2021-3621.patch refresh a few patches fixup configure-unsafe globally via sed in build.m4 === test RESULTS - sssd.SSSDTest.test_sssd_help: PASSED (1.70s) RESULTS - sssd.SSSDTest.test_sssd_sss
drop CVE-2021-3621.patch refresh a few patches fixup configure-unsafe globally via sed in build.m4 === test RESULTS - sssd.SSSDTest.test_sssd_help: PASSED (1.70s) RESULTS - sssd.SSSDTest.test_sssd_sss
|
By
Armin Kuster
· #57323
·
|
|
[meta-security][PATCH 2/2] oeqa: sssd.py fix tests
Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/sssd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/oeqa/runtime/cases/sssd.py b/lib/oeqa/ru
Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/sssd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/oeqa/runtime/cases/sssd.py b/lib/oeqa/ru
|
By
Armin Kuster
· #57322
·
|
|
[meta-security][PATCH 1/2] sssd: use example conf file
Signed-off-by: Armin Kuster <akuster808@...> --- .../recipes-security/sssd/files/sssd.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dynamic-layers/networking-lay
Signed-off-by: Armin Kuster <akuster808@...> --- .../recipes-security/sssd/files/sssd.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dynamic-layers/networking-lay
|
By
Armin Kuster
· #57321
·
|
|
[meta-security][PATCh] oeqa: fix checksec runtime test
Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/checksec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oeqa/runtime/cases/checksec.py b/lib/oeq
Signed-off-by: Armin Kuster <akuster808@...> --- lib/oeqa/runtime/cases/checksec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oeqa/runtime/cases/checksec.py b/lib/oeq
|
By
Armin Kuster
· #57317
·
|
|
[meta-security][PATCH 4/4] packagegroup-core-security.bbappend: add sssd
Signed-off-by: Armin Kuster <akuster808@...> --- .../packagegroup/packagegroup-core-security.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dynamic-layers/networking-layer/
Signed-off-by: Armin Kuster <akuster808@...> --- .../packagegroup/packagegroup-core-security.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dynamic-layers/networking-layer/
|
By
Armin Kuster
· #57316
·
|
|
[meta-security][PATCH 3/4] packagegroup-core-security: drop sssd
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegro
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegro
|
By
Armin Kuster
· #57315
·
|
|
[meta-security][PATCH 2/4] layer.conf:add meta-netorking to BBFILES_DYNAMIC
Signed-off-by: Armin Kuster <akuster808@...> --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index fa7d79e..470c7f6 100644 --- a/conf/la
Signed-off-by: Armin Kuster <akuster808@...> --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index fa7d79e..470c7f6 100644 --- a/conf/la
|
By
Armin Kuster
· #57314
·
|
|
[meta-security][PATCH 1/4] sssd:move to dynamic networking-layer
Signed-off-by: Armin Kuster <akuster808@...> --- .../recipes-security}/sssd/files/CVE-2021-3621.patch | 0 .../recipes-security}/sssd/files/drop_ntpdate_chk.patch | 0 .../recipes-security}/sssd/f
Signed-off-by: Armin Kuster <akuster808@...> --- .../recipes-security}/sssd/files/CVE-2021-3621.patch | 0 .../recipes-security}/sssd/files/drop_ntpdate_chk.patch | 0 .../recipes-security}/sssd/f
|
By
Armin Kuster
· #57313
·
|
|
[meta-security][PATCH] apparmor: fix ownership issues
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-mac/AppArmor/apparmor_3.0.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-mac/AppArmor/apparmor_3.0.4.bb b/recipes-mac/A
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-mac/AppArmor/apparmor_3.0.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-mac/AppArmor/apparmor_3.0.4.bb b/recipes-mac/A
|
By
Armin Kuster
· #57307
·
|
|
[meta-security][v2][PATCH] arpwatch: update to 3.3
not compatible with musl Signed-off-by: Armin Kuster <akuster808@...> --- [v2] Fix type --- .../arpwatch/{arpwatch_3.1.bb => arpwatch_3.3.bb} | 9 +++++---- recipes-scanners/arpwatch/files/host_c
not compatible with musl Signed-off-by: Armin Kuster <akuster808@...> --- [v2] Fix type --- .../arpwatch/{arpwatch_3.1.bb => arpwatch_3.3.bb} | 9 +++++---- recipes-scanners/arpwatch/files/host_c
|
By
Armin Kuster
· #57267
·
|
|
[meta-security][PATCH] Remove outdated meta-rust dependency text in README
thanks for the patch. did I miss some rust changes in https://git.yoctoproject.org/meta-security/commit/?h=master-next&id=edf8b109e77f6d3f2740e09bdc89f0aaf2885dc4 ? - armin
thanks for the patch. did I miss some rust changes in https://git.yoctoproject.org/meta-security/commit/?h=master-next&id=edf8b109e77f6d3f2740e09bdc89f0aaf2885dc4 ? - armin
|
By
Armin Kuster
· #57266
·
|
|
[meta-security][PATCH 4/5] arpwatch: update to 3.3
most likely. thanks for reviewing. -armin
most likely. thanks for reviewing. -armin
|
By
Armin Kuster
· #57265
·
|