diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-02-05 20:09:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-02-05 20:09:19 +0000 |
commit | 466057b82922612c589d8a36ac513c6d770d4000 (patch) | |
tree | a40efc8e101f80d270fbac6c7a215ebc7f8128e8 /sec-policy | |
parent | Fix a typo in RDEPEND. (diff) | |
download | gentoo-2-466057b82922612c589d8a36ac513c6d770d4000.tar.gz gentoo-2-466057b82922612c589d8a36ac513c6d770d4000.tar.bz2 gentoo-2-466057b82922612c589d8a36ac513c6d770d4000.zip |
Initial commit to portage.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-acct/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-acct/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-acct/selinux-acct-2.20101213.ebuild | 13 |
3 files changed, 26 insertions, 0 deletions
diff --git a/sec-policy/selinux-acct/ChangeLog b/sec-policy/selinux-acct/ChangeLog new file mode 100644 index 000000000000..102da0eb7f7b --- /dev/null +++ b/sec-policy/selinux-acct/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sec-policy/selinux-acct +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-acct/ChangeLog,v 1.1 2011/02/05 20:09:19 blueness Exp $ + + 05 Feb 2011; Anthony G. Basile <blueness@gentoo.org> ChangeLog: + Initial commit to portage. + diff --git a/sec-policy/selinux-acct/metadata.xml b/sec-policy/selinux-acct/metadata.xml new file mode 100644 index 000000000000..efd13a5f8047 --- /dev/null +++ b/sec-policy/selinux-acct/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>hardened</herd> +<longdescription>Gentoo SELinux policy for acct</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-acct/selinux-acct-2.20101213.ebuild b/sec-policy/selinux-acct/selinux-acct-2.20101213.ebuild new file mode 100644 index 000000000000..62d4b530c31b --- /dev/null +++ b/sec-policy/selinux-acct/selinux-acct-2.20101213.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-acct/selinux-acct-2.20101213.ebuild,v 1.1 2011/02/05 20:09:19 blueness Exp $ + +IUSE="" + +MODS="acct" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for general applications" + +KEYWORDS="~amd64 ~x86" |