diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-04-10 11:30:04 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-04-10 12:03:15 -0700 |
commit | c4d7e98976dcb5420aa2b963ea90a744820dbcdd (patch) | |
tree | 9a6a82bd907dc1f6adc7aa1ebbe6cf9b0caf450f /sec-policy/selinux-base-policy | |
parent | dev-python/gpep517: Keyword 2 alpha (diff) | |
download | gentoo-c4d7e98976dcb5420aa2b963ea90a744820dbcdd.tar.gz gentoo-c4d7e98976dcb5420aa2b963ea90a744820dbcdd.tar.bz2 gentoo-c4d7e98976dcb5420aa2b963ea90a744820dbcdd.zip |
sec-policy: Stabilize SELinux policies 2.20220106-r3
Bug: https://bugs.gentoo.org/837644
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-base-policy')
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r3.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r3.ebuild index c6f79d31df40..612ab55a8ac5 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r3.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 arm arm64 ~mips x86" fi HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" |