diff options
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-makewhatis/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-makewhatis/Manifest | 13 | ||||
-rw-r--r-- | sec-policy/selinux-makewhatis/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild | 14 |
4 files changed, 43 insertions, 0 deletions
diff --git a/sec-policy/selinux-makewhatis/ChangeLog b/sec-policy/selinux-makewhatis/ChangeLog new file mode 100644 index 000000000000..983fa643699d --- /dev/null +++ b/sec-policy/selinux-makewhatis/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-makewhatis +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-makewhatis/ChangeLog,v 1.1 2012/11/18 08:16:49 swift Exp $ + +*selinux-makewhatis-9999 (18 Nov 2012) + + 18 Nov 2012; <swift@gentoo.org> +selinux-makewhatis-9999.ebuild, + +metadata.xml: + Adding makewhatis SELinux policy (live ebuild) + diff --git a/sec-policy/selinux-makewhatis/Manifest b/sec-policy/selinux-makewhatis/Manifest new file mode 100644 index 000000000000..71172d1c0c2a --- /dev/null +++ b/sec-policy/selinux-makewhatis/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD selinux-makewhatis-9999.ebuild 376 SHA256 0551630a933f7edaa4243987d677aae14b78ef72a596f994d4bf6ed94c0df9e1 SHA512 04d571ea8f06f80ebc4a7ddcc463fb490e51604bd23ccd64e9b3aeda0a4346e636444635f745bfc61f887e9d3934c7cbe5e017b9d1f09f3f7bfb08c835517306 WHIRLPOOL 1da3a65870c4f25d903e21412624b4a69abab9e5d98e150f59a252b6361cc165b2bdc178a5ea0318c6712b17a2ad76864e83adfb27c95790423bd0c58e131fce +MISC ChangeLog 404 SHA256 e4e63ababe9429cb8287a9d82118b6c9ed173657619f11e1ca55b5560cd66b8d SHA512 b29418bf8f67efe77444ac6089982c584d96fb288903b4ebe69e16ec437fc716862920d0566a3a747fc93f636727be0e7a6621b0ae5f1b956397f2031cdc986a WHIRLPOOL 03939f3df1365f0b4c21c11541cfac810a8c9650cabd0a3de7dc766d0286ee289f32ecb035e3c66f584ed7d10b6580a94da00c3582a1d3ea58be31347a72b28d +MISC metadata.xml 234 SHA256 042a338bfee4bd81c79a456aa6ff64f4131a21aedef9d37e0a3d00446fe043f0 SHA512 ef23797d552f7b56794aca3fd7b4355161f053522613f105a2f6136f386b74c5ba96ac35ca0c31a8b589ed74848fd33ac75ad389618ccd934beaae7ad9fc0def WHIRLPOOL 4aa59a36101ce0a732777f1c6bd849ab8b9a3a44a5b9ef2f7e20bb06148085343214db9fae271056b8c148800fddb765ee17c073b2f4422ba5356d0fd47ed59c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iEYEAREIAAYFAlComWoACgkQXfqz7M26L9vsUwCfTfVRY1Ue4gClrHev/Ia7Wi/n +3LAAn14ze3O5vhEjrMAMS6Bnh69bf4pv +=0+8m +-----END PGP SIGNATURE----- diff --git a/sec-policy/selinux-makewhatis/metadata.xml b/sec-policy/selinux-makewhatis/metadata.xml new file mode 100644 index 000000000000..a756f775e7e2 --- /dev/null +++ b/sec-policy/selinux-makewhatis/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>selinux</herd> + <longdescription>Gentoo SELinux policy for makewhatis</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild b/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild new file mode 100644 index 000000000000..1dd895cbe599 --- /dev/null +++ b/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild,v 1.1 2012/11/18 08:16:49 swift Exp $ +EAPI="4" + +IUSE="" +MODS="makewhatis" +BASEPOL="9999" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for makewhatis" + +KEYWORDS="" |