* Thu Jul 27 2006 Dan Walsh <dwalsh@redhat.com> 1.30.17-7
- Change newrole to exec a login shell to prevent suspend.
This commit is contained in:
parent
0e0690a04d
commit
e16513249e
@ -1,6 +1,38 @@
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/newrole/newrole.c policycoreutils-1.30.17/newrole/newrole.c
|
||||
--- nsapolicycoreutils/newrole/newrole.c 2006-07-03 07:52:43.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/newrole/newrole.c 2006-07-27 14:47:40.000000000 -0400
|
||||
@@ -47,6 +47,7 @@
|
||||
*
|
||||
*************************************************************************/
|
||||
|
||||
+#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for malloc(), realloc(), free() */
|
||||
#include <pwd.h> /* for getpwuid() */
|
||||
@@ -855,7 +856,10 @@
|
||||
|
||||
if (optind < 1)
|
||||
optind = 1;
|
||||
- argv[optind - 1] = pw->pw_shell;
|
||||
+ if (asprintf(&argv[optind - 1], "-%s", pw->pw_shell) < 0) {
|
||||
+ fprintf(stderr, _("Error allocating shell.\n"));
|
||||
+ }
|
||||
+
|
||||
#ifdef CANTSPELLGDB
|
||||
{
|
||||
int i;
|
||||
@@ -897,7 +901,7 @@
|
||||
}
|
||||
#endif
|
||||
freecon(old_context);
|
||||
- execv(argv[optind - 1], argv + optind - 1);
|
||||
+ execv(pw->pw_shell, argv + optind - 1);
|
||||
|
||||
/* If we reach here, then we failed to exec the new shell. */
|
||||
perror(_("failed to exec shell\n"));
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-1.30.17/po/af.po
|
||||
--- nsapolicycoreutils/po/af.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/af.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/af.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -311,7 +343,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-1.30.17/po/am.po
|
||||
--- nsapolicycoreutils/po/am.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/am.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/am.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -622,7 +654,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-1.30.17/po/ar.po
|
||||
--- nsapolicycoreutils/po/ar.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ar.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ar.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -933,7 +965,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils-1.30.17/po/be.po
|
||||
--- nsapolicycoreutils/po/be.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/be.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/be.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -1244,7 +1276,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils-1.30.17/po/bg.po
|
||||
--- nsapolicycoreutils/po/bg.po 2006-07-03 07:52:46.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/bg.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/bg.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -1555,7 +1587,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreutils-1.30.17/po/bn_IN.po
|
||||
--- nsapolicycoreutils/po/bn_IN.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/bn_IN.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/bn_IN.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -35,7 +35,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: bn_IN\n"
|
||||
@ -1870,7 +1902,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreut
|
||||
msgstr "鄏<>成鄑<E68890>旨鄑肀戌鄏<E6888C> 鄏𨫼旭鄏戈<E9848F> 鄏眇<E9848F>鄏能旭鄑温戎鄍么n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils-1.30.17/po/bn.po
|
||||
--- nsapolicycoreutils/po/bn.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/bn.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/bn.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -2181,7 +2213,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils-1.30.17/po/ca.po
|
||||
--- nsapolicycoreutils/po/ca.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ca.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ca.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -21,7 +21,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: policycoreutils\n"
|
||||
@ -2492,7 +2524,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils
|
||||
msgstr "ha fallat l'autenticaci籀.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils-1.30.17/po/cs.po
|
||||
--- nsapolicycoreutils/po/cs.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/cs.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/cs.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -2803,7 +2835,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils-1.30.17/po/cy.po
|
||||
--- nsapolicycoreutils/po/cy.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/cy.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/cy.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -3114,7 +3146,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils-1.30.17/po/da.po
|
||||
--- nsapolicycoreutils/po/da.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/da.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/da.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -3,7 +3,7 @@
|
||||
msgid "usage: %s [-bq]\n"
|
||||
msgstr ""
|
||||
@ -3416,7 +3448,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils-1.30.17/po/de.po
|
||||
--- nsapolicycoreutils/po/de.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/de.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/de.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -1,55 +1,59 @@
|
||||
# German translation of policycoreutils.
|
||||
# Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
@ -4810,7 +4842,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils-1.30.17/po/el.po
|
||||
--- nsapolicycoreutils/po/el.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/el.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/el.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -1,56 +1,71 @@
|
||||
-# SOME DESCRIPTIVE TITLE.
|
||||
+# translation of el.po to Greek
|
||||
@ -6093,7 +6125,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreutils-1.30.17/po/en_GB.po
|
||||
--- nsapolicycoreutils/po/en_GB.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/en_GB.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/en_GB.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -6404,7 +6436,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreut
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils-1.30.17/po/es.po
|
||||
--- nsapolicycoreutils/po/es.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/es.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/es.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
@ -6718,7 +6750,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils
|
||||
msgstr "fall<6C> la autenticaci鏮.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/et.po policycoreutils-1.30.17/po/et.po
|
||||
--- nsapolicycoreutils/po/et.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/et.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/et.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -3,7 +3,7 @@
|
||||
msgid "usage: %s [-bq]\n"
|
||||
msgstr ""
|
||||
@ -7020,7 +7052,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/et.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/eu_ES.po policycoreutils-1.30.17/po/eu_ES.po
|
||||
--- nsapolicycoreutils/po/eu_ES.po 2006-07-03 07:52:46.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/eu_ES.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/eu_ES.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -7331,7 +7363,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/eu_ES.po policycoreut
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fa.po policycoreutils-1.30.17/po/fa.po
|
||||
--- nsapolicycoreutils/po/fa.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/fa.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/fa.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -7642,7 +7674,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fa.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fi.po policycoreutils-1.30.17/po/fi.po
|
||||
--- nsapolicycoreutils/po/fi.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/fi.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/fi.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -7953,7 +7985,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fi.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils-1.30.17/po/fr.po
|
||||
--- nsapolicycoreutils/po/fr.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/fr.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/fr.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -1,418 +1,439 @@
|
||||
+# translation of Policy Core Utils.
|
||||
+# Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
@ -9155,7 +9187,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gl.po policycoreutils-1.30.17/po/gl.po
|
||||
--- nsapolicycoreutils/po/gl.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/gl.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/gl.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -3,7 +3,7 @@
|
||||
msgid "usage: %s [-bq]\n"
|
||||
msgstr ""
|
||||
@ -9457,7 +9489,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gl.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gu.po policycoreutils-1.30.17/po/gu.po
|
||||
--- nsapolicycoreutils/po/gu.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/gu.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/gu.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: gu\n"
|
||||
@ -9768,7 +9800,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gu.po policycoreutils
|
||||
msgstr "鄋詮炊鄎温炊鄋擒爭鄋賴<E9848B>鄋啤炒 鄋兒矽鄋獅<E9848B>鄋徇玟.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/he.po policycoreutils-1.30.17/po/he.po
|
||||
--- nsapolicycoreutils/po/he.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/he.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/he.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -10079,7 +10111,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/he.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils-1.30.17/po/hi.po
|
||||
--- nsapolicycoreutils/po/hi.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hi.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hi.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: hi\n"
|
||||
@ -10405,7 +10437,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hr.po policycoreutils-1.30.17/po/hr.po
|
||||
--- nsapolicycoreutils/po/hr.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hr.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hr.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: policycoreutils\n"
|
||||
@ -10720,7 +10752,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hr.po policycoreutils
|
||||
msgstr "Provjere autenti<74>nosti nije uspjela.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hu.po policycoreutils-1.30.17/po/hu.po
|
||||
--- nsapolicycoreutils/po/hu.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hu.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hu.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -11031,7 +11063,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hu.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hy.po policycoreutils-1.30.17/po/hy.po
|
||||
--- nsapolicycoreutils/po/hy.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hy.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/hy.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -11342,7 +11374,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hy.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/id.po policycoreutils-1.30.17/po/id.po
|
||||
--- nsapolicycoreutils/po/id.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/id.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/id.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -3,7 +3,7 @@
|
||||
msgid "usage: %s [-bq]\n"
|
||||
msgstr ""
|
||||
@ -11644,7 +11676,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/id.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/is.po policycoreutils-1.30.17/po/is.po
|
||||
--- nsapolicycoreutils/po/is.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/is.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/is.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -11955,7 +11987,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/is.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/it.po policycoreutils-1.30.17/po/it.po
|
||||
--- nsapolicycoreutils/po/it.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/it.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/it.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: it\n"
|
||||
@ -12269,7 +12301,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/it.po policycoreutils
|
||||
msgstr "autenticazione fallita.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ja.po policycoreutils-1.30.17/po/ja.po
|
||||
--- nsapolicycoreutils/po/ja.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ja.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ja.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -12580,7 +12612,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ja.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ka.po policycoreutils-1.30.17/po/ka.po
|
||||
--- nsapolicycoreutils/po/ka.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ka.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ka.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -12891,7 +12923,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ka.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/kn.po policycoreutils-1.30.17/po/kn.po
|
||||
--- nsapolicycoreutils/po/kn.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/kn.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/kn.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -13202,7 +13234,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/kn.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ko.po policycoreutils-1.30.17/po/ko.po
|
||||
--- nsapolicycoreutils/po/ko.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ko.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ko.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -1,4 +1,5 @@
|
||||
-# translation of ko.po to
|
||||
+# translation of ko.po to Korean
|
||||
@ -14201,7 +14233,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ko.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ku.po policycoreutils-1.30.17/po/ku.po
|
||||
--- nsapolicycoreutils/po/ku.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ku.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ku.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -14512,7 +14544,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ku.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lo.po policycoreutils-1.30.17/po/lo.po
|
||||
--- nsapolicycoreutils/po/lo.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/lo.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/lo.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -14823,7 +14855,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lo.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lt.po policycoreutils-1.30.17/po/lt.po
|
||||
--- nsapolicycoreutils/po/lt.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/lt.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/lt.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -15134,7 +15166,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lt.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lv.po policycoreutils-1.30.17/po/lv.po
|
||||
--- nsapolicycoreutils/po/lv.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/lv.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/lv.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -15445,7 +15477,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lv.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mk.po policycoreutils-1.30.17/po/mk.po
|
||||
--- nsapolicycoreutils/po/mk.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/mk.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/mk.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -15756,7 +15788,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mk.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ml.po policycoreutils-1.30.17/po/ml.po
|
||||
--- nsapolicycoreutils/po/ml.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ml.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ml.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,11 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: ml\n"
|
||||
@ -16146,7 +16178,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ml.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mr.po policycoreutils-1.30.17/po/mr.po
|
||||
--- nsapolicycoreutils/po/mr.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/mr.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/mr.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: mr\n"
|
||||
@ -16514,7 +16546,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mr.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ms.po policycoreutils-1.30.17/po/ms.po
|
||||
--- nsapolicycoreutils/po/ms.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ms.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ms.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,8 +7,8 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -17359,7 +17391,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ms.po policycoreutils
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/my.po policycoreutils-1.30.17/po/my.po
|
||||
--- nsapolicycoreutils/po/my.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/my.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/my.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -17670,7 +17702,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/my.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nb.po policycoreutils-1.30.17/po/nb.po
|
||||
--- nsapolicycoreutils/po/nb.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nb.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nb.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -17981,7 +18013,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nb.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nl.po policycoreutils-1.30.17/po/nl.po
|
||||
--- nsapolicycoreutils/po/nl.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nl.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nl.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -1,230 +1,250 @@
|
||||
+# translation of policycoreutils to Dutch
|
||||
+# This file is distributed under the same license as the policycoreutils package.
|
||||
@ -19182,7 +19214,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nl.po policycoreutils
|
||||
+msgstr "Fout in opties: %s "
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nn.po policycoreutils-1.30.17/po/nn.po
|
||||
--- nsapolicycoreutils/po/nn.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nn.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nn.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -19493,7 +19525,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nn.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/no.po policycoreutils-1.30.17/po/no.po
|
||||
--- nsapolicycoreutils/po/no.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/no.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/no.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -19804,7 +19836,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/no.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nso.po policycoreutils-1.30.17/po/nso.po
|
||||
--- nsapolicycoreutils/po/nso.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nso.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/nso.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -20115,7 +20147,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/nso.po policycoreutil
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/or.po policycoreutils-1.30.17/po/or.po
|
||||
--- nsapolicycoreutils/po/or.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/or.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/or.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: or\n"
|
||||
@ -20426,7 +20458,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/or.po policycoreutils
|
||||
msgstr "酮眇<E985AE>酮抉玷酮𨫼為酮<E782BA> 酮<>爰酮徇炯 酮嫩<E985AE>酮<EFBFBD> 酮鉮炬酮<E782AC> \n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pa.po policycoreutils-1.30.17/po/pa.po
|
||||
--- nsapolicycoreutils/po/pa.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pa.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pa.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: policycoreutils\n"
|
||||
@ -20737,7 +20769,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pa.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pl.po policycoreutils-1.30.17/po/pl.po
|
||||
--- nsapolicycoreutils/po/pl.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pl.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pl.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: pl\n"
|
||||
@ -21054,7 +21086,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pl.po policycoreutils
|
||||
msgstr "uwierzytelnianie nie powiod<6F>o si<73>.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pt_BR.po policycoreutils-1.30.17/po/pt_BR.po
|
||||
--- nsapolicycoreutils/po/pt_BR.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pt_BR.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pt_BR.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -4,7 +4,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: pt_BR\n"
|
||||
@ -21365,7 +21397,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pt_BR.po policycoreut
|
||||
msgstr "autentica癟瓊o falhou.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pt.po policycoreutils-1.30.17/po/pt.po
|
||||
--- nsapolicycoreutils/po/pt.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pt.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/pt.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -2,7 +2,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: policycoreutils\n"
|
||||
@ -21683,7 +21715,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/pt.po policycoreutils
|
||||
msgstr "a autentica癟瓊o falhou.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ro.po policycoreutils-1.30.17/po/ro.po
|
||||
--- nsapolicycoreutils/po/ro.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ro.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ro.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -21994,7 +22026,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ro.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ru.po policycoreutils-1.30.17/po/ru.po
|
||||
--- nsapolicycoreutils/po/ru.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ru.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ru.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: ru\n"
|
||||
@ -22306,7 +22338,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ru.po policycoreutils
|
||||
msgstr "<22>訇郋邿 郈<>郋赲迮<E8B5B2>郕邽 郈郋迡郅邽郇郇郋<E98387><E9838B>邽.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/si.po policycoreutils-1.30.17/po/si.po
|
||||
--- nsapolicycoreutils/po/si.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/si.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/si.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -22617,7 +22649,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/si.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sk.po policycoreutils-1.30.17/po/sk.po
|
||||
--- nsapolicycoreutils/po/sk.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sk.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sk.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -22928,7 +22960,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sk.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sl.po policycoreutils-1.30.17/po/sl.po
|
||||
--- nsapolicycoreutils/po/sl.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sl.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sl.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -23239,7 +23271,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sl.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sq.po policycoreutils-1.30.17/po/sq.po
|
||||
--- nsapolicycoreutils/po/sq.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sq.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sq.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -23550,7 +23582,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sq.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr@Latn.po policycoreutils-1.30.17/po/sr@Latn.po
|
||||
--- nsapolicycoreutils/po/sr@Latn.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sr@Latn.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sr@Latn.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: policycoreutils\n"
|
||||
@ -23863,7 +23895,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr@Latn.po policycore
|
||||
msgstr "neuspela autentifikacija.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr.po policycoreutils-1.30.17/po/sr.po
|
||||
--- nsapolicycoreutils/po/sr.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sr.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sr.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: policycoreutils\n"
|
||||
@ -24176,7 +24208,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sr.po policycoreutils
|
||||
msgstr "郇迮<E98387><E8BFAE>郈迮郅訄 訄<><E8A884>迮郇<E8BFAE>邽<EFBFBD>邽郕訄<E98395>邽<EFBFBD>訄.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sv.po policycoreutils-1.30.17/po/sv.po
|
||||
--- nsapolicycoreutils/po/sv.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sv.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/sv.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -3,7 +3,7 @@
|
||||
msgid "usage: %s [-bq]\n"
|
||||
msgstr ""
|
||||
@ -24478,7 +24510,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/sv.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ta.po policycoreutils-1.30.17/po/ta.po
|
||||
--- nsapolicycoreutils/po/ta.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ta.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ta.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: ta\n"
|
||||
@ -24789,7 +24821,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ta.po policycoreutils
|
||||
msgstr "鉈<><E98988>鉒温<E98992>鉒<EFBFBD>鉈𨫼扇鉈賴<E98988>鉒温<E98992>鉈芹<E98988>鉈芹<E98988>鉈菽挪鉈耜<E98988>鉈耜<E98988>.\n"
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/te.po policycoreutils-1.30.17/po/te.po
|
||||
--- nsapolicycoreutils/po/te.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/te.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/te.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -25100,7 +25132,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/te.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/th.po policycoreutils-1.30.17/po/th.po
|
||||
--- nsapolicycoreutils/po/th.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/th.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/th.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -25411,7 +25443,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/th.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/tr.po policycoreutils-1.30.17/po/tr.po
|
||||
--- nsapolicycoreutils/po/tr.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/tr.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/tr.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -25722,7 +25754,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/tr.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils-1.30.17/po/uk.po
|
||||
--- nsapolicycoreutils/po/uk.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/uk.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/uk.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -26033,7 +26065,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils-1.30.17/po/ur.po
|
||||
--- nsapolicycoreutils/po/ur.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ur.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/ur.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -26344,7 +26376,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils-1.30.17/po/vi.po
|
||||
--- nsapolicycoreutils/po/vi.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/vi.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/vi.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -26655,7 +26687,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreutils-1.30.17/po/zh_CN.po
|
||||
--- nsapolicycoreutils/po/zh_CN.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/zh_CN.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/zh_CN.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -4,6 +4,7 @@
|
||||
# translation of zh_CN.po to
|
||||
# translation of zh_CN.po to
|
||||
@ -27553,7 +27585,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreut
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-1.30.17/po/zh_TW.po
|
||||
--- nsapolicycoreutils/po/zh_TW.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/zh_TW.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/zh_TW.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -1,246 +1,246 @@
|
||||
-# SOME DESCRIPTIVE TITLE.
|
||||
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
@ -27902,7 +27934,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreut
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zu.po policycoreutils-1.30.17/po/zu.po
|
||||
--- nsapolicycoreutils/po/zu.po 2006-07-03 07:52:45.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/zu.po 2006-07-17 09:10:10.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/po/zu.po 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -8,7 +8,7 @@
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
@ -28213,7 +28245,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zu.po policycoreutils
|
||||
msgstr ""
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecond/restorecond.8 policycoreutils-1.30.17/restorecond/restorecond.8
|
||||
--- nsapolicycoreutils/restorecond/restorecond.8 2006-05-15 09:42:57.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/restorecond/restorecond.8 2006-07-18 11:11:31.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/restorecond/restorecond.8 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -11,7 +11,7 @@
|
||||
.BR restorecond
|
||||
program.
|
||||
@ -28234,7 +28266,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecond/restorecond.
|
||||
.BR restorecon (8),
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecond/restorecond.c policycoreutils-1.30.17/restorecond/restorecond.c
|
||||
--- nsapolicycoreutils/restorecond/restorecond.c 2006-07-03 07:52:43.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/restorecond/restorecond.c 2006-07-17 09:37:26.000000000 -0400
|
||||
+++ policycoreutils-1.30.17/restorecond/restorecond.c 2006-07-27 14:45:27.000000000 -0400
|
||||
@@ -30,9 +30,10 @@
|
||||
* and makes sure that there security context matches the systems defaults
|
||||
*
|
||||
@ -28276,7 +28308,23 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecond/restorecond.
|
||||
exit(0);
|
||||
}
|
||||
|
||||
@@ -449,22 +452,25 @@
|
||||
@@ -433,9 +436,14 @@
|
||||
/* Make sure we are root */
|
||||
if (getuid() != 0) {
|
||||
fprintf(stderr, "You must be root to run this program.\n");
|
||||
- return 4;
|
||||
+ return 1;
|
||||
}
|
||||
#endif
|
||||
+ /* Make sure we are root */
|
||||
+ if (is_selinux_enabled() != 1) {
|
||||
+ fprintf(stderr, "Daemon requires SELinux be enabled to run.\n");
|
||||
+ return 2;
|
||||
+ }
|
||||
|
||||
/* Register sighandlers */
|
||||
sa.sa_flags = 0;
|
||||
@@ -449,22 +457,25 @@
|
||||
if (master_fd < 0)
|
||||
exitApp("inotify_init");
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 1.30.17
|
||||
Release: 5
|
||||
Release: 7
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -122,6 +122,12 @@ fi
|
||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2006 Dan Walsh <dwalsh@redhat.com> 1.30.17-7
|
||||
- Change newrole to exec a login shell to prevent suspend.
|
||||
|
||||
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 1.30.17-6
|
||||
- Report error when selinux not enabled in restorecond
|
||||
|
||||
* Tue Jul 18 2006 Dan Walsh <dwalsh@redhat.com> 1.30.17-5
|
||||
- Fix handling of restorecond
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user