|
From: <ssm...@us...> - 2007-01-22 18:35:06
|
Revision: 2199
http://svn.sourceforge.net/selinux/?rev=2199&view=rev
Author: ssmalley
Date: 2007-01-22 10:34:12 -0800 (Mon, 22 Jan 2007)
Log Message:
-----------
Fixed newrole non-pam build.
Modified Paths:
--------------
trunk/policycoreutils/ChangeLog
trunk/policycoreutils/VERSION
trunk/policycoreutils/newrole/newrole.c
Modified: trunk/policycoreutils/ChangeLog
===================================================================
--- trunk/policycoreutils/ChangeLog 2007-01-18 15:09:00 UTC (rev 2198)
+++ trunk/policycoreutils/ChangeLog 2007-01-22 18:34:12 UTC (rev 2199)
@@ -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: trunk/policycoreutils/VERSION
===================================================================
--- trunk/policycoreutils/VERSION 2007-01-18 15:09:00 UTC (rev 2198)
+++ trunk/policycoreutils/VERSION 2007-01-22 18:34:12 UTC (rev 2199)
@@ -1 +1 @@
-1.34.0
+1.34.1
Modified: trunk/policycoreutils/newrole/newrole.c
===================================================================
--- trunk/policycoreutils/newrole/newrole.c 2007-01-18 15:09:00 UTC (rev 2198)
+++ trunk/policycoreutils/newrole/newrole.c 2007-01-22 18:34:12 UTC (rev 2199)
@@ -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.
|