diff options
author | 2022-04-08 19:26:33 -0700 | |
---|---|---|
committer | 2022-04-08 19:54:45 -0700 | |
commit | 6cdca58ada244a2d4d9f7dd1026864652fdffddc (patch) | |
tree | 7b8ccf61115a23878878cb172bfdf71b7f94e224 /sec-policy/selinux-base-policy | |
parent | sys-libs/libsepol: Drop old (diff) | |
download | gentoo-6cdca58ada244a2d4d9f7dd1026864652fdffddc.tar.gz gentoo-6cdca58ada244a2d4d9f7dd1026864652fdffddc.tar.bz2 gentoo-6cdca58ada244a2d4d9f7dd1026864652fdffddc.zip |
sec-policy: Stabilize SELinux policies 2.20220106-r1 for arm arm64
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r1.ebuild index 54fe8db8729a..612ab55a8ac5 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20220106-r1.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" |