diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-06-26 12:42:43 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-06-26 12:42:43 +0000 |
commit | 1305c662ee9fac2785eafbceaef8322732b06157 (patch) | |
tree | 57eca5c9b2276b1f5eae6646350d44fdf3631000 /sec-policy | |
parent | src_uri typo (diff) | |
download | historical-1305c662ee9fac2785eafbceaef8322732b06157.tar.gz historical-1305c662ee9fac2785eafbceaef8322732b06157.tar.bz2 historical-1305c662ee9fac2785eafbceaef8322732b06157.zip |
added name_connect rules
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sec-policy')
15 files changed, 42 insertions, 43 deletions
diff --git a/sec-policy/selinux-ntp/ChangeLog b/sec-policy/selinux-ntp/ChangeLog index bdf72adadd8b..963f8bce7677 100644 --- a/sec-policy/selinux-ntp/ChangeLog +++ b/sec-policy/selinux-ntp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-ntp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.11 2005/05/07 07:00:02 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.12 2005/06/26 12:35:02 kaiowas Exp $ + +*selinux-ntp-20050626 (26 Jun 2005) + + 26 Jun 2005; petre rodan <kaiowas@gentoo.org> + -selinux-ntp-20050219.ebuild, +selinux-ntp-20050626.ebuild: + added name_connect rules 07 May 2005; petre rodan <kaiowas@gentoo.org> selinux-ntp-20050408.ebuild: mark stable diff --git a/sec-policy/selinux-ntp/Manifest b/sec-policy/selinux-ntp/Manifest index eae43077e589..f531afa20760 100644 --- a/sec-policy/selinux-ntp/Manifest +++ b/sec-policy/selinux-ntp/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9d1501c3fd1a6aeab84ba2a8681604c8 ChangeLog 1501 MD5 ed58290361b061defc07c7f48ee829af metadata.xml 532 -MD5 827f6946d496062e0ae87893e0698e69 selinux-ntp-20050219.ebuild 454 MD5 24033e23b80a2e7278a72801b0ef270c selinux-ntp-20050408.ebuild 454 -MD5 391a449cd2498f951e7c3e16549d2dff files/digest-selinux-ntp-20050219 71 +MD5 2271cac3f5434dcdbad29f64743090f3 selinux-ntp-20050626.ebuild 349 +MD5 7b934e487cdd9276a8b46f45b31c80ca files/digest-selinux-ntp-20050626 71 MD5 72e8a746a05d63b3d9ec136c3d12508b files/digest-selinux-ntp-20050408 71 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCfGZcGSBEIeh4AEYRAi11AJwPmwzSECV+7e0FKSHre2AshoDPvACfdlQr -hq//dj3Oqvc8HITw0vYGLWM= -=DsPd ------END PGP SIGNATURE----- diff --git a/sec-policy/selinux-ntp/files/digest-selinux-ntp-20050219 b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20050219 deleted file mode 100644 index e7523a5cd563..000000000000 --- a/sec-policy/selinux-ntp/files/digest-selinux-ntp-20050219 +++ /dev/null @@ -1 +0,0 @@ -MD5 05a5cd054fee94b761bf612d4ca9fe43 selinux-ntp-20050219.tar.bz2 1384 diff --git a/sec-policy/selinux-ntp/files/digest-selinux-ntp-20050626 b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20050626 new file mode 100644 index 000000000000..31d138091c60 --- /dev/null +++ b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20050626 @@ -0,0 +1 @@ +MD5 c3418b28a9df9a05122f9e1b5904aed8 selinux-ntp-20050626.tar.bz2 1439 diff --git a/sec-policy/selinux-ntp/selinux-ntp-20050219.ebuild b/sec-policy/selinux-ntp/selinux-ntp-20050626.ebuild index 0e35200dd6c9..a76ac32becab 100644 --- a/sec-policy/selinux-ntp/selinux-ntp-20050219.ebuild +++ b/sec-policy/selinux-ntp/selinux-ntp-20050626.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/selinux-ntp-20050219.ebuild,v 1.2 2005/03/23 07:46:49 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/selinux-ntp-20050626.ebuild,v 1.1 2005/06/26 12:35:02 kaiowas Exp $ inherit selinux-policy TEFILES="ntpd.te" FCFILES="ntpd.fc" IUSE="" -RDEPEND=">=sec-policy/selinux-base-policy-20041023" +RDEPEND=">=sec-policy/selinux-base-policy-20050618" DESCRIPTION="SELinux policy for the network time protocol daemon" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" diff --git a/sec-policy/selinux-postfix/ChangeLog b/sec-policy/selinux-postfix/ChangeLog index 23811be3cf0c..6d6092225415 100644 --- a/sec-policy/selinux-postfix/ChangeLog +++ b/sec-policy/selinux-postfix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-postfix # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.11 2005/04/23 18:53:48 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.12 2005/06/26 12:38:01 kaiowas Exp $ + +*selinux-postfix-20050626 (26 Jun 2005) + + 26 Jun 2005; petre rodan <kaiowas@gentoo.org> + -selinux-postfix-20050219.ebuild, +selinux-postfix-20050626.ebuild: + added name_connect rules 23 Apr 2005; petre rodan <kaiowas@gentoo.org> -selinux-postfix-20041211.ebuild, selinux-postfix-20050417.ebuild: diff --git a/sec-policy/selinux-postfix/Manifest b/sec-policy/selinux-postfix/Manifest index 48c7b2af477b..a58bf55f0a75 100644 --- a/sec-policy/selinux-postfix/Manifest +++ b/sec-policy/selinux-postfix/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 cf8df82bd9f1607c5c284257560c23ac ChangeLog 1791 MD5 0b8ee728a701b048ddb9e62d6c08ee02 metadata.xml 381 -MD5 cee0e99ea2638a2d4417b28c4ac5eb38 selinux-postfix-20050219.ebuild 443 +MD5 154d1e7dfef3f65151a63263b3bcea54 selinux-postfix-20050626.ebuild 330 MD5 7d52576b835f4134f52091be7bed6f5c selinux-postfix-20050417.ebuild 443 -MD5 332631acf09a7bcb5ee7b9f1994525ec files/digest-selinux-postfix-20050219 75 +MD5 edd7e11886832ae8aee23051086b3a5a files/digest-selinux-postfix-20050626 75 MD5 4de62eaec2f45d21044b57be2af0d28a files/digest-selinux-postfix-20050417 75 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCapG2GSBEIeh4AEYRAoGGAJ0VSg/n7nHlZed9yLNlFQredOsOdACgi1bI -lzxjgptaXbA6jJz33loUnLA= -=1f7d ------END PGP SIGNATURE----- diff --git a/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050219 b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050219 deleted file mode 100644 index cd8a94b731a9..000000000000 --- a/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050219 +++ /dev/null @@ -1 +0,0 @@ -MD5 401e5c111d55c78d75792c0e1017e3d5 selinux-postfix-20050219.tar.bz2 3441 diff --git a/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050626 b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050626 new file mode 100644 index 000000000000..57679e370254 --- /dev/null +++ b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050626 @@ -0,0 +1 @@ +MD5 bd6fbedfdd7be8cc100579522535d49e selinux-postfix-20050626.tar.bz2 3472 diff --git a/sec-policy/selinux-postfix/selinux-postfix-20050219.ebuild b/sec-policy/selinux-postfix/selinux-postfix-20050626.ebuild index 4e6a9bc60076..1af2f08efbb3 100644 --- a/sec-policy/selinux-postfix/selinux-postfix-20050219.ebuild +++ b/sec-policy/selinux-postfix/selinux-postfix-20050626.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-20050219.ebuild,v 1.2 2005/03/23 07:50:03 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-20050626.ebuild,v 1.1 2005/06/26 12:38:01 kaiowas Exp $ inherit selinux-policy TEFILES="postfix.te" FCFILES="postfix.fc" IUSE="" -RDEPEND=">=sec-policy/selinux-base-policy-20050224" +RDEPEND=">=sec-policy/selinux-base-policy-20050618" DESCRIPTION="SELinux policy for postfix" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" diff --git a/sec-policy/selinux-samba/ChangeLog b/sec-policy/selinux-samba/ChangeLog index 2e080cef9dc0..c8c05ff92dc8 100644 --- a/sec-policy/selinux-samba/ChangeLog +++ b/sec-policy/selinux-samba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-samba # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-samba/ChangeLog,v 1.7 2005/05/26 12:06:22 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-samba/ChangeLog,v 1.8 2005/06/26 12:42:43 kaiowas Exp $ + +*selinux-samba-20050626 (26 Jun 2005) + + 26 Jun 2005; petre rodan <kaiowas@gentoo.org> + -selinux-samba-20050526.ebuild, +selinux-samba-20050626.ebuild: + added name_connect rules *selinux-samba-20050526 (26 May 2005) diff --git a/sec-policy/selinux-samba/Manifest b/sec-policy/selinux-samba/Manifest index 0737979afe89..1985824ab777 100644 --- a/sec-policy/selinux-samba/Manifest +++ b/sec-policy/selinux-samba/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 db75609b46d1b9ea6474866e05dc8242 ChangeLog 1197 +MD5 433fbc58da9ecf31aa37f733f73fbfa6 ChangeLog 1378 MD5 b99e999a2b338c63b407d5d138bab325 metadata.xml 508 -MD5 0a9e1c9219fbc43d87cbfdc913fb9901 selinux-samba-20050526.ebuild 385 +MD5 2f82176c987a191b5e1747b5ba6e11db selinux-samba-20050626.ebuild 437 MD5 0ac241df6240728f4ca5f5b0f3630af4 selinux-samba-20041117.ebuild 381 -MD5 3a0bca7ce7fd400c6d4f4d7f06841b8e files/digest-selinux-samba-20050526 73 +MD5 d6686ede6d739fa547533c5145fea40e files/digest-selinux-samba-20050626 73 MD5 60147fa77df94c78722e2f6161eb1e49 files/digest-selinux-samba-20041117 73 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFClbGFGSBEIeh4AEYRAp+6AKCA3HN87fnOv/WxCSfF0kFX1ZE08wCbB4ox -6ghDyk6jlrs7I3U1tuQSanE= -=hWFI +iD8DBQFCvppFGSBEIeh4AEYRAp/VAJ91Nnmzxw6mCf+upvVgYVUOMLMslACgjsmW +NxJt5bdaSQ6HfBpPIJcXQag= +=BTvw -----END PGP SIGNATURE----- diff --git a/sec-policy/selinux-samba/files/digest-selinux-samba-20050526 b/sec-policy/selinux-samba/files/digest-selinux-samba-20050526 deleted file mode 100644 index 74a95b4a3ebe..000000000000 --- a/sec-policy/selinux-samba/files/digest-selinux-samba-20050526 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7adf9fa48c3a4c7c89c29f5eb76a0a6 selinux-samba-20050526.tar.bz2 1857 diff --git a/sec-policy/selinux-samba/files/digest-selinux-samba-20050626 b/sec-policy/selinux-samba/files/digest-selinux-samba-20050626 new file mode 100644 index 000000000000..3c28d670bfc9 --- /dev/null +++ b/sec-policy/selinux-samba/files/digest-selinux-samba-20050626 @@ -0,0 +1 @@ +MD5 7bad2a8ce0baf10320f033d3f788bd64 selinux-samba-20050626.tar.bz2 1854 diff --git a/sec-policy/selinux-samba/selinux-samba-20050526.ebuild b/sec-policy/selinux-samba/selinux-samba-20050626.ebuild index c53a54c3d457..09ad0f796367 100644 --- a/sec-policy/selinux-samba/selinux-samba-20050526.ebuild +++ b/sec-policy/selinux-samba/selinux-samba-20050626.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-samba/selinux-samba-20050526.ebuild,v 1.1 2005/05/26 12:06:22 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-samba/selinux-samba-20050626.ebuild,v 1.1 2005/06/26 12:42:43 kaiowas Exp $ inherit selinux-policy TEFILES="samba.te" FCFILES="samba.fc" IUSE="" +RDEPEND=">=sec-policy/selinux-base-policy-20050618" DESCRIPTION="SELinux policy for samba" |