diff options
author | Jory Pratt <anarchy@gentoo.org> | 2025-01-01 09:48:34 -0600 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2025-01-01 14:34:19 -0600 |
commit | 9ce7aebd75bc36cb9c3f42eb73bfc1450b21e9ff (patch) | |
tree | 8f11e435657b7c813808dd7bf56c33e8dea408a3 /profiles | |
parent | dev-lang/ada-bootstrap: add alpha binary (diff) | |
download | gentoo-9ce7aebd75bc36cb9c3f42eb73bfc1450b21e9ff.tar.gz gentoo-9ce7aebd75bc36cb9c3f42eb73bfc1450b21e9ff.tar.bz2 gentoo-9ce7aebd75bc36cb9c3f42eb73bfc1450b21e9ff.zip |
profiles : Add arm64 hardened systemd profile
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/arm64/23.0/hardened/systemd/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/arm64/23.0/hardened/systemd/parent | 2 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/arm64/23.0/hardened/systemd/eapi b/profiles/default/linux/arm64/23.0/hardened/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/23.0/hardened/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/23.0/hardened/systemd/parent b/profiles/default/linux/arm64/23.0/hardened/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/arm64/23.0/hardened/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index c6e64424c354..bc970b477eb5 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -226,6 +226,7 @@ arm64 default/linux/arm64/17.0/llvm exp arm64 default/linux/arm64/17.0/systemd/llvm/merged-usr exp arm64 default/linux/arm64/23.0 stable arm64 default/linux/arm64/23.0/hardened dev +arm64 default/linux/arm64/23.0/hardened/systemd dev arm64 default/linux/arm64/23.0/hardened/selinux dev arm64 default/linux/arm64/23.0/hardened/selinux/systemd dev arm64 default/linux/arm64/23.0/desktop stable |