commit: f05a151b933ec44ffb736252bcb5b5de887e9999 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 17 11:55:12 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 18 07:52:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05a151b
profiles: create hardened arm64 profile (default/linux/arm64/17.0/hardened) Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/arm64/17.0/hardened/eapi | 1 + profiles/default/linux/arm64/17.0/hardened/parent | 2 ++ profiles/profiles.desc | 1 + 3 files changed, 4 insertions(+) diff --git a/profiles/default/linux/arm64/17.0/hardened/eapi b/profiles/default/linux/arm64/17.0/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/hardened/parent b/profiles/default/linux/arm64/17.0/hardened/parent new file mode 100644 index 000000000000..6303d33abd2d --- /dev/null +++ b/profiles/default/linux/arm64/17.0/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/hardened/arm64 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 1341683b3b55..fc3ec171469d 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -97,6 +97,7 @@ arm default/linux/arm/17.0/armv7a/systemd dev # ARM64 Profiles # @MAINTAINER: [email protected] arm64 default/linux/arm64/17.0 stable +arm64 default/linux/arm64/17.0/hardened exp arm64 default/linux/arm64/17.0/desktop stable arm64 default/linux/arm64/17.0/desktop/gnome stable arm64 default/linux/arm64/17.0/desktop/gnome/systemd stable
