From: <ssm...@us...> - 2007-01-22 18:38:08
|
Revision: 2200 http://svn.sourceforge.net/selinux/?rev=2200&view=rev Author: ssmalley Date: 2007-01-22 10:37:59 -0800 (Mon, 22 Jan 2007) Log Message: ----------- policycoreutils: ported r2199 (newrole non-pam build fix) from trunk. Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION branches/stable/1_0/policycoreutils/newrole/newrole.c Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-01-22 18:34:12 UTC (rev 2199) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-01-22 18:37:59 UTC (rev 2200) @@ -1,3 +1,6 @@ +1.34.1 2007-01-22 + * Fixed newrole non-pam build. + 1.34.0 2007-01-18 * Updated version for stable branch. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-01-22 18:34:12 UTC (rev 2199) +++ branches/stable/1_0/policycoreutils/VERSION 2007-01-22 18:37:59 UTC (rev 2200) @@ -1 +1 @@ -1.34.0 +1.34.1 Modified: branches/stable/1_0/policycoreutils/newrole/newrole.c =================================================================== --- branches/stable/1_0/policycoreutils/newrole/newrole.c 2007-01-22 18:34:12 UTC (rev 2199) +++ branches/stable/1_0/policycoreutils/newrole/newrole.c 2007-01-22 18:37:59 UTC (rev 2200) @@ -944,11 +944,11 @@ int preserve_environment; int fd; - int rc; pid_t childPid = 0; char *shell_argv0 = NULL; #ifdef USE_PAM + int rc; int pam_status; /* pam return code */ pam_handle_t *pam_handle; /* opaque handle used by all PAM functions */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2007-02-22 16:11:16
|
Revision: 2267 http://svn.sourceforge.net/selinux/?rev=2267&view=rev Author: ssmalley Date: 2007-02-22 08:11:13 -0800 (Thu, 22 Feb 2007) Log Message: ----------- Updated VERSIONs and ChangeLogs. Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-02-22 16:10:19 UTC (rev 2266) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-02-22 16:11:13 UTC (rev 2267) @@ -1,3 +1,6 @@ +1.34.5 2007-02-22 + * Merged newrole O_NONBLOCK fix from Linda Knippers. + 1.34.4 2007-02-22 * Merged restorecond memory leak fix from Steve Grubb. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-02-22 16:10:19 UTC (rev 2266) +++ branches/stable/1_0/policycoreutils/VERSION 2007-02-22 16:11:13 UTC (rev 2267) @@ -1 +1 @@ -1.34.4 +1.34.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kma...@us...> - 2007-03-01 19:06:59
|
Revision: 2278 http://svn.sourceforge.net/selinux/?rev=2278&view=rev Author: kmacmillan Date: 2007-03-01 11:06:58 -0800 (Thu, 01 Mar 2007) Log Message: ----------- policycoreutils 1.34.6 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-03-01 19:05:40 UTC (rev 2277) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-03-01 19:06:58 UTC (rev 2278) @@ -1,3 +1,6 @@ +1.34.6 2007-03-01 + * Merged restorecond init script LSB compliance patch from Steve Grubb. + 1.34.5 2007-02-22 * Merged newrole O_NONBLOCK fix from Linda Knippers. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-03-01 19:05:40 UTC (rev 2277) +++ branches/stable/1_0/policycoreutils/VERSION 2007-03-01 19:06:58 UTC (rev 2278) @@ -1 +1 @@ -1.34.5 +1.34.6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2007-04-27 17:21:42
|
Revision: 2418 http://svn.sourceforge.net/selinux/?rev=2418&view=rev Author: ssmalley Date: 2007-04-27 10:21:40 -0700 (Fri, 27 Apr 2007) Log Message: ----------- Ported r2362 and r2368 (policycoreutils: various fixes) from trunk. Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION branches/stable/1_0/policycoreutils/restorecon/restorecon.c branches/stable/1_0/policycoreutils/restorecond/restorecond.init branches/stable/1_0/policycoreutils/scripts/chcat branches/stable/1_0/policycoreutils/scripts/fixfiles branches/stable/1_0/policycoreutils/scripts/genhomedircon Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-04-27 17:21:40 UTC (rev 2418) @@ -1,3 +1,7 @@ +1.34.8 2007-04-27 + * Merged genhomedircon patch to use the __default__ setting from Dan Walsh. + * Merged chcat, fixfiles, genhomedircon, restorecond, and restorecon patches from Dan Walsh. + 1.34.7 2007-04-12 * Merged seobject setransRecords patch to return the first alias from Xavier Toth. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/VERSION 2007-04-27 17:21:40 UTC (rev 2418) @@ -1 +1 @@ -1.34.7 +1.34.8 Modified: branches/stable/1_0/policycoreutils/restorecon/restorecon.c =================================================================== --- branches/stable/1_0/policycoreutils/restorecon/restorecon.c 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/restorecon/restorecon.c 2007-04-27 17:21:40 UTC (rev 2418) @@ -336,8 +336,8 @@ if (!file_exist && errno == ENOENT) return; fprintf(stderr, - "%s: error while labeling files under %s\n", - progname, buf); + "%s: error while traversing %s: %s\n", + progname, buf, strerror(errno)); errors++; } } Modified: branches/stable/1_0/policycoreutils/restorecond/restorecond.init =================================================================== --- branches/stable/1_0/policycoreutils/restorecond/restorecond.init 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/restorecond/restorecond.init 2007-04-27 17:21:40 UTC (rev 2418) @@ -73,6 +73,7 @@ ;; status) status restorecond + RETVAL=$? ;; restart|reload) restart Modified: branches/stable/1_0/policycoreutils/scripts/chcat =================================================================== --- branches/stable/1_0/policycoreutils/scripts/chcat 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/scripts/chcat 2007-04-27 17:21:40 UTC (rev 2418) @@ -74,10 +74,12 @@ if i not in cats: cats.append(i) - new_serange = "%s-%s:%s" % (serange[0], top[0], string.join(cats, ",")) - if new_serange[-1:] == ":": - new_serange = new_serange[:-1] + if len(cats) > 0: + new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats)) + else + new_serange = "%s-%s" % (serange[0], top[0]) + if add_ind: cmd = "semanage login -a -r %s -s %s %s" % (new_serange, user[0], u) else: @@ -151,10 +153,11 @@ if i in cats: cats.remove(i) - new_serange = "%s-%s:%s" % (serange[0], top[0], string.join(cats, ",")) - if new_serange[-1:] == ":": - new_serange = new_serange[:-1] - + if len(cats) > 0: + new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats)) + else + new_serange = "%s-%s" % (serange[0], top[0]) + if add_ind: cmd = "semanage login -a -r %s -s %s %s" % (new_serange, user[0], u) else: Modified: branches/stable/1_0/policycoreutils/scripts/fixfiles =================================================================== --- branches/stable/1_0/policycoreutils/scripts/fixfiles 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/scripts/fixfiles 2007-04-27 17:21:40 UTC (rev 2418) @@ -138,7 +138,7 @@ exit $? fi LogReadOnly -${SETFILES} ${OUTFILES} ${SYSLOGFLAG} ${FORCEFLAG} $* ${FC} ${FILESYSTEMSRW} 2>&1 >> $LOGFILE +${SETFILES} -q ${OUTFILES} ${SYSLOGFLAG} ${FORCEFLAG} $* ${FC} ${FILESYSTEMSRW} 2>&1 >> $LOGFILE exit $? } Modified: branches/stable/1_0/policycoreutils/scripts/genhomedircon =================================================================== --- branches/stable/1_0/policycoreutils/scripts/genhomedircon 2007-04-27 17:08:39 UTC (rev 2417) +++ branches/stable/1_0/policycoreutils/scripts/genhomedircon 2007-04-27 17:21:40 UTC (rev 2418) @@ -26,6 +26,7 @@ import sys, os, pwd, string, getopt, re from semanage import *; +import selinux import gettext gettext.install('policycoreutils') @@ -135,6 +136,9 @@ self.contextdir = "/contexts" self.filecontextdir = self.contextdir+"/files" self.usepwd = usepwd + self.default_user = "user_u" + self.default_prefix = "user" + self.users = self.getUsers() def getFileContextDir(self): return self.selinuxdir+self.type+self.filecontextdir @@ -211,6 +215,10 @@ prefs["prefix"] = prefix prefs["home"] = home udict[user] = prefs + + def setDefaultUser(self, user, prefix): + self.default_user = user + self.default_prefix = prefix def getUsers(self): udict = {} @@ -219,7 +227,11 @@ for seuser in list: user = [] seusername = semanage_seuser_get_sename(seuser) - self.adduser(udict, semanage_seuser_get_name(seuser), seusername, self.get_default_prefix(seusername)) + prefix = self.get_default_prefix(seusername) + if semanage_seuser_get_name(seuser) == "__default__": + self.setDefaultUser(seusername, prefix) + + self.adduser(udict, semanage_seuser_get_name(seuser), seusername, prefix) else: try: @@ -249,7 +261,10 @@ i = i.replace("HOME_DIR", home) i = i.replace("ROLE", prefix) i = i.replace("system_u", seuser) - ret = ret+i + # Validate if the generated context exists. Some user types may not exist + scon = i.split()[-1] + if selinux.security_check_context(scon) == 0: + ret = ret+i fd.close() return ret @@ -266,12 +281,11 @@ return ret def genHomeDirContext(self): - users = self.getUsers() ret = "" # Fill in HOME and prefix for users that are defined - for u in users.keys(): - ret += self.getHomeDirContext (u, users[u]["seuser"], users[u]["home"], users[u]["prefix"]) - ret += self.getUserContext (u, users[u]["seuser"], users[u]["prefix"]) + for u in self.users.keys(): + ret += self.getHomeDirContext (u, self.users[u]["seuser"], self.users[u]["home"], self.users[u]["prefix"]) + ret += self.getUserContext (u, self.users[u]["seuser"], self.users[u]["prefix"]) return ret+"\n" def checkExists(self, home): @@ -318,9 +332,9 @@ def genoutput(self): ret = self.heading() for h in self.getHomeDirs(): - ret += self.getHomeDirContext ("user_u", "user_u" , h+'/[^/]*', "user") + ret += self.getHomeDirContext (self.default_user, self.default_user, h+'/[^/]*', self.default_prefix) ret += self.getHomeRootContext(h) - ret += self.getUserContext(".*", "user_u", "user") + "\n" + ret += self.getUserContext(".*", self.default_user, self.default_prefix) + "\n" ret += self.genHomeDirContext() return ret This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ssm...@us...> - 2007-05-09 14:50:24
|
Revision: 2432 http://svn.sourceforge.net/selinux/?rev=2432&view=rev Author: ssmalley Date: 2007-05-09 07:50:22 -0700 (Wed, 09 May 2007) Log Message: ----------- updated policycoreutils to version 1.34.10 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION branches/stable/1_0/policycoreutils/scripts/genhomedircon Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-05-09 14:47:47 UTC (rev 2431) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-05-09 14:50:22 UTC (rev 2432) @@ -1,3 +1,6 @@ +1.34.10 2007-05-09 + * Merged genhomedircon fix to find conflicting directories correctly from Dan Walsh. + 1.34.9 2007-05-03 * Merged support for modifying the prefix via semanage from Dan Walsh. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-05-09 14:47:47 UTC (rev 2431) +++ branches/stable/1_0/policycoreutils/VERSION 2007-05-09 14:50:22 UTC (rev 2432) @@ -1 +1 @@ -1.34.9 +1.34.10 Modified: branches/stable/1_0/policycoreutils/scripts/genhomedircon =================================================================== --- branches/stable/1_0/policycoreutils/scripts/genhomedircon 2007-05-09 14:47:47 UTC (rev 2431) +++ branches/stable/1_0/policycoreutils/scripts/genhomedircon 2007-05-09 14:50:22 UTC (rev 2432) @@ -302,7 +302,7 @@ regex = re.sub("\(\/\.\*\)\?", "", regex) regex = regex + "/*$" - if re.search(home, regex, 0): + if re.search(regex,home, 0): return 1 except: continue This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2007-08-23 14:54:44
|
Revision: 2534 http://selinux.svn.sourceforge.net/selinux/?rev=2534&view=rev Author: ssmalley Date: 2007-08-23 07:54:42 -0700 (Thu, 23 Aug 2007) Log Message: ----------- Fix genhomedircon matching of USER template from Todd Miller. Fix chcat from Dan Walsh. Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION branches/stable/1_0/policycoreutils/scripts/chcat branches/stable/1_0/policycoreutils/scripts/genhomedircon Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-08-23 14:50:08 UTC (rev 2533) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-08-23 14:54:42 UTC (rev 2534) @@ -1,3 +1,7 @@ +1.34.11 2007-08-23 + * Fix genhomedircon matching of the USER template from Todd Miller. + * Fix chcat from Dan Walsh. + 1.34.10 2007-05-09 * Merged genhomedircon fix to find conflicting directories correctly from Dan Walsh. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-08-23 14:50:08 UTC (rev 2533) +++ branches/stable/1_0/policycoreutils/VERSION 2007-08-23 14:54:42 UTC (rev 2534) @@ -1 +1 @@ -1.34.10 +1.34.11 Modified: branches/stable/1_0/policycoreutils/scripts/chcat =================================================================== --- branches/stable/1_0/policycoreutils/scripts/chcat 2007-08-23 14:50:08 UTC (rev 2533) +++ branches/stable/1_0/policycoreutils/scripts/chcat 2007-08-23 14:54:42 UTC (rev 2534) @@ -77,7 +77,7 @@ if len(cats) > 0: new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats)) - else + else: new_serange = "%s-%s" % (serange[0], top[0]) if add_ind: @@ -155,7 +155,7 @@ if len(cats) > 0: new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats)) - else + else: new_serange = "%s-%s" % (serange[0], top[0]) if add_ind: Modified: branches/stable/1_0/policycoreutils/scripts/genhomedircon =================================================================== --- branches/stable/1_0/policycoreutils/scripts/genhomedircon 2007-08-23 14:50:08 UTC (rev 2533) +++ branches/stable/1_0/policycoreutils/scripts/genhomedircon 2007-08-23 14:54:42 UTC (rev 2534) @@ -272,7 +272,7 @@ ret = "" fd = open(self.getHomeDirTemplate(), 'r') for i in fd.readlines(): - if i.find("USER") == 1: + if i.find("USER") >= 0: i = i.replace("USER", user) i = i.replace("ROLE", prefix) i = i.replace("system_u", sel_user) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2007-09-27 13:14:17
|
Revision: 2591 http://selinux.svn.sourceforge.net/selinux/?rev=2591&view=rev Author: ssmalley Date: 2007-09-27 06:12:37 -0700 (Thu, 27 Sep 2007) Log Message: ----------- updated policycoreutils to version 1.34.12 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-09-27 13:11:48 UTC (rev 2590) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-09-27 13:12:37 UTC (rev 2591) @@ -1,3 +1,6 @@ +1.34.12 2007-09-27 + * Disable dontaudits via semodule -D from Joshua Brindle. + 1.34.11 2007-08-23 * Fix genhomedircon matching of the USER template from Todd Miller. * Fix chcat from Dan Walsh. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-09-27 13:11:48 UTC (rev 2590) +++ branches/stable/1_0/policycoreutils/VERSION 2007-09-27 13:12:37 UTC (rev 2591) @@ -1 +1 @@ -1.34.11 +1.34.12 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2007-09-27 13:22:55
|
Revision: 2597 http://selinux.svn.sourceforge.net/selinux/?rev=2597&view=rev Author: ssmalley Date: 2007-09-27 06:22:54 -0700 (Thu, 27 Sep 2007) Log Message: ----------- updated policycoreutils to version 1.34.13 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-09-27 13:22:12 UTC (rev 2596) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-09-27 13:22:54 UTC (rev 2597) @@ -1,3 +1,6 @@ +1.34.13 2007-09-27 + * Improve semodule reporting of system errors from Stephen Smalley. + 1.34.12 2007-09-27 * Disable dontaudits via semodule -D from Joshua Brindle. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-09-27 13:22:12 UTC (rev 2596) +++ branches/stable/1_0/policycoreutils/VERSION 2007-09-27 13:22:54 UTC (rev 2597) @@ -1 +1 @@ -1.34.12 +1.34.13 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2007-10-15 14:53:46
|
Revision: 2657 http://selinux.svn.sourceforge.net/selinux/?rev=2657&view=rev Author: ssmalley Date: 2007-10-15 07:53:37 -0700 (Mon, 15 Oct 2007) Log Message: ----------- updated policycoreutils to version 1.34.14 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-10-15 14:53:16 UTC (rev 2656) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-10-15 14:53:37 UTC (rev 2657) @@ -1,3 +1,6 @@ +1.34.14 2007-10-15 + * Fix semodule option handling from Dan Walsh. + 1.34.13 2007-09-27 * Improve semodule reporting of system errors from Stephen Smalley. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-10-15 14:53:16 UTC (rev 2656) +++ branches/stable/1_0/policycoreutils/VERSION 2007-10-15 14:53:37 UTC (rev 2657) @@ -1 +1 @@ -1.34.13 +1.34.14 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mad...@us...> - 2007-12-14 15:34:55
|
Revision: 2706 http://selinux.svn.sourceforge.net/selinux/?rev=2706&view=rev Author: madmethod Date: 2007-12-14 07:34:36 -0800 (Fri, 14 Dec 2007) Log Message: ----------- update version to 1.34.15 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-12-14 15:32:30 UTC (rev 2705) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-12-14 15:34:36 UTC (rev 2706) @@ -1,3 +1,7 @@ +1.34.15 2007-12-14 + * Update Makefile to not build restorecond if + /usr/include/sys/inotify.h is not present + 1.34.14 2007-10-15 * Fix semodule option handling from Dan Walsh. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-12-14 15:32:30 UTC (rev 2705) +++ branches/stable/1_0/policycoreutils/VERSION 2007-12-14 15:34:36 UTC (rev 2706) @@ -1 +1 @@ -1.34.14 +1.34.15 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ssm...@us...> - 2008-06-06 14:34:46
|
Revision: 2894 http://selinux.svn.sourceforge.net/selinux/?rev=2894&view=rev Author: ssmalley Date: 2008-06-06 07:34:40 -0700 (Fri, 06 Jun 2008) Log Message: ----------- updated policycoreutils to version 1.34.16 Modified Paths: -------------- branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2008-06-06 14:33:06 UTC (rev 2893) +++ branches/stable/1_0/policycoreutils/ChangeLog 2008-06-06 14:34:40 UTC (rev 2894) @@ -1,3 +1,6 @@ +1.34.16 2008-06-06 + * Fix genhomedircon to not skip user_u entries from Chris PeBenito. + 1.34.15 2007-12-14 * Update Makefile to not build restorecond if /usr/include/sys/inotify.h is not present Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2008-06-06 14:33:06 UTC (rev 2893) +++ branches/stable/1_0/policycoreutils/VERSION 2008-06-06 14:34:40 UTC (rev 2894) @@ -1 +1 @@ -1.34.15 +1.34.16 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |