diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/audit2allow policycoreutils-1.30.27/audit2allow/audit2allow --- nsapolicycoreutils/audit2allow/audit2allow 2006-08-28 16:58:19.000000000 -0400 +++ policycoreutils-1.30.27/audit2allow/audit2allow 2006-08-31 16:11:24.000000000 -0400 @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python # Copyright (C) 2005 Red Hat # see file 'COPYING' for use and warranty information # diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/avc.py policycoreutils-1.30.27/audit2allow/avc.py --- nsapolicycoreutils/audit2allow/avc.py 2006-08-28 16:58:19.000000000 -0400 +++ policycoreutils-1.30.27/audit2allow/avc.py 2006-08-31 16:12:13.000000000 -0400 @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python # Copyright (C) 2006 Red Hat # see file 'COPYING' for use and warranty information # Binary files nsapolicycoreutils/newrole/newrole and policycoreutils-1.30.27/newrole/newrole differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/newrole/newrole.c policycoreutils-1.30.27/newrole/newrole.c --- nsapolicycoreutils/newrole/newrole.c 2006-08-28 16:58:20.000000000 -0400 +++ policycoreutils-1.30.27/newrole/newrole.c 2006-08-31 08:02:14.000000000 -0400 @@ -445,6 +445,7 @@ /* Terminate on SIGHUP. */ signal(SIGHUP, SIG_DFL); + signal(SIGPIPE, SIG_IGN); #ifdef USE_NLS setlocale(LC_ALL, ""); diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-1.30.27/po/af.po --- nsapolicycoreutils/po/af.po 2006-08-28 16:58:21.000000000 -0400 +++ policycoreutils-1.30.27/po/af.po 2006-08-31 07:08:21.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-26 13:48-0400\n" +"POT-Creation-Date: 2006-06-29 15:53-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgid "usage: %s [-bq]\n" msgstr "" -#: ../load_policy/load_policy.c:62 +#: ../load_policy/load_policy.c:66 #, c-format msgid "%s: Can't load policy: %s\n" msgstr "" @@ -31,26 +31,26 @@ msgid "Out of memory!\n" msgstr "" -#: ../newrole/newrole.c:201 ../run_init/run_init.c:126 +#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 #, c-format msgid "failed to initialize PAM\n" msgstr "" -#: ../newrole/newrole.c:212 +#: ../newrole/newrole.c:210 #, c-format msgid "failed to set PAM_TTY\n" msgstr "" -#: ../newrole/newrole.c:250 ../run_init/run_init.c:155 +#: ../newrole/newrole.c:246 ../run_init/run_init.c:154 msgid "Password:" msgstr "" -#: ../newrole/newrole.c:282 ../run_init/run_init.c:187 +#: ../newrole/newrole.c:281 ../run_init/run_init.c:189 #, c-format msgid "Cannot find your entry in the shadow passwd file.\n" msgstr "" -#: ../newrole/newrole.c:288 ../run_init/run_init.c:193 +#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 #, c-format msgid "getpass cannot open /dev/tty\n" msgstr "" @@ -60,187 +60,187 @@ msgid "Error initing capabilities, aborting.\n" msgstr "" -#: ../newrole/newrole.c:367 +#: ../newrole/newrole.c:368 #, c-format msgid "Error dropping capabilities, aborting\n" msgstr "" -#: ../newrole/newrole.c:374 +#: ../newrole/newrole.c:375 #, c-format msgid "Error changing uid, aborting.\n" msgstr "" -#: ../newrole/newrole.c:380 +#: ../newrole/newrole.c:382 #, c-format msgid "Error resetting KEEPCAPS, aborting\n" msgstr "" -#: ../newrole/newrole.c:386 +#: ../newrole/newrole.c:390 #, c-format msgid "Error dropping SETUID capability, aborting\n" msgstr "" -#: ../newrole/newrole.c:459 +#: ../newrole/newrole.c:463 #, c-format msgid "Sorry, newrole may be used only on a SELinux kernel.\n" msgstr "" -#: ../newrole/newrole.c:464 +#: ../newrole/newrole.c:468 #, c-format msgid "Could not determine enforcing mode.\n" msgstr "" -#: ../newrole/newrole.c:481 +#: ../newrole/newrole.c:488 #, c-format msgid "Error: multiple roles specified\n" msgstr "" -#: ../newrole/newrole.c:490 +#: ../newrole/newrole.c:498 #, c-format msgid "Error: multiple types specified\n" msgstr "" -#: ../newrole/newrole.c:498 +#: ../newrole/newrole.c:508 #, c-format msgid "Sorry, -l may be used with SELinux MLS support.\n" msgstr "" -#: ../newrole/newrole.c:503 +#: ../newrole/newrole.c:515 #, c-format msgid "Error: multiple levels specified\n" msgstr "" -#: ../newrole/newrole.c:527 +#: ../newrole/newrole.c:537 #, c-format msgid "Couldn't get default type.\n" msgstr "" -#: ../newrole/newrole.c:549 +#: ../newrole/newrole.c:559 #, c-format msgid "failed to get old_context.\n" msgstr "" -#: ../newrole/newrole.c:563 +#: ../newrole/newrole.c:572 #, c-format msgid "failed to get new context.\n" msgstr "" -#: ../newrole/newrole.c:586 +#: ../newrole/newrole.c:596 #, c-format msgid "cannot find your entry in the passwd file.\n" msgstr "" -#: ../newrole/newrole.c:596 +#: ../newrole/newrole.c:606 #, c-format msgid "Error! Shell is not valid.\n" msgstr "" -#: ../newrole/newrole.c:603 +#: ../newrole/newrole.c:614 #, c-format msgid "Error! Could not retrieve tty information.\n" msgstr "" -#: ../newrole/newrole.c:607 +#: ../newrole/newrole.c:618 #, c-format msgid "Authenticating %s.\n" msgstr "" -#: ../newrole/newrole.c:621 +#: ../newrole/newrole.c:632 #, c-format msgid "newrole: incorrect password for %s\n" msgstr "" -#: ../newrole/newrole.c:645 +#: ../newrole/newrole.c:657 #, c-format msgid "failed to set new role %s\n" msgstr "" -#: ../newrole/newrole.c:657 +#: ../newrole/newrole.c:671 #, c-format msgid "failed to set new type %s\n" msgstr "" -#: ../newrole/newrole.c:670 +#: ../newrole/newrole.c:688 #, c-format msgid "failed to build new range with level %s\n" msgstr "" -#: ../newrole/newrole.c:674 +#: ../newrole/newrole.c:693 #, c-format msgid "failed to set new range %s\n" msgstr "" -#: ../newrole/newrole.c:688 +#: ../newrole/newrole.c:708 #, c-format msgid "failed to convert new context to string\n" msgstr "" -#: ../newrole/newrole.c:698 +#: ../newrole/newrole.c:717 #, c-format msgid "%s is not a valid context\n" msgstr "" -#: ../newrole/newrole.c:711 +#: ../newrole/newrole.c:730 #, c-format msgid "Error! Could not open %s.\n" msgstr "" -#: ../newrole/newrole.c:717 +#: ../newrole/newrole.c:738 #, c-format msgid "%s! Could not get current context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:728 +#: ../newrole/newrole.c:757 #, c-format msgid "%s! Could not get new context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:740 +#: ../newrole/newrole.c:771 #, c-format msgid "%s! Could not set new context for %s\n" msgstr "" -#: ../newrole/newrole.c:752 +#: ../newrole/newrole.c:784 #, c-format msgid "newrole: failure forking: %s" msgstr "" -#: ../newrole/newrole.c:754 +#: ../newrole/newrole.c:789 #, c-format msgid "Warning! Could not restore context for %s\n" msgstr "" -#: ../newrole/newrole.c:774 +#: ../newrole/newrole.c:810 #, c-format msgid "%s changed labels.\n" msgstr "" -#: ../newrole/newrole.c:798 +#: ../newrole/newrole.c:834 #, c-format msgid "Could not close descriptors.\n" msgstr "" -#: ../newrole/newrole.c:832 ../run_init/run_init.c:390 +#: ../newrole/newrole.c:869 ../run_init/run_init.c:397 #, c-format msgid "Could not set exec context to %s.\n" msgstr "" -#: ../newrole/newrole.c:842 +#: ../newrole/newrole.c:881 #, c-format msgid "Error connecting to audit system.\n" msgstr "" -#: ../newrole/newrole.c:847 +#: ../newrole/newrole.c:886 #, c-format msgid "Error allocating memory.\n" msgstr "" -#: ../newrole/newrole.c:853 +#: ../newrole/newrole.c:892 #, c-format msgid "Error sending audit message.\n" msgstr "" -#: ../newrole/newrole.c:864 +#: ../newrole/newrole.c:903 msgid "failed to exec shell\n" msgstr "" @@ -251,27 +251,27 @@ " are the arguments to that script." msgstr "" -#: ../run_init/run_init.c:264 +#: ../run_init/run_init.c:267 #, c-format msgid "run_init: incorrect password for %s\n" msgstr "" -#: ../run_init/run_init.c:295 +#: ../run_init/run_init.c:301 #, c-format msgid "Could not open file %s\n" msgstr "" -#: ../run_init/run_init.c:322 +#: ../run_init/run_init.c:328 #, c-format msgid "No context in file %s\n" msgstr "" -#: ../run_init/run_init.c:345 +#: ../run_init/run_init.c:353 #, c-format msgid "Sorry, run_init may be used only on a SELinux kernel.\n" msgstr "" -#: ../run_init/run_init.c:364 +#: ../run_init/run_init.c:372 #, c-format msgid "authentication failed.\n" msgstr "" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-1.30.27/po/am.po --- nsapolicycoreutils/po/am.po 2006-08-28 16:58:22.000000000 -0400 +++ policycoreutils-1.30.27/po/am.po 2006-08-31 07:08:21.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-26 13:48-0400\n" +"POT-Creation-Date: 2006-06-29 15:53-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgid "usage: %s [-bq]\n" msgstr "" -#: ../load_policy/load_policy.c:62 +#: ../load_policy/load_policy.c:66 #, c-format msgid "%s: Can't load policy: %s\n" msgstr "" @@ -31,26 +31,26 @@ msgid "Out of memory!\n" msgstr "" -#: ../newrole/newrole.c:201 ../run_init/run_init.c:126 +#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 #, c-format msgid "failed to initialize PAM\n" msgstr "" -#: ../newrole/newrole.c:212 +#: ../newrole/newrole.c:210 #, c-format msgid "failed to set PAM_TTY\n" msgstr "" -#: ../newrole/newrole.c:250 ../run_init/run_init.c:155 +#: ../newrole/newrole.c:246 ../run_init/run_init.c:154 msgid "Password:" msgstr "" -#: ../newrole/newrole.c:282 ../run_init/run_init.c:187 +#: ../newrole/newrole.c:281 ../run_init/run_init.c:189 #, c-format msgid "Cannot find your entry in the shadow passwd file.\n" msgstr "" -#: ../newrole/newrole.c:288 ../run_init/run_init.c:193 +#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 #, c-format msgid "getpass cannot open /dev/tty\n" msgstr "" @@ -60,187 +60,187 @@ msgid "Error initing capabilities, aborting.\n" msgstr "" -#: ../newrole/newrole.c:367 +#: ../newrole/newrole.c:368 #, c-format msgid "Error dropping capabilities, aborting\n" msgstr "" -#: ../newrole/newrole.c:374 +#: ../newrole/newrole.c:375 #, c-format msgid "Error changing uid, aborting.\n" msgstr "" -#: ../newrole/newrole.c:380 +#: ../newrole/newrole.c:382 #, c-format msgid "Error resetting KEEPCAPS, aborting\n" msgstr "" -#: ../newrole/newrole.c:386 +#: ../newrole/newrole.c:390 #, c-format msgid "Error dropping SETUID capability, aborting\n" msgstr "" -#: ../newrole/newrole.c:459 +#: ../newrole/newrole.c:463 #, c-format msgid "Sorry, newrole may be used only on a SELinux kernel.\n" msgstr "" -#: ../newrole/newrole.c:464 +#: ../newrole/newrole.c:468 #, c-format msgid "Could not determine enforcing mode.\n" msgstr "" -#: ../newrole/newrole.c:481 +#: ../newrole/newrole.c:488 #, c-format msgid "Error: multiple roles specified\n" msgstr "" -#: ../newrole/newrole.c:490 +#: ../newrole/newrole.c:498 #, c-format msgid "Error: multiple types specified\n" msgstr "" -#: ../newrole/newrole.c:498 +#: ../newrole/newrole.c:508 #, c-format msgid "Sorry, -l may be used with SELinux MLS support.\n" msgstr "" -#: ../newrole/newrole.c:503 +#: ../newrole/newrole.c:515 #, c-format msgid "Error: multiple levels specified\n" msgstr "" -#: ../newrole/newrole.c:527 +#: ../newrole/newrole.c:537 #, c-format msgid "Couldn't get default type.\n" msgstr "" -#: ../newrole/newrole.c:549 +#: ../newrole/newrole.c:559 #, c-format msgid "failed to get old_context.\n" msgstr "" -#: ../newrole/newrole.c:563 +#: ../newrole/newrole.c:572 #, c-format msgid "failed to get new context.\n" msgstr "" -#: ../newrole/newrole.c:586 +#: ../newrole/newrole.c:596 #, c-format msgid "cannot find your entry in the passwd file.\n" msgstr "" -#: ../newrole/newrole.c:596 +#: ../newrole/newrole.c:606 #, c-format msgid "Error! Shell is not valid.\n" msgstr "" -#: ../newrole/newrole.c:603 +#: ../newrole/newrole.c:614 #, c-format msgid "Error! Could not retrieve tty information.\n" msgstr "" -#: ../newrole/newrole.c:607 +#: ../newrole/newrole.c:618 #, c-format msgid "Authenticating %s.\n" msgstr "" -#: ../newrole/newrole.c:621 +#: ../newrole/newrole.c:632 #, c-format msgid "newrole: incorrect password for %s\n" msgstr "" -#: ../newrole/newrole.c:645 +#: ../newrole/newrole.c:657 #, c-format msgid "failed to set new role %s\n" msgstr "" -#: ../newrole/newrole.c:657 +#: ../newrole/newrole.c:671 #, c-format msgid "failed to set new type %s\n" msgstr "" -#: ../newrole/newrole.c:670 +#: ../newrole/newrole.c:688 #, c-format msgid "failed to build new range with level %s\n" msgstr "" -#: ../newrole/newrole.c:674 +#: ../newrole/newrole.c:693 #, c-format msgid "failed to set new range %s\n" msgstr "" -#: ../newrole/newrole.c:688 +#: ../newrole/newrole.c:708 #, c-format msgid "failed to convert new context to string\n" msgstr "" -#: ../newrole/newrole.c:698 +#: ../newrole/newrole.c:717 #, c-format msgid "%s is not a valid context\n" msgstr "" -#: ../newrole/newrole.c:711 +#: ../newrole/newrole.c:730 #, c-format msgid "Error! Could not open %s.\n" msgstr "" -#: ../newrole/newrole.c:717 +#: ../newrole/newrole.c:738 #, c-format msgid "%s! Could not get current context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:728 +#: ../newrole/newrole.c:757 #, c-format msgid "%s! Could not get new context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:740 +#: ../newrole/newrole.c:771 #, c-format msgid "%s! Could not set new context for %s\n" msgstr "" -#: ../newrole/newrole.c:752 +#: ../newrole/newrole.c:784 #, c-format msgid "newrole: failure forking: %s" msgstr "" -#: ../newrole/newrole.c:754 +#: ../newrole/newrole.c:789 #, c-format msgid "Warning! Could not restore context for %s\n" msgstr "" -#: ../newrole/newrole.c:774 +#: ../newrole/newrole.c:810 #, c-format msgid "%s changed labels.\n" msgstr "" -#: ../newrole/newrole.c:798 +#: ../newrole/newrole.c:834 #, c-format msgid "Could not close descriptors.\n" msgstr "" -#: ../newrole/newrole.c:832 ../run_init/run_init.c:390 +#: ../newrole/newrole.c:869 ../run_init/run_init.c:397 #, c-format msgid "Could not set exec context to %s.\n" msgstr "" -#: ../newrole/newrole.c:842 +#: ../newrole/newrole.c:881 #, c-format msgid "Error connecting to audit system.\n" msgstr "" -#: ../newrole/newrole.c:847 +#: ../newrole/newrole.c:886 #, c-format msgid "Error allocating memory.\n" msgstr "" -#: ../newrole/newrole.c:853 +#: ../newrole/newrole.c:892 #, c-format msgid "Error sending audit message.\n" msgstr "" -#: ../newrole/newrole.c:864 +#: ../newrole/newrole.c:903 msgid "failed to exec shell\n" msgstr "" @@ -251,27 +251,27 @@ " are the arguments to that script." msgstr "" -#: ../run_init/run_init.c:264 +#: ../run_init/run_init.c:267 #, c-format msgid "run_init: incorrect password for %s\n" msgstr "" -#: ../run_init/run_init.c:295 +#: ../run_init/run_init.c:301 #, c-format msgid "Could not open file %s\n" msgstr "" -#: ../run_init/run_init.c:322 +#: ../run_init/run_init.c:328 #, c-format msgid "No context in file %s\n" msgstr "" -#: ../run_init/run_init.c:345 +#: ../run_init/run_init.c:353 #, c-format msgid "Sorry, run_init may be used only on a SELinux kernel.\n" msgstr "" -#: ../run_init/run_init.c:364 +#: ../run_init/run_init.c:372 #, c-format msgid "authentication failed.\n" msgstr "" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-1.30.27/po/ar.po --- nsapolicycoreutils/po/ar.po 2006-08-28 16:58:21.000000000 -0400 +++ policycoreutils-1.30.27/po/ar.po 2006-08-31 07:08:21.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-26 13:48-0400\n" +"POT-Creation-Date: 2006-06-29 15:53-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgid "usage: %s [-bq]\n" msgstr "" -#: ../load_policy/load_policy.c:62 +#: ../load_policy/load_policy.c:66 #, c-format msgid "%s: Can't load policy: %s\n" msgstr "" @@ -31,26 +31,26 @@ msgid "Out of memory!\n" msgstr "" -#: ../newrole/newrole.c:201 ../run_init/run_init.c:126 +#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 #, c-format msgid "failed to initialize PAM\n" msgstr "" -#: ../newrole/newrole.c:212 +#: ../newrole/newrole.c:210 #, c-format msgid "failed to set PAM_TTY\n" msgstr "" -#: ../newrole/newrole.c:250 ../run_init/run_init.c:155 +#: ../newrole/newrole.c:246 ../run_init/run_init.c:154 msgid "Password:" msgstr "" -#: ../newrole/newrole.c:282 ../run_init/run_init.c:187 +#: ../newrole/newrole.c:281 ../run_init/run_init.c:189 #, c-format msgid "Cannot find your entry in the shadow passwd file.\n" msgstr "" -#: ../newrole/newrole.c:288 ../run_init/run_init.c:193 +#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 #, c-format msgid "getpass cannot open /dev/tty\n" msgstr "" @@ -60,187 +60,187 @@ msgid "Error initing capabilities, aborting.\n" msgstr "" -#: ../newrole/newrole.c:367 +#: ../newrole/newrole.c:368 #, c-format msgid "Error dropping capabilities, aborting\n" msgstr "" -#: ../newrole/newrole.c:374 +#: ../newrole/newrole.c:375 #, c-format msgid "Error changing uid, aborting.\n" msgstr "" -#: ../newrole/newrole.c:380 +#: ../newrole/newrole.c:382 #, c-format msgid "Error resetting KEEPCAPS, aborting\n" msgstr "" -#: ../newrole/newrole.c:386 +#: ../newrole/newrole.c:390 #, c-format msgid "Error dropping SETUID capability, aborting\n" msgstr "" -#: ../newrole/newrole.c:459 +#: ../newrole/newrole.c:463 #, c-format msgid "Sorry, newrole may be used only on a SELinux kernel.\n" msgstr "" -#: ../newrole/newrole.c:464 +#: ../newrole/newrole.c:468 #, c-format msgid "Could not determine enforcing mode.\n" msgstr "" -#: ../newrole/newrole.c:481 +#: ../newrole/newrole.c:488 #, c-format msgid "Error: multiple roles specified\n" msgstr "" -#: ../newrole/newrole.c:490 +#: ../newrole/newrole.c:498 #, c-format msgid "Error: multiple types specified\n" msgstr "" -#: ../newrole/newrole.c:498 +#: ../newrole/newrole.c:508 #, c-format msgid "Sorry, -l may be used with SELinux MLS support.\n" msgstr "" -#: ../newrole/newrole.c:503 +#: ../newrole/newrole.c:515 #, c-format msgid "Error: multiple levels specified\n" msgstr "" -#: ../newrole/newrole.c:527 +#: ../newrole/newrole.c:537 #, c-format msgid "Couldn't get default type.\n" msgstr "" -#: ../newrole/newrole.c:549 +#: ../newrole/newrole.c:559 #, c-format msgid "failed to get old_context.\n" msgstr "" -#: ../newrole/newrole.c:563 +#: ../newrole/newrole.c:572 #, c-format msgid "failed to get new context.\n" msgstr "" -#: ../newrole/newrole.c:586 +#: ../newrole/newrole.c:596 #, c-format msgid "cannot find your entry in the passwd file.\n" msgstr "" -#: ../newrole/newrole.c:596 +#: ../newrole/newrole.c:606 #, c-format msgid "Error! Shell is not valid.\n" msgstr "" -#: ../newrole/newrole.c:603 +#: ../newrole/newrole.c:614 #, c-format msgid "Error! Could not retrieve tty information.\n" msgstr "" -#: ../newrole/newrole.c:607 +#: ../newrole/newrole.c:618 #, c-format msgid "Authenticating %s.\n" msgstr "" -#: ../newrole/newrole.c:621 +#: ../newrole/newrole.c:632 #, c-format msgid "newrole: incorrect password for %s\n" msgstr "" -#: ../newrole/newrole.c:645 +#: ../newrole/newrole.c:657 #, c-format msgid "failed to set new role %s\n" msgstr "" -#: ../newrole/newrole.c:657 +#: ../newrole/newrole.c:671 #, c-format msgid "failed to set new type %s\n" msgstr "" -#: ../newrole/newrole.c:670 +#: ../newrole/newrole.c:688 #, c-format msgid "failed to build new range with level %s\n" msgstr "" -#: ../newrole/newrole.c:674 +#: ../newrole/newrole.c:693 #, c-format msgid "failed to set new range %s\n" msgstr "" -#: ../newrole/newrole.c:688 +#: ../newrole/newrole.c:708 #, c-format msgid "failed to convert new context to string\n" msgstr "" -#: ../newrole/newrole.c:698 +#: ../newrole/newrole.c:717 #, c-format msgid "%s is not a valid context\n" msgstr "" -#: ../newrole/newrole.c:711 +#: ../newrole/newrole.c:730 #, c-format msgid "Error! Could not open %s.\n" msgstr "" -#: ../newrole/newrole.c:717 +#: ../newrole/newrole.c:738 #, c-format msgid "%s! Could not get current context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:728 +#: ../newrole/newrole.c:757 #, c-format msgid "%s! Could not get new context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:740 +#: ../newrole/newrole.c:771 #, c-format msgid "%s! Could not set new context for %s\n" msgstr "" -#: ../newrole/newrole.c:752 +#: ../newrole/newrole.c:784 #, c-format msgid "newrole: failure forking: %s" msgstr "" -#: ../newrole/newrole.c:754 +#: ../newrole/newrole.c:789 #, c-format msgid "Warning! Could not restore context for %s\n" msgstr "" -#: ../newrole/newrole.c:774 +#: ../newrole/newrole.c:810 #, c-format msgid "%s changed labels.\n" msgstr "" -#: ../newrole/newrole.c:798 +#: ../newrole/newrole.c:834 #, c-format msgid "Could not close descriptors.\n" msgstr "" -#: ../newrole/newrole.c:832 ../run_init/run_init.c:390 +#: ../newrole/newrole.c:869 ../run_init/run_init.c:397 #, c-format msgid "Could not set exec context to %s.\n" msgstr "" -#: ../newrole/newrole.c:842 +#: ../newrole/newrole.c:881 #, c-format msgid "Error connecting to audit system.\n" msgstr "" -#: ../newrole/newrole.c:847 +#: ../newrole/newrole.c:886 #, c-format msgid "Error allocating memory.\n" msgstr "" -#: ../newrole/newrole.c:853 +#: ../newrole/newrole.c:892 #, c-format msgid "Error sending audit message.\n" msgstr "" -#: ../newrole/newrole.c:864 +#: ../newrole/newrole.c:903 msgid "failed to exec shell\n" msgstr "" @@ -251,27 +251,27 @@ " are the arguments to that script." msgstr "" -#: ../run_init/run_init.c:264 +#: ../run_init/run_init.c:267 #, c-format msgid "run_init: incorrect password for %s\n" msgstr "" -#: ../run_init/run_init.c:295 +#: ../run_init/run_init.c:301 #, c-format msgid "Could not open file %s\n" msgstr "" -#: ../run_init/run_init.c:322 +#: ../run_init/run_init.c:328 #, c-format msgid "No context in file %s\n" msgstr "" -#: ../run_init/run_init.c:345 +#: ../run_init/run_init.c:353 #, c-format msgid "Sorry, run_init may be used only on a SELinux kernel.\n" msgstr "" -#: ../run_init/run_init.c:364 +#: ../run_init/run_init.c:372 #, c-format msgid "authentication failed.\n" msgstr "" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils-1.30.27/po/be.po --- nsapolicycoreutils/po/be.po 2006-08-28 16:58:22.000000000 -0400 +++ policycoreutils-1.30.27/po/be.po 2006-08-31 07:08:21.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-26 13:48-0400\n" +"POT-Creation-Date: 2006-06-29 15:53-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgid "usage: %s [-bq]\n" msgstr "" -#: ../load_policy/load_policy.c:62 +#: ../load_policy/load_policy.c:66 #, c-format msgid "%s: Can't load policy: %s\n" msgstr "" @@ -31,26 +31,26 @@ msgid "Out of memory!\n" msgstr "" -#: ../newrole/newrole.c:201 ../run_init/run_init.c:126 +#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 #, c-format msgid "failed to initialize PAM\n" msgstr "" -#: ../newrole/newrole.c:212 +#: ../newrole/newrole.c:210 #, c-format msgid "failed to set PAM_TTY\n" msgstr "" -#: ../newrole/newrole.c:250 ../run_init/run_init.c:155 +#: ../newrole/newrole.c:246 ../run_init/run_init.c:154 msgid "Password:" msgstr "" -#: ../newrole/newrole.c:282 ../run_init/run_init.c:187 +#: ../newrole/newrole.c:281 ../run_init/run_init.c:189 #, c-format msgid "Cannot find your entry in the shadow passwd file.\n" msgstr "" -#: ../newrole/newrole.c:288 ../run_init/run_init.c:193 +#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 #, c-format msgid "getpass cannot open /dev/tty\n" msgstr "" @@ -60,187 +60,187 @@ msgid "Error initing capabilities, aborting.\n" msgstr "" -#: ../newrole/newrole.c:367 +#: ../newrole/newrole.c:368 #, c-format msgid "Error dropping capabilities, aborting\n" msgstr "" -#: ../newrole/newrole.c:374 +#: ../newrole/newrole.c:375 #, c-format msgid "Error changing uid, aborting.\n" msgstr "" -#: ../newrole/newrole.c:380 +#: ../newrole/newrole.c:382 #, c-format msgid "Error resetting KEEPCAPS, aborting\n" msgstr "" -#: ../newrole/newrole.c:386 +#: ../newrole/newrole.c:390 #, c-format msgid "Error dropping SETUID capability, aborting\n" msgstr "" -#: ../newrole/newrole.c:459 +#: ../newrole/newrole.c:463 #, c-format msgid "Sorry, newrole may be used only on a SELinux kernel.\n" msgstr "" -#: ../newrole/newrole.c:464 +#: ../newrole/newrole.c:468 #, c-format msgid "Could not determine enforcing mode.\n" msgstr "" -#: ../newrole/newrole.c:481 +#: ../newrole/newrole.c:488 #, c-format msgid "Error: multiple roles specified\n" msgstr "" -#: ../newrole/newrole.c:490 +#: ../newrole/newrole.c:498 #, c-format msgid "Error: multiple types specified\n" msgstr "" -#: ../newrole/newrole.c:498 +#: ../newrole/newrole.c:508 #, c-format msgid "Sorry, -l may be used with SELinux MLS support.\n" msgstr "" -#: ../newrole/newrole.c:503 +#: ../newrole/newrole.c:515 #, c-format msgid "Error: multiple levels specified\n" msgstr "" -#: ../newrole/newrole.c:527 +#: ../newrole/newrole.c:537 #, c-format msgid "Couldn't get default type.\n" msgstr "" -#: ../newrole/newrole.c:549 +#: ../newrole/newrole.c:559 #, c-format msgid "failed to get old_context.\n" msgstr "" -#: ../newrole/newrole.c:563 +#: ../newrole/newrole.c:572 #, c-format msgid "failed to get new context.\n" msgstr "" -#: ../newrole/newrole.c:586 +#: ../newrole/newrole.c:596 #, c-format msgid "cannot find your entry in the passwd file.\n" msgstr "" -#: ../newrole/newrole.c:596 +#: ../newrole/newrole.c:606 #, c-format msgid "Error! Shell is not valid.\n" msgstr "" -#: ../newrole/newrole.c:603 +#: ../newrole/newrole.c:614 #, c-format msgid "Error! Could not retrieve tty information.\n" msgstr "" -#: ../newrole/newrole.c:607 +#: ../newrole/newrole.c:618 #, c-format msgid "Authenticating %s.\n" msgstr "" -#: ../newrole/newrole.c:621 +#: ../newrole/newrole.c:632 #, c-format msgid "newrole: incorrect password for %s\n" msgstr "" -#: ../newrole/newrole.c:645 +#: ../newrole/newrole.c:657 #, c-format msgid "failed to set new role %s\n" msgstr "" -#: ../newrole/newrole.c:657 +#: ../newrole/newrole.c:671 #, c-format msgid "failed to set new type %s\n" msgstr "" -#: ../newrole/newrole.c:670 +#: ../newrole/newrole.c:688 #, c-format msgid "failed to build new range with level %s\n" msgstr "" -#: ../newrole/newrole.c:674 +#: ../newrole/newrole.c:693 #, c-format msgid "failed to set new range %s\n" msgstr "" -#: ../newrole/newrole.c:688 +#: ../newrole/newrole.c:708 #, c-format msgid "failed to convert new context to string\n" msgstr "" -#: ../newrole/newrole.c:698 +#: ../newrole/newrole.c:717 #, c-format msgid "%s is not a valid context\n" msgstr "" -#: ../newrole/newrole.c:711 +#: ../newrole/newrole.c:730 #, c-format msgid "Error! Could not open %s.\n" msgstr "" -#: ../newrole/newrole.c:717 +#: ../newrole/newrole.c:738 #, c-format msgid "%s! Could not get current context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:728 +#: ../newrole/newrole.c:757 #, c-format msgid "%s! Could not get new context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:740 +#: ../newrole/newrole.c:771 #, c-format msgid "%s! Could not set new context for %s\n" msgstr "" -#: ../newrole/newrole.c:752 +#: ../newrole/newrole.c:784 #, c-format msgid "newrole: failure forking: %s" msgstr "" -#: ../newrole/newrole.c:754 +#: ../newrole/newrole.c:789 #, c-format msgid "Warning! Could not restore context for %s\n" msgstr "" -#: ../newrole/newrole.c:774 +#: ../newrole/newrole.c:810 #, c-format msgid "%s changed labels.\n" msgstr "" -#: ../newrole/newrole.c:798 +#: ../newrole/newrole.c:834 #, c-format msgid "Could not close descriptors.\n" msgstr "" -#: ../newrole/newrole.c:832 ../run_init/run_init.c:390 +#: ../newrole/newrole.c:869 ../run_init/run_init.c:397 #, c-format msgid "Could not set exec context to %s.\n" msgstr "" -#: ../newrole/newrole.c:842 +#: ../newrole/newrole.c:881 #, c-format msgid "Error connecting to audit system.\n" msgstr "" -#: ../newrole/newrole.c:847 +#: ../newrole/newrole.c:886 #, c-format msgid "Error allocating memory.\n" msgstr "" -#: ../newrole/newrole.c:853 +#: ../newrole/newrole.c:892 #, c-format msgid "Error sending audit message.\n" msgstr "" -#: ../newrole/newrole.c:864 +#: ../newrole/newrole.c:903 msgid "failed to exec shell\n" msgstr "" @@ -251,27 +251,27 @@ " are the arguments to that script." msgstr "" -#: ../run_init/run_init.c:264 +#: ../run_init/run_init.c:267 #, c-format msgid "run_init: incorrect password for %s\n" msgstr "" -#: ../run_init/run_init.c:295 +#: ../run_init/run_init.c:301 #, c-format msgid "Could not open file %s\n" msgstr "" -#: ../run_init/run_init.c:322 +#: ../run_init/run_init.c:328 #, c-format msgid "No context in file %s\n" msgstr "" -#: ../run_init/run_init.c:345 +#: ../run_init/run_init.c:353 #, c-format msgid "Sorry, run_init may be used only on a SELinux kernel.\n" msgstr "" -#: ../run_init/run_init.c:364 +#: ../run_init/run_init.c:372 #, c-format msgid "authentication failed.\n" msgstr "" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils-1.30.27/po/bg.po --- nsapolicycoreutils/po/bg.po 2006-08-28 16:58:22.000000000 -0400 +++ policycoreutils-1.30.27/po/bg.po 2006-08-31 07:08:21.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-26 13:48-0400\n" +"POT-Creation-Date: 2006-06-29 15:53-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgid "usage: %s [-bq]\n" msgstr "" -#: ../load_policy/load_policy.c:62 +#: ../load_policy/load_policy.c:66 #, c-format msgid "%s: Can't load policy: %s\n" msgstr "" @@ -31,26 +31,26 @@ msgid "Out of memory!\n" msgstr "" -#: ../newrole/newrole.c:201 ../run_init/run_init.c:126 +#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 #, c-format msgid "failed to initialize PAM\n" msgstr "" -#: ../newrole/newrole.c:212 +#: ../newrole/newrole.c:210 #, c-format msgid "failed to set PAM_TTY\n" msgstr "" -#: ../newrole/newrole.c:250 ../run_init/run_init.c:155 +#: ../newrole/newrole.c:246 ../run_init/run_init.c:154 msgid "Password:" msgstr "" -#: ../newrole/newrole.c:282 ../run_init/run_init.c:187 +#: ../newrole/newrole.c:281 ../run_init/run_init.c:189 #, c-format msgid "Cannot find your entry in the shadow passwd file.\n" msgstr "" -#: ../newrole/newrole.c:288 ../run_init/run_init.c:193 +#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 #, c-format msgid "getpass cannot open /dev/tty\n" msgstr "" @@ -60,187 +60,187 @@ msgid "Error initing capabilities, aborting.\n" msgstr "" -#: ../newrole/newrole.c:367 +#: ../newrole/newrole.c:368 #, c-format msgid "Error dropping capabilities, aborting\n" msgstr "" -#: ../newrole/newrole.c:374 +#: ../newrole/newrole.c:375 #, c-format msgid "Error changing uid, aborting.\n" msgstr "" -#: ../newrole/newrole.c:380 +#: ../newrole/newrole.c:382 #, c-format msgid "Error resetting KEEPCAPS, aborting\n" msgstr "" -#: ../newrole/newrole.c:386 +#: ../newrole/newrole.c:390 #, c-format msgid "Error dropping SETUID capability, aborting\n" msgstr "" -#: ../newrole/newrole.c:459 +#: ../newrole/newrole.c:463 #, c-format msgid "Sorry, newrole may be used only on a SELinux kernel.\n" msgstr "" -#: ../newrole/newrole.c:464 +#: ../newrole/newrole.c:468 #, c-format msgid "Could not determine enforcing mode.\n" msgstr "" -#: ../newrole/newrole.c:481 +#: ../newrole/newrole.c:488 #, c-format msgid "Error: multiple roles specified\n" msgstr "" -#: ../newrole/newrole.c:490 +#: ../newrole/newrole.c:498 #, c-format msgid "Error: multiple types specified\n" msgstr "" -#: ../newrole/newrole.c:498 +#: ../newrole/newrole.c:508 #, c-format msgid "Sorry, -l may be used with SELinux MLS support.\n" msgstr "" -#: ../newrole/newrole.c:503 +#: ../newrole/newrole.c:515 #, c-format msgid "Error: multiple levels specified\n" msgstr "" -#: ../newrole/newrole.c:527 +#: ../newrole/newrole.c:537 #, c-format msgid "Couldn't get default type.\n" msgstr "" -#: ../newrole/newrole.c:549 +#: ../newrole/newrole.c:559 #, c-format msgid "failed to get old_context.\n" msgstr "" -#: ../newrole/newrole.c:563 +#: ../newrole/newrole.c:572 #, c-format msgid "failed to get new context.\n" msgstr "" -#: ../newrole/newrole.c:586 +#: ../newrole/newrole.c:596 #, c-format msgid "cannot find your entry in the passwd file.\n" msgstr "" -#: ../newrole/newrole.c:596 +#: ../newrole/newrole.c:606 #, c-format msgid "Error! Shell is not valid.\n" msgstr "" -#: ../newrole/newrole.c:603 +#: ../newrole/newrole.c:614 #, c-format msgid "Error! Could not retrieve tty information.\n" msgstr "" -#: ../newrole/newrole.c:607 +#: ../newrole/newrole.c:618 #, c-format msgid "Authenticating %s.\n" msgstr "" -#: ../newrole/newrole.c:621 +#: ../newrole/newrole.c:632 #, c-format msgid "newrole: incorrect password for %s\n" msgstr "" -#: ../newrole/newrole.c:645 +#: ../newrole/newrole.c:657 #, c-format msgid "failed to set new role %s\n" msgstr "" -#: ../newrole/newrole.c:657 +#: ../newrole/newrole.c:671 #, c-format msgid "failed to set new type %s\n" msgstr "" -#: ../newrole/newrole.c:670 +#: ../newrole/newrole.c:688 #, c-format msgid "failed to build new range with level %s\n" msgstr "" -#: ../newrole/newrole.c:674 +#: ../newrole/newrole.c:693 #, c-format msgid "failed to set new range %s\n" msgstr "" -#: ../newrole/newrole.c:688 +#: ../newrole/newrole.c:708 #, c-format msgid "failed to convert new context to string\n" msgstr "" -#: ../newrole/newrole.c:698 +#: ../newrole/newrole.c:717 #, c-format msgid "%s is not a valid context\n" msgstr "" -#: ../newrole/newrole.c:711 +#: ../newrole/newrole.c:730 #, c-format msgid "Error! Could not open %s.\n" msgstr "" -#: ../newrole/newrole.c:717 +#: ../newrole/newrole.c:738 #, c-format msgid "%s! Could not get current context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:728 +#: ../newrole/newrole.c:757 #, c-format msgid "%s! Could not get new context for %s, not relabeling tty.\n" msgstr "" -#: ../newrole/newrole.c:740 +#: ../newrole/newrole.c:771 #, c-format msgid "%s! Could not set new context for %s\n" msgstr "" -#: ../newrole/newrole.c:752 +#: ../newrole/newrole.c:784 #, c-format msgid "newrole: failure forking: %s" msgstr "" -#: ../newrole/newrole.c:754 +#: ../newrole/newrole.c:789 #, c-format msgid "Warning! Could not restore context for %s\n" msgstr "" -#: ../newrole/newrole.c:774 +#: ../newrole/newrole.c:810 #, c-format msgid "%s changed labels.\n" msgstr "" -#: ../newrole/newrole.c:798 +#: ../newrole/newrole.c:834 #, c-format msgid "Could not close descriptors.\n" msgstr "" -#: ../newrole/newrole.c:832 ../run_init/run_init.c:390 +#: ../newrole/newrole.c:869 ../run_init/run_init.c:397 #, c-format msgid "Could not set exec context to %s.\n" msgstr "" -#: ../newrole/newrole.c:842 +#: ../newrole/newrole.c:881 #, c-format msgid "Error connecting to audit system.\n" msgstr "" -#: ../newrole/newrole.c:847 +#: ../newrole/newrole.c:886 #, c-format msgid "Error allocating memory.\n" msgstr "" -#: ../newrole/newrole.c:853 +#: ../newrole/newrole.c:892 #, c-format msgid "Error sending audit message.\n" msgstr "" -#: ../newrole/newrole.c:864 +#: ../newrole/newrole.c:903 msgid "failed to exec shell\n" msgstr "" @@ -251,27 +251,27 @@ " are the arguments to that script." msgstr "" -#: ../run_init/run_init.c:264 +#: ../run_init/run_init.c:267 #, c-format msgid "run_init: incorrect password for %s\n" msgstr "" -#: ../run_init/run_init.c:295 +#: ../run_init/run_init.c:301 #, c-format msgid "Could not open file %s\n" msgstr "" -#: ../run_init/run_init.c:322 +#: ../run_init/run_init.c:328 #, c-format msgid "No context in file %s\n" msgstr "" -#: ../run_init/run_init.c:345 +#: ../run_init/run_init.c:353 #, c-format msgid "Sorry, run_init may be used only on a SELinux kernel.\n" msgstr "" -#: ../run_init/run_init.c:364 +#: ../run_init/run_init.c:372 #, c-format msgid "authentication failed.\n" msgstr "" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreutils-1.30.27/po/bn_IN.po --- nsapolicycoreutils/po/bn_IN.po 2006-08-28 16:58:22.000000000 -0400 +++ policycoreutils-1.30.27/po/bn_IN.po 2006-08-31 07:08:21.000000000 -0400 @@ -35,7 +35,7 @@ msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-26 13:48-0400\n" +"POT-Creation-Date: 2006-06-29 15:53-0400\n" "PO-Revision-Date: 2006-05-09 18:04+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bangla (INDIA) \n" @@ -50,7 +50,7 @@ msgid "usage: %s [-bq]\n" msgstr "ব্যবহারপ্রণালী: %s [-bq]\n" -#: ../load_policy/load_policy.c:62 +#: ../load_policy/load_policy.c:66 #, c-format msgid "%s: Can't load policy: %s\n" msgstr "%s: চিহ্নিত নিয়মনীতি লোড করা যায়নি: %s\n" @@ -60,26 +60,26 @@ msgid "Out of memory!\n" msgstr "মেমরি অবশিষ্ট নেই!\n" -#: ../newrole/newrole.c:201 ../run_init/run_init.c:126 +#: ../newrole/newrole.c:199 ../run_init/run_init.c:126 #, c-format msgid "failed to initialize PAM\n" msgstr "PAM আরম্ভ করতে ব্যর্থ\n" -#: ../newrole/newrole.c:212 +#: ../newrole/newrole.c:210 #, c-format msgid "failed to set PAM_TTY\n" msgstr "PAM_TTY নির্ধারণ করতে ব্যর্থ\n" -#: ../newrole/newrole.c:250 ../run_init/run_init.c:155 +#: ../newrole/newrole.c:246 ../run_init/run_init.c:154 msgid "Password:" msgstr "পাসওয়ার্ড:" -#: ../newrole/newrole.c:282 ../run_init/run_init.c:187 +#: ../newrole/newrole.c:281 ../run_init/run_init.c:189 #, c-format msgid "Cannot find your entry in the shadow passwd file.\n" msgstr "shadow passwd ফাইলের মধ্যে আপনার তথ্য পাওয়া যায়নি।\n" -#: ../newrole/newrole.c:288 ../run_init/run_init.c:193 +#: ../newrole/newrole.c:287 ../run_init/run_init.c:195 #, c-format msgid "getpass cannot open /dev/tty\n" msgstr "getpass'র দ্বারা /dev/tty খোলা সম্ভব হয়নি\n" @@ -89,191 +89,191 @@ msgid "Error initing capabilities, aborting.\n" msgstr "কর্ম init করতে ব্যর্থ, পরিত্যাগ করা হচ্ছে।\n" -#: ../newrole/newrole.c:367 +#: ../newrole/newrole.c:368 #, c-format msgid "Error dropping capabilities, aborting\n" msgstr "কর্ম drop করতে ব্যর্থ, পরিত্যাগ করা হচ্ছে।\n" -#: ../newrole/newrole.c:374 +#: ../newrole/newrole.c:375 #, c-format msgid "Error changing uid, aborting.\n" msgstr "uid পরিবর্তন করতে ব্যর্থ, পরিত্যাগ করা হচ্ছে।\n" -#: ../newrole/newrole.c:380 +#: ../newrole/newrole.c:382 #, c-format msgid "Error resetting KEEPCAPS, aborting\n" msgstr "KEEPCAPS'র মান পুনরায় নির্ধারণ করতে ব্যর্থ, পরিত্যাগ করা হচ্ছে\n" -#: ../newrole/newrole.c:386 +#: ../newrole/newrole.c:390 #, c-format msgid "Error dropping SETUID capability, aborting\n" msgstr "SETUID বৈশিষ্ট্য drop করতে ব্যর্থ, পরিত্যাগ করা হচ্ছে\n" -#: ../newrole/newrole.c:459 +#: ../newrole/newrole.c:463 #, c-format msgid "Sorry, newrole may be used only on a SELinux kernel.\n" msgstr "দুঃক্ষিত, newrole শুধুমাত্র একটি SELinux কার্নেলে ব্যবহার করা যাবে।\n" -#: ../newrole/newrole.c:464 +#: ../newrole/newrole.c:468 #, c-format msgid "Could not determine enforcing mode.\n" msgstr "enforcing মোড নির্ধারণ করা যায়নি।\n" -#: ../newrole/newrole.c:481 +#: ../newrole/newrole.c:488 #, c-format msgid "Error: multiple roles specified\n" msgstr "ত্রুটি: একাধিক ভূমিকা উল্লিখিত হয়েছে\n" -#: ../newrole/newrole.c:490 +#: ../newrole/newrole.c:498 #, c-format msgid "Error: multiple types specified\n" msgstr "ত্রুটি: একাধিক ধরনের ফাইল নির্ধারিত হয়েছে\n" -#: ../newrole/newrole.c:498 +#: ../newrole/newrole.c:508 #, c-format msgid "Sorry, -l may be used with SELinux MLS support.\n" msgstr "দূঃক্ষিত, -l শুধুমাত্র SELinux MLS সমর্থনের সাথে ব্যবহার করা যাবে\n" -#: ../newrole/newrole.c:503 +#: ../newrole/newrole.c:515 #, c-format msgid "Error: multiple levels specified\n" msgstr "ত্রুটি: একাধিক স্তর নির্ধারিত হয়েছে\n" -#: ../newrole/newrole.c:527 +#: ../newrole/newrole.c:537 #, c-format msgid "Couldn't get default type.\n" msgstr "ডিফল্ট প্রকৃতি সনাক্ত করা যায়নি।\n" -#: ../newrole/newrole.c:549 +#: ../newrole/newrole.c:559 #, c-format msgid "failed to get old_context.\n" msgstr "old_context প্রাপ্ত করতে ব্যর্থ।\n" -#: ../newrole/newrole.c:563 +#: ../newrole/newrole.c:572 #, c-format msgid "failed to get new context.\n" msgstr "new context প্রাপ্ত করতে ব্যর্থ।\n" -#: ../newrole/newrole.c:586 +#: ../newrole/newrole.c:596 #, c-format msgid "cannot find your entry in the passwd file.\n" msgstr "passwd ফাইলের মধ্যে আপনার তথ্য সনাক্ত করা যায়নি।\n" -#: ../newrole/newrole.c:596 +#: ../newrole/newrole.c:606 #, c-format msgid "Error! Shell is not valid.\n" msgstr "ত্রুটি! বৈধ শেল ব্যবহার করা হয়নি।\n" -#: ../newrole/newrole.c:603 +#: ../newrole/newrole.c:614 #, c-format msgid "Error! Could not retrieve tty information.\n" msgstr "ত্রুটি! tty সংক্রান্ত তথ্য প্রাপ্ত করা যায়নি।\n" -#: ../newrole/newrole.c:607 +#: ../newrole/newrole.c:618 #, c-format msgid "Authenticating %s.\n" msgstr "%s'র পরিচয় প্রমাণিত করা হচ্ছে।\n" -#: ../newrole/newrole.c:621 +#: ../newrole/newrole.c:632 #, c-format msgid "newrole: incorrect password for %s\n" msgstr "newrole: %s'র পাসওয়ার্ড সঠিক নয়\n" -#: ../newrole/newrole.c:645 +#: ../newrole/newrole.c:657 #, c-format msgid "failed to set new role %s\n" msgstr "new role %s স্থাপন করতে ব্যর্থ\n" -#: ../newrole/newrole.c:657 +#: ../newrole/newrole.c:671 #, c-format msgid "failed to set new type %s\n" msgstr "নতুন ধরন %s স্থাপন করতে ব্যর্থ\n" -#: ../newrole/newrole.c:670 +#: ../newrole/newrole.c:688 #, c-format msgid "failed to build new range with level %s\n" msgstr "%s স্তর সহ নতুন রেঞ্জ নির্মাণ করতে ব্যর্থ\n" -#: ../newrole/newrole.c:674 +#: ../newrole/newrole.c:693 #, c-format msgid "failed to set new range %s\n" msgstr "নতুন রেঞ্জ %s স্থাপন করতে ব্যর্থ\n" -#: ../newrole/newrole.c:688 +#: ../newrole/newrole.c:708 #, c-format msgid "failed to convert new context to string\n" msgstr "new context'কে string হিসাবে রূপান্তর করা যায়নি\n" -#: ../newrole/newrole.c:698 +#: ../newrole/newrole.c:717 #, c-format msgid "%s is not a valid context\n" msgstr "%s বৈধ context নয়\n" -#: ../newrole/newrole.c:711 +#: ../newrole/newrole.c:730 #, c-format msgid "Error! Could not open %s.\n" msgstr "ত্রুটি! %s খুলতে ব্যর্থ।\n" -#: ../newrole/newrole.c:717 +#: ../newrole/newrole.c:738 #, c-format msgid "%s! Could not get current context for %s, not relabeling tty.\n" msgstr "" "%s! %s'র ক্ষেত্রে বর্তমান context প্রাপ্ত করা যায়নি, tty'র লেবেল পরিবর্তন করা হবে " "না।\n" -#: ../newrole/newrole.c:728 +#: ../newrole/newrole.c:757 #, c-format msgid "%s! Could not get new context for %s, not relabeling tty.\n" msgstr "" "%s! %s'র ক্ষেত্রে নতুন context প্রাপ্ত করা যায়নি, tty'র লেবেল পরিবর্তন করা হবে " "না।\n" -#: ../newrole/newrole.c:740 +#: ../newrole/newrole.c:771 #, c-format msgid "%s! Could not set new context for %s\n" msgstr "%s! %s'র ক্ষেত্রে নতুন context স্থাপন করা যায়নি\n" -#: ../newrole/newrole.c:752 +#: ../newrole/newrole.c:784 #, c-format msgid "newrole: failure forking: %s" msgstr "newrole: fork করতে ব্যর্থ: %s" -#: ../newrole/newrole.c:754 +#: ../newrole/newrole.c:789 #, c-format msgid "Warning! Could not restore context for %s\n" msgstr "সতর্কবার্তা! %s'র context পুনরুদ্ধার করতে ব্যর্থ\n" -#: ../newrole/newrole.c:774 +#: ../newrole/newrole.c:810 #, c-format msgid "%s changed labels.\n" msgstr "%s'র লেবেল পরিবর্তিত হয়েছে।\n" -#: ../newrole/newrole.c:798 +#: ../newrole/newrole.c:834 #, c-format msgid "Could not close descriptors.\n" msgstr "বিবরণ প্রদর্শন বন্ধ করা যায়নি।\n" -#: ../newrole/newrole.c:832 ../run_init/run_init.c:390 +#: ../newrole/newrole.c:869 ../run_init/run_init.c:397 #, c-format msgid "Could not set exec context to %s.\n" msgstr "exec context %s হিসাবে স্থাপন করা যায়নি।\n" -#: ../newrole/newrole.c:842 +#: ../newrole/newrole.c:881 #, c-format msgid "Error connecting to audit system.\n" msgstr "অডিট সিস্টেমের সাথে সংযোগ করতে ব্যর্থ।\n" -#: ../newrole/newrole.c:847 +#: ../newrole/newrole.c:886 #, c-format msgid "Error allocating memory.\n" msgstr "মেমরি নির্ধারণ করতে ব্যর্থ।\n" -#: ../newrole/newrole.c:853 +#: ../newrole/newrole.c:892 #, c-format msgid "Error sending audit message.\n" msgstr "অডিট সংক্রান্ত বার্তা পাঠাতে ব্যর্থ।\n" -#: ../newrole/newrole.c:864 +#: ../newrole/newrole.c:903 msgid "failed to exec shell\n" msgstr "শেল exec করতে ব্যর্থ\n" @@ -287,27 +287,27 @@ " এই ক্ষেত্রে: