From: <ssm...@us...> - 2007-05-03 17:43:08
|
Revision: 2429 http://svn.sourceforge.net/selinux/?rev=2429&view=rev Author: ssmalley Date: 2007-05-03 10:43:06 -0700 (Thu, 03 May 2007) Log Message: ----------- updated policycoreutils to version 1.34.9 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION branches/stable/1_0/policycoreutils/semanage/semanage Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-05-03 17:41:51 UTC (rev 2428) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-05-03 17:43:06 UTC (rev 2429) @@ -1,3 +1,6 @@ +1.34.9 2007-05-03 + * Merged support for modifying the prefix via semanage from Dan Walsh. + 1.34.8 2007-04-27 * Merged move of audit2why to /usr/bin from Dan Walsh. * Merged genhomedircon patch to use the __default__ setting from Dan Walsh. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-05-03 17:41:51 UTC (rev 2428) +++ branches/stable/1_0/policycoreutils/VERSION 2007-05-03 17:43:06 UTC (rev 2429) @@ -1 +1 @@ -1.34.8 +1.34.9 Modified: branches/stable/1_0/policycoreutils/semanage/semanage =================================================================== --- branches/stable/1_0/policycoreutils/semanage/semanage 2007-05-03 17:41:51 UTC (rev 2428) +++ branches/stable/1_0/policycoreutils/semanage/semanage 2007-05-03 17:43:06 UTC (rev 2429) @@ -279,7 +279,7 @@ if object == "user": rlist = roles.split() - OBJECT.modify(target, rlist, selevel, serange) + OBJECT.modify(target, rlist, selevel, serange, prefix) if object == "port": OBJECT.modify(target, proto, serange, setype) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |