[cip-dev][isar-cip-core][PATCH v2 02/12] Add cip-cis-rules to apply hardening configuration to the system
Quirin Gylstorff <[email protected]>
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
This package uses the configuration from `cip-cis-rules-config` to generate a Debian package containing the selected hardening rules. Co-Authored-by: Clara Kowalsky <[email protected]> Co-Authored-by: Felix Moessbauer <[email protected]> Co-Authored-by: Christoph Steiger <[email protected]> Signed-off-by: Quirin Gylstorff <[email protected]> --- .../cip-cis-rules/cip-cis-rules_1.0.0.bb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-security/cip-cis-rules/cip-cis-rules_1.0.0.bb diff --git a/recipes-security/cip-cis-rules/cip-cis-rules_1.0.0.bb b/recipes-security/cip-cis-rules/cip-cis-rules_1.0.0.bb new file mode 100644 index 00000000..976f7d16 --- /dev/null +++ b/recipes-security/cip-cis-rules/cip-cis-rules_1.0.0.bb @@ -0,0 +1,23 @@ +# CIP Core, generic profile +# +# Copyright (c) Siemens AG, 2024 +# +# Authors: +# Quirin Gylstorff <[email protected]> +# +# SPDX-License-Identifier: MIT +# +DESCRIPTION = "CIS rule overrides for CIP based images" +MAINTAINER = "Felix Moessbauer <[email protected]>" + +SRC_URI = "git://gitlab.com/cip-playground/cip-cis-rules.git;protocol=https;branch=cis-debian-13;destsuffix=${P}" +SRCREV = "094acbe4926840f924c35b0526ee4f316984f891" + +DPKG_ARCH = "all" +PROVIDES = "${BPN}" + +inherit dpkg + +do_prepare_build() { + deb_add_changelog +} -- 2.55.0