diff options
-rw-r--r-- | sec-policy/selinux-hostapd/Manifest | 2 | ||||
-rw-r--r-- | sec-policy/selinux-hostapd/metadata.xml | 8 | ||||
-rw-r--r-- | sec-policy/selinux-hostapd/selinux-hostapd-2.20220106-r3.ebuild | 15 | ||||
-rw-r--r-- | sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild | 15 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sec-policy/selinux-hostapd/Manifest b/sec-policy/selinux-hostapd/Manifest new file mode 100644 index 000000000000..e7d57dcaa43e --- /dev/null +++ b/sec-policy/selinux-hostapd/Manifest @@ -0,0 +1,2 @@ +DIST patchbundle-selinux-base-policy-2.20220106-r3.tar.bz2 309416 BLAKE2B 89852cce079300edcb00da41cfe42ea5041507f7d0a2a9897a4bd14f3ac68edfcc40ef49320e5ab826b1abb7fe7fc7ca4268042bbc019b3c76a58b9e112601c3 SHA512 4e23ad5e83df6c3501f0ac0a7201786d9f00809bedef248ae3a4b6af994e0006aaf70151c29ca21bb1c9c8887cc5bfeb18389d4f8e3bd3861c61d2d95d3a4e75 +DIST refpolicy-2.20220106.tar.bz2 560342 BLAKE2B bc0e65466333e02acb48adbb28b8176d3c8e508b2ff97d4f8a876d7c0a65534a62d86c9816ac59f6eed583f4b5c51cf432643edd2dad24dd51eb3cf22e2b75ac SHA512 794327d2dd07196b5f36771f9a961cdf294cf68f690735418d6bdd859499b7007c518cc022ccca9c245a5266b85bdb7cacdcaeefee14e4800937c9101476b373 diff --git a/sec-policy/selinux-hostapd/metadata.xml b/sec-policy/selinux-hostapd/metadata.xml new file mode 100644 index 000000000000..781bc07e6d59 --- /dev/null +++ b/sec-policy/selinux-hostapd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>selinux@gentoo.org</email> + <name>SELinux Team</name> + </maintainer> +</pkgmetadata> diff --git a/sec-policy/selinux-hostapd/selinux-hostapd-2.20220106-r3.ebuild b/sec-policy/selinux-hostapd/selinux-hostapd-2.20220106-r3.ebuild new file mode 100644 index 000000000000..d7fc57c20f98 --- /dev/null +++ b/sec-policy/selinux-hostapd/selinux-hostapd-2.20220106-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="hostapd" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for hostapd" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi diff --git a/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild b/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild new file mode 100644 index 000000000000..d7fc57c20f98 --- /dev/null +++ b/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="hostapd" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for hostapd" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |