From d59058150a0c70f7eda190af7848244ed931a293 Mon Sep 17 00:00:00 2001 From: Xian Wang Date: Mon, 2 Jan 2023 18:12:11 -0800 Subject: hardened plasma profiles Signed-off-by: Xian Wang --- metadata/layout.conf | 1 + profiles/amd64/hardened-plasma/eapi | 1 + profiles/amd64/hardened-plasma/parent | 2 ++ profiles/arm64/hardened-plasma/eapi | 1 + profiles/arm64/hardened-plasma/parent | 2 ++ profiles/profiles.desc | 2 ++ 6 files changed, 9 insertions(+) create mode 100644 profiles/amd64/hardened-plasma/eapi create mode 100644 profiles/amd64/hardened-plasma/parent create mode 100644 profiles/arm64/hardened-plasma/eapi create mode 100644 profiles/arm64/hardened-plasma/parent create mode 100644 profiles/profiles.desc diff --git a/metadata/layout.conf b/metadata/layout.conf index 20fcfea..af1dc8c 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,3 +1,4 @@ masters = gentoo thin-manifests = true sign-manifests = false +profile-formats = portage-2 diff --git a/profiles/amd64/hardened-plasma/eapi b/profiles/amd64/hardened-plasma/eapi new file mode 100644 index 0000000..301160a --- /dev/null +++ b/profiles/amd64/hardened-plasma/eapi @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/profiles/amd64/hardened-plasma/parent b/profiles/amd64/hardened-plasma/parent new file mode 100644 index 0000000..e4f35d9 --- /dev/null +++ b/profiles/amd64/hardened-plasma/parent @@ -0,0 +1,2 @@ +gentoo:default/linux/amd64/17.1/hardened +gentoo:targets/desktop/plasma \ No newline at end of file diff --git a/profiles/arm64/hardened-plasma/eapi b/profiles/arm64/hardened-plasma/eapi new file mode 100644 index 0000000..301160a --- /dev/null +++ b/profiles/arm64/hardened-plasma/eapi @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/profiles/arm64/hardened-plasma/parent b/profiles/arm64/hardened-plasma/parent new file mode 100644 index 0000000..32fc7c7 --- /dev/null +++ b/profiles/arm64/hardened-plasma/parent @@ -0,0 +1,2 @@ +gentoo:default/linux/arm64/17.0/hardened +gentoo:targets/desktop/plasma \ No newline at end of file diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 0000000..a82b9e1 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,2 @@ +amd64 amd64/hardened-plasma stable +arm64 arm64/hardened-plasma exp \ No newline at end of file -- cgit v1.2.3