|
From: <ssm...@us...> - 2008-05-16 13:29:51
|
Revision: 2883
http://selinux.svn.sourceforge.net/selinux/?rev=2883&view=rev
Author: ssmalley
Date: 2008-05-16 06:29:32 -0700 (Fri, 16 May 2008)
Log Message:
-----------
updated policycoreutils to version 2.0.49
Modified Paths:
--------------
trunk/policycoreutils/ChangeLog
trunk/policycoreutils/VERSION
Modified: trunk/policycoreutils/ChangeLog
===================================================================
--- trunk/policycoreutils/ChangeLog 2008-05-16 13:28:17 UTC (rev 2882)
+++ trunk/policycoreutils/ChangeLog 2008-05-16 13:29:32 UTC (rev 2883)
@@ -1,3 +1,6 @@
+2.0.49 2008-05-16
+ * Remove security_check_context calls for prefix validation from semanage.
+
2.0.48 2008-05-16
* Change setfiles and restorecon to not relabel if the file already has the correct context value even if -F/force is specified.
Modified: trunk/policycoreutils/VERSION
===================================================================
--- trunk/policycoreutils/VERSION 2008-05-16 13:28:17 UTC (rev 2882)
+++ trunk/policycoreutils/VERSION 2008-05-16 13:29:32 UTC (rev 2883)
@@ -1 +1 @@
-2.0.48
+2.0.49
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ssm...@us...> - 2008-06-30 13:14:09
|
Revision: 2915
http://selinux.svn.sourceforge.net/selinux/?rev=2915&view=rev
Author: ssmalley
Date: 2008-06-30 06:14:06 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
updated policycoreutils to version 2.0.50
Modified Paths:
--------------
trunk/policycoreutils/ChangeLog
trunk/policycoreutils/VERSION
Modified: trunk/policycoreutils/ChangeLog
===================================================================
--- trunk/policycoreutils/ChangeLog 2008-06-30 13:12:55 UTC (rev 2914)
+++ trunk/policycoreutils/ChangeLog 2008-06-30 13:14:06 UTC (rev 2915)
@@ -1,3 +1,6 @@
+2.0.50 2008-06-30
+ * Fix audit2allow generation of role-type rules from Karl MacMillan.
+
2.0.49 2008-05-16
* Remove security_check_context calls for prefix validation from semanage.
Modified: trunk/policycoreutils/VERSION
===================================================================
--- trunk/policycoreutils/VERSION 2008-06-30 13:12:55 UTC (rev 2914)
+++ trunk/policycoreutils/VERSION 2008-06-30 13:14:06 UTC (rev 2915)
@@ -1 +1 @@
-2.0.49
+2.0.50
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mad...@us...> - 2008-07-01 00:26:27
|
Revision: 2918
http://selinux.svn.sourceforge.net/selinux/?rev=2918&view=rev
Author: madmethod
Date: 2008-06-30 17:26:26 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
updated policycoreutils to version 2.0.50
Modified Paths:
--------------
trunk/policycoreutils/ChangeLog
trunk/policycoreutils/VERSION
Modified: trunk/policycoreutils/ChangeLog
===================================================================
--- trunk/policycoreutils/ChangeLog 2008-07-01 00:24:02 UTC (rev 2917)
+++ trunk/policycoreutils/ChangeLog 2008-07-01 00:26:26 UTC (rev 2918)
@@ -1,3 +1,6 @@
+2.0.51 2008-06-28
+ * Add onboot option to fixfiles from Dan Walsh.
+
2.0.50 2008-06-30
* Fix audit2allow generation of role-type rules from Karl MacMillan.
Modified: trunk/policycoreutils/VERSION
===================================================================
--- trunk/policycoreutils/VERSION 2008-07-01 00:24:02 UTC (rev 2917)
+++ trunk/policycoreutils/VERSION 2008-07-01 00:26:26 UTC (rev 2918)
@@ -1 +1 @@
-2.0.50
+2.0.51
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mad...@us...> - 2008-07-01 00:30:15
|
Revision: 2919
http://selinux.svn.sourceforge.net/selinux/?rev=2919&view=rev
Author: madmethod
Date: 2008-06-30 17:30:14 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
Author: Daniel J Walsh
Email: dw...@re...
Subject: restorecond should not be started by default
Date: Mon, 30 Jun 2008 11:59:06 -0400
Fedora is trying to eliminate most daemons that get started by default.
They want the admin to select whether the daemon should start.
Acked-By: Joshua Brindle <me...@ma...>
Modified Paths:
--------------
trunk/policycoreutils/ChangeLog
trunk/policycoreutils/restorecond/restorecond.init
Modified: trunk/policycoreutils/ChangeLog
===================================================================
--- trunk/policycoreutils/ChangeLog 2008-07-01 00:26:26 UTC (rev 2918)
+++ trunk/policycoreutils/ChangeLog 2008-07-01 00:30:14 UTC (rev 2919)
@@ -1,5 +1,6 @@
2.0.51 2008-06-28
* Add onboot option to fixfiles from Dan Walsh.
+ * Change restorecon.init to not run on boot by default from Dan Walsh.
2.0.50 2008-06-30
* Fix audit2allow generation of role-type rules from Karl MacMillan.
Modified: trunk/policycoreutils/restorecond/restorecond.init
===================================================================
--- trunk/policycoreutils/restorecond/restorecond.init 2008-07-01 00:26:26 UTC (rev 2918)
+++ trunk/policycoreutils/restorecond/restorecond.init 2008-07-01 00:30:14 UTC (rev 2919)
@@ -2,7 +2,7 @@
#
# restorecond: Daemon used to maintain path file context
#
-# chkconfig: 2345 12 87
+# chkconfig: - 12 87
# description: restorecond uses inotify to look for creation of new files \
# listed in the /etc/selinux/restorecond.conf file, and restores the \
# correct security context.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mad...@us...> - 2008-07-02 19:53:40
|
Revision: 2922
http://selinux.svn.sourceforge.net/selinux/?rev=2922&view=rev
Author: madmethod
Date: 2008-07-02 12:53:39 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
revision bump
Modified Paths:
--------------
trunk/policycoreutils/ChangeLog
trunk/policycoreutils/VERSION
Modified: trunk/policycoreutils/ChangeLog
===================================================================
--- trunk/policycoreutils/ChangeLog 2008-07-02 19:52:51 UTC (rev 2921)
+++ trunk/policycoreutils/ChangeLog 2008-07-02 19:53:39 UTC (rev 2922)
@@ -1,3 +1,6 @@
+2.0.52 2008-07-02
+ * Add permissive domain capability to semanage from Dan Walsh.
+
2.0.51 2008-06-28
* Add onboot option to fixfiles from Dan Walsh.
* Change restorecon.init to not run on boot by default from Dan Walsh.
Modified: trunk/policycoreutils/VERSION
===================================================================
--- trunk/policycoreutils/VERSION 2008-07-02 19:52:51 UTC (rev 2921)
+++ trunk/policycoreutils/VERSION 2008-07-02 19:53:39 UTC (rev 2922)
@@ -1 +1 @@
-2.0.51
+2.0.52
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|