diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 13:16:19 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 13:18:03 -0400 |
commit | 39aedd104380e4e71081493b3f2e2ecb48fbf616 (patch) | |
tree | aff3b688b840472c8362c5fa52074cfcfbac263b /sec-policy/selinux-opensm | |
parent | profiles/features/selinux: mask 2.20221101-r1 policies (diff) | |
download | gentoo-39aedd104380e4e71081493b3f2e2ecb48fbf616.tar.gz gentoo-39aedd104380e4e71081493b3f2e2ecb48fbf616.tar.bz2 gentoo-39aedd104380e4e71081493b3f2e2ecb48fbf616.zip |
sec-policy: drop SELinux policies 2.20221101-r1
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-opensm')
-rw-r--r-- | sec-policy/selinux-opensm/Manifest | 1 | ||||
-rw-r--r-- | sec-policy/selinux-opensm/selinux-opensm-2.20221101-r1.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/sec-policy/selinux-opensm/Manifest b/sec-policy/selinux-opensm/Manifest index 8a34ed55a16c..bed3db2fe4bd 100644 --- a/sec-policy/selinux-opensm/Manifest +++ b/sec-policy/selinux-opensm/Manifest @@ -1,3 +1,2 @@ -DIST patchbundle-selinux-base-policy-2.20221101-r1.tar.bz2 297885 BLAKE2B e766afcba9c9d32c13d2385a196b53ee918e6911e7b3250889300f2dcc589c02b7ee8bb58e5ef638bdb97a4d86887a2ed65f5d09a081215b19352e5358837c0b SHA512 d8de6eabaa89f7337439f88c0a2d9dd02bbd43853f6937568091eac8db5e758e3195a91b287ee0c1c53d40e58c66afe1e4ea086b2436a14d7f69456128090d0f DIST patchbundle-selinux-base-policy-2.20221101-r2.tar.bz2 285989 BLAKE2B e6c5851c4f9b4cbe3f0b478d72e20a1ce05ce85dd0b11d2be7a9a6a4a6c4091e70c092307ed8a1c626a39e13e6437417bc78875fc5985e7d652c69f4644d347e SHA512 8d881cd42f1da699af7ea39023fcc2d89fab5b2476975e2ab8764ad110b237cbf44d1688499d6cbc0514ee538f7770f391a3e2df32e8980f1af6a509ea9ffd78 DIST refpolicy-2.20221101.tar.bz2 583183 BLAKE2B 783d8af40fd77d7ddb848dba32e91921dd7c1380c094c45b719ada7b15f91aacbb52b410ffa6341f2f705ecbc9674b8570bd4867ce998e944fa0054ffd8bdf74 SHA512 29e5a29d90f714018c88fead2d5006ea90338fb5b7a1e4e98cb2e588c96cd861871d32176f6cc6f7c4e864ce5acae1aeed85d4c706ce2da8168986535baaf3a6 diff --git a/sec-policy/selinux-opensm/selinux-opensm-2.20221101-r1.ebuild b/sec-policy/selinux-opensm/selinux-opensm-2.20221101-r1.ebuild deleted file mode 100644 index 743eaeb17051..000000000000 --- a/sec-policy/selinux-opensm/selinux-opensm-2.20221101-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -IUSE="" -MODS="opensm" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for opensm" - -if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" -fi |