commit: efc1c320336a1e0eb46c1faff68c3f797a101f18 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 01:18:40 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 22 01:19:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc1c320
profiles: add arm64 SELinux + systemd profiles too (exp) Bug: https://bugs.gentoo.org/528674 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/arm64/17.0/systemd/selinux/eapi | 1 + profiles/default/linux/arm64/17.0/systemd/selinux/parent | 2 ++ profiles/profiles.desc | 1 + 3 files changed, 4 insertions(+) diff --git a/profiles/default/linux/arm64/17.0/systemd/selinux/eapi b/profiles/default/linux/arm64/17.0/systemd/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/systemd/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/systemd/selinux/parent b/profiles/default/linux/arm64/17.0/systemd/selinux/parent new file mode 100644 index 000000000000..2190e9797eaa --- /dev/null +++ b/profiles/default/linux/arm64/17.0/systemd/selinux/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/selinux diff --git a/profiles/profiles.desc b/profiles/profiles.desc index b82cf2ab3056..9f31ac1497db 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -114,6 +114,7 @@ arm64 default/linux/arm64/17.0/desktop/plasma/systemd stable arm64 default/linux/arm64/17.0/desktop/systemd stable arm64 default/linux/arm64/17.0/developer exp arm64 default/linux/arm64/17.0/systemd stable +arm64 default/linux/amd64/17.1/systemd/selinux exp # ARM64 Profiles (big-endian) # @MAINTAINER: [email protected], [email protected]
