diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-11 18:28:11 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-11 18:28:11 -0400 |
commit | f327c52a390cd6764389283b6ad211a009c0a1ee (patch) | |
tree | 66781b53fc4783c9dec833545065d498cf4769b3 /profiles | |
parent | kde-frameworks/purpose: Drop old (diff) | |
download | gentoo-f327c52a390cd6764389283b6ad211a009c0a1ee.tar.gz gentoo-f327c52a390cd6764389283b6ad211a009c0a1ee.tar.bz2 gentoo-f327c52a390cd6764389283b6ad211a009c0a1ee.zip |
profiles: add hardened selinux musl profile for amd64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/amd64/17.0/musl/hardened/selinux/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/17.0/musl/hardened/selinux/parent | 2 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/17.0/musl/hardened/selinux/eapi b/profiles/default/linux/amd64/17.0/musl/hardened/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/17.0/musl/hardened/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.0/musl/hardened/selinux/parent b/profiles/default/linux/amd64/17.0/musl/hardened/selinux/parent new file mode 100644 index 000000000000..23c64bb44399 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/musl/hardened/selinux/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/selinux diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 7ae807fe36b4..f4425ebc0e6b 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -288,6 +288,7 @@ amd64 default/linux/musl/amd64/x32 exp amd64 hardened/linux/musl/amd64/x32 exp amd64 default/linux/amd64/17.0/musl exp amd64 default/linux/amd64/17.0/musl/hardened exp +amd64 default/linux/amd64/17.0/musl/hardened/selinux exp arm default/linux/musl/arm/armv7a exp arm hardened/linux/musl/arm/armv7a exp arm default/linux/arm/17.0/musl/armv7a exp |