diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2004-11-22 21:02:40 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2004-11-22 21:02:40 +0000 |
commit | dbeb72ae18a79fc3ac3c5139724b7d171bb39949 (patch) | |
tree | 3675f927488071bfc1477cc9988fdd64bdef963e /sec-policy/selinux-publicfile | |
parent | merge with nsa policy (diff) | |
download | historical-dbeb72ae18a79fc3ac3c5139724b7d171bb39949.tar.gz historical-dbeb72ae18a79fc3ac3c5139724b7d171bb39949.tar.bz2 historical-dbeb72ae18a79fc3ac3c5139724b7d171bb39949.zip |
added network-hooks related rules
Diffstat (limited to 'sec-policy/selinux-publicfile')
3 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-publicfile/ChangeLog b/sec-policy/selinux-publicfile/ChangeLog index 0bbe6bebdc7d..15bd41b6befa 100644 --- a/sec-policy/selinux-publicfile/ChangeLog +++ b/sec-policy/selinux-publicfile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-publicfile # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-publicfile/ChangeLog,v 1.4 2004/10/24 16:12:24 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-publicfile/ChangeLog,v 1.5 2004/11/22 21:02:40 kaiowas Exp $ + +*selinux-publicfile-20041121 (22 Nov 2004) + + 22 Nov 2004; petre rodan <kaiowas@gentoo.org> + +selinux-publicfile-20041121.ebuild: + added network-hooks related rules *selinux-publicfile-20041016 (24 Oct 2004) diff --git a/sec-policy/selinux-publicfile/files/digest-selinux-publicfile-20041121 b/sec-policy/selinux-publicfile/files/digest-selinux-publicfile-20041121 new file mode 100644 index 000000000000..7544c779e062 --- /dev/null +++ b/sec-policy/selinux-publicfile/files/digest-selinux-publicfile-20041121 @@ -0,0 +1 @@ +MD5 cbec83a125768b66ece04b46d821abf9 selinux-publicfile-20041121.tar.bz2 744 diff --git a/sec-policy/selinux-publicfile/selinux-publicfile-20041121.ebuild b/sec-policy/selinux-publicfile/selinux-publicfile-20041121.ebuild new file mode 100644 index 000000000000..26708d0b0c8d --- /dev/null +++ b/sec-policy/selinux-publicfile/selinux-publicfile-20041121.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-publicfile/selinux-publicfile-20041121.ebuild,v 1.1 2004/11/22 21:02:40 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="publicfile.te" +FCFILES="publicfile.fc" +IUSE="" + +RDEPEND="sec-policy/selinux-ucspi-tcp" + +DESCRIPTION="SELinux policy for publicfile" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |