1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-07 16:48+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../booleansPage.py:198 ../system-config-selinux.ui:999
msgid "Boolean"
msgstr ""
#: ../booleansPage.py:248 ../semanagePage.py:166
msgid "all"
msgstr ""
#: ../booleansPage.py:250 ../semanagePage.py:168
#: ../system-config-selinux.ui:935 ../system-config-selinux.ui:1071
#: ../system-config-selinux.ui:1480
msgid "Customized"
msgstr ""
#: ../domainsPage.py:55 ../system-config-selinux.ui:1808
msgid "Process Domain"
msgstr ""
#: ../domainsPage.py:63
msgid "Domain Name"
msgstr ""
#: ../domainsPage.py:68
msgid "Mode"
msgstr ""
#: ../domainsPage.py:101 ../domainsPage.py:112 ../domainsPage.py:156
#: ../statusPage.py:73 ../system-config-selinux.ui:596
#: ../system-config-selinux.ui:1729
msgid "Permissive"
msgstr ""
#: ../fcontextPage.py:72 ../system-config-selinux.ui:1134
msgid "File Labeling"
msgstr ""
#: ../fcontextPage.py:82
msgid ""
"File\n"
"Specification"
msgstr ""
#: ../fcontextPage.py:89
msgid ""
"Selinux\n"
"File Type"
msgstr ""
#: ../fcontextPage.py:96
msgid ""
"File\n"
"Type"
msgstr ""
#: ../loginsPage.py:55 ../system-config-selinux.ui:1255
msgid "User Mapping"
msgstr ""
#: ../loginsPage.py:59
msgid ""
"Login\n"
"Name"
msgstr ""
#: ../loginsPage.py:63 ../usersPage.py:60
msgid ""
"SELinux\n"
"User"
msgstr ""
#: ../loginsPage.py:66 ../usersPage.py:65
msgid ""
"MLS/\n"
"MCS Range"
msgstr ""
#: ../loginsPage.py:135
#, python-format
msgid "Login '%s' is required"
msgstr ""
#: ../modulesPage.py:55 ../system-config-selinux.ui:1696
msgid "Policy Module"
msgstr ""
#: ../modulesPage.py:65
msgid "Module Name"
msgstr ""
#: ../modulesPage.py:70
msgid "Priority"
msgstr ""
#: ../modulesPage.py:79
msgid "Kind"
msgstr ""
#: ../modulesPage.py:148
msgid "Disable Audit"
msgstr ""
#: ../modulesPage.py:151 ../system-config-selinux.ui:1633
msgid "Enable Audit"
msgstr ""
#: ../modulesPage.py:176
msgid "Load Policy Module"
msgstr ""
#: ../polgengui.py:288 ../polgen.ui:728
msgid "Name"
msgstr ""
#: ../polgengui.py:290 ../polgen.ui:111
msgid "Description"
msgstr ""
#: ../polgengui.py:298
msgid "Role"
msgstr ""
#: ../polgengui.py:305
msgid "Existing_User"
msgstr ""
#: ../polgengui.py:319 ../polgengui.py:327 ../polgengui.py:341
msgid "Application"
msgstr ""
#: ../polgengui.py:386
#, python-format
msgid "%s must be a directory"
msgstr ""
#: ../polgengui.py:446 ../polgengui.py:727
msgid "You must select a user"
msgstr ""
#: ../polgengui.py:576
msgid "Select executable file to be confined."
msgstr ""
#: ../polgengui.py:587
msgid "Select init script file to be confined."
msgstr ""
#: ../polgengui.py:597
msgid "Select file(s) that confined application creates or writes"
msgstr ""
#: ../polgengui.py:604
msgid "Select directory(s) that the confined application owns and writes into"
msgstr ""
#: ../polgengui.py:666
msgid "Select directory to generate policy files in"
msgstr ""
#: ../polgengui.py:683
#, python-format
msgid ""
"Type %s_t already defined in current policy.\n"
"Do you want to continue?"
msgstr ""
#: ../polgengui.py:683 ../polgengui.py:687
msgid "Verify Name"
msgstr ""
#: ../polgengui.py:687
#, python-format
msgid ""
"Module %s already loaded in current policy.\n"
"Do you want to continue?"
msgstr ""
#: ../polgengui.py:733
msgid ""
"You must add a name made up of letters and numbers and containing no spaces."
msgstr ""
#: ../polgengui.py:747
msgid "You must enter a executable"
msgstr ""
#: ../polgengui.py:772 ../system-config-selinux.py:184
msgid "Configure SELinux"
msgstr ""
#: ../polgen.ui:9
msgid "Red Hat 2007"
msgstr ""
#: ../polgen.ui:11
msgid "GPL"
msgstr ""
#. TRANSLATORS: Replace this string with your names, one name per line.
#: ../polgen.ui:13 ../system-config-selinux.ui:15
msgid "translator-credits"
msgstr ""
#: ../polgen.ui:34
msgid "Add Booleans Dialog"
msgstr ""
#: ../polgen.ui:99
msgid "Boolean Name"
msgstr ""
#: ../polgen.ui:234 ../selinux-polgengui.desktop:3
msgid "SELinux Policy Generation Tool"
msgstr ""
#: ../polgen.ui:255
msgid ""
"<b>Select the policy type for the application or user role you want to "
"confine:</b>"
msgstr ""
#: ../polgen.ui:288
msgid "<b>Applications</b>"
msgstr ""
#: ../polgen.ui:320
msgid "Standard Init Daemon"
msgstr ""
#: ../polgen.ui:324 ../polgen.ui:340
msgid ""
"Standard Init Daemon are daemons started on boot via init scripts. Usually "
"requires a script in /etc/rc.d/init.d"
msgstr ""
#: ../polgen.ui:336
msgid "DBUS System Daemon"
msgstr ""
#: ../polgen.ui:353
msgid "Internet Services Daemon (inetd)"
msgstr ""
#: ../polgen.ui:357
msgid "Internet Services Daemon are daemons started by xinetd"
msgstr ""
#: ../polgen.ui:370
msgid "Web Application/Script (CGI)"
msgstr ""
#: ../polgen.ui:374
msgid ""
"Web Applications/Script (CGI) CGI scripts started by the web server (apache)"
msgstr ""
#: ../polgen.ui:387
msgid "User Application"
msgstr ""
#: ../polgen.ui:391 ../polgen.ui:408
msgid ""
"User Application are any application that you would like to confine that is "
"started by a user"
msgstr ""
#: ../polgen.ui:404
msgid "Sandbox"
msgstr ""
#: ../polgen.ui:450
msgid "<b>Login Users</b>"
msgstr ""
#: ../polgen.ui:482
msgid "Existing User Roles"
msgstr ""
#: ../polgen.ui:486
msgid "Modify an existing login user record."
msgstr ""
#: ../polgen.ui:499
msgid "Minimal Terminal User Role"
msgstr ""
#: ../polgen.ui:503
msgid ""
"This user will login to a machine only via a terminal or remote login. By "
"default this user will have no setuid, no networking, no su, no sudo."
msgstr ""
#: ../polgen.ui:516
msgid "Minimal X Windows User Role"
msgstr ""
#: ../polgen.ui:520
msgid ""
"This user can login to a machine via X or terminal. By default this user "
"will have no setuid, no networking, no sudo, no su"
msgstr ""
#: ../polgen.ui:533
msgid "User Role"
msgstr ""
#: ../polgen.ui:537
msgid ""
"User with full networking, no setuid applications without transition, no "
"sudo, no su."
msgstr ""
#: ../polgen.ui:550
msgid "Admin User Role"
msgstr ""
#: ../polgen.ui:554
msgid ""
"User with full networking, no setuid applications without transition, no su, "
"can sudo to Root Administration Roles"
msgstr ""
#: ../polgen.ui:596
msgid "<b>Root Users</b>"
msgstr ""
#: ../polgen.ui:627
msgid "Root Admin User Role"
msgstr ""
#: ../polgen.ui:631
msgid ""
"Select Root Administrator User Role, if this user will be used to administer "
"the machine while running as root. This user will not be able to login to "
"the system directly."
msgstr ""
#: ../polgen.ui:705
msgid "<b>Enter name of application or user role:</b>"
msgstr ""
#: ../polgen.ui:739
msgid "Enter complete path for executable to be confined."
msgstr ""
#: ../polgen.ui:756 ../polgen.ui:838 ../polgen.ui:2317
msgid "..."
msgstr ""
#: ../polgen.ui:776
msgid "Enter unique name for the confined application or user role."
msgstr ""
#: ../polgen.ui:794
msgid "Executable"
msgstr ""
#: ../polgen.ui:808
msgid "Init script"
msgstr ""
#: ../polgen.ui:821
msgid ""
"Enter complete path to init script used to start the confined application."
msgstr ""
#: ../polgen.ui:883
msgid "<b>Select existing role to modify:</b>"
msgstr ""
#: ../polgen.ui:904
#, python-format
msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../polgen.ui:921
msgid "role tab"
msgstr ""
#: ../polgen.ui:937
#, python-format
msgid "<b>Select roles that %s will transition to:</b>"
msgstr ""
#: ../polgen.ui:955
#, python-format
msgid "Select applications domains that %s will transition to."
msgstr ""
#: ../polgen.ui:972
msgid ""
"transition \n"
"role tab"
msgstr ""
#: ../polgen.ui:989
#, python-format
msgid "<b>Select the user_roles that will transition to %s:</b>"
msgstr ""
#: ../polgen.ui:1007
msgid ""
"Select the user roles that will transition to this applications domains."
msgstr ""
#: ../polgen.ui:1040
#, python-format
msgid "<b>Select domains that %s will administer:</b>"
msgstr ""
#: ../polgen.ui:1058 ../polgen.ui:1109
msgid "Select the domains that you would like this user administer."
msgstr ""
#: ../polgen.ui:1091
#, python-format
msgid "<b>Select additional roles for %s:</b>"
msgstr ""
#: ../polgen.ui:1142
#, python-format
msgid "<b>Enter network ports that %s binds on:</b>"
msgstr ""
#: ../polgen.ui:1162 ../polgen.ui:1529
msgid "<b>TCP Ports</b>"
msgstr ""
#: ../polgen.ui:1199 ../polgen.ui:1366 ../polgen.ui:1561 ../polgen.ui:1670
msgid "All"
msgstr ""
#: ../polgen.ui:1203 ../polgen.ui:1370
#, python-format
msgid "Allows %s to bind to any udp port"
msgstr ""
#: ../polgen.ui:1216 ../polgen.ui:1383
msgid "600-1024"
msgstr ""
#: ../polgen.ui:1220 ../polgen.ui:1387
#, python-format
msgid "Allow %s to call bindresvport with 0. Binding to port 600-1024"
msgstr ""
#: ../polgen.ui:1233 ../polgen.ui:1400
msgid "Unreserved Ports (>1024)"
msgstr ""
#: ../polgen.ui:1237 ../polgen.ui:1404
#, python-format
msgid ""
"Enter a comma separated list of udp ports or ranges of ports that %s binds "
"to. Example: 612, 650-660"
msgstr ""
#: ../polgen.ui:1265 ../polgen.ui:1432 ../polgen.ui:1581 ../polgen.ui:1690
msgid "Select Ports"
msgstr ""
#: ../polgen.ui:1278 ../polgen.ui:1445
#, python-format
msgid "Allows %s to bind to any udp ports > 1024"
msgstr ""
#: ../polgen.ui:1329 ../polgen.ui:1638
msgid "<b>UDP Ports</b>"
msgstr ""
#: ../polgen.ui:1492
msgid ""
"Network\n"
"Bind tab"
msgstr ""
#: ../polgen.ui:1509
#, python-format
msgid "<b>Select network ports that %s connects to:</b>"
msgstr ""
#: ../polgen.ui:1565
#, python-format
msgid "Allows %s to connect to any tcp port"
msgstr ""
#: ../polgen.ui:1594
#, python-format
msgid ""
"Enter a comma separated list of tcp ports or ranges of ports that %s "
"connects to. Example: 612, 650-660"
msgstr ""
#: ../polgen.ui:1674
#, python-format
msgid "Allows %s to connect to any udp port"
msgstr ""
#: ../polgen.ui:1703
#, python-format
msgid ""
"Enter a comma separated list of udp ports or ranges of ports that %s "
"connects to. Example: 612, 650-660"
msgstr ""
#: ../polgen.ui:1760
#, python-format
msgid "<b>Select common application traits for %s:</b>"
msgstr ""
#: ../polgen.ui:1777
msgid "Writes syslog messages\t"
msgstr ""
#: ../polgen.ui:1792
msgid "Create/Manipulate temporary files in /tmp"
msgstr ""
#: ../polgen.ui:1807
msgid "Uses Pam for authentication"
msgstr ""
#: ../polgen.ui:1822
msgid "Uses nsswitch or getpw* calls"
msgstr ""
#: ../polgen.ui:1837
msgid "Uses dbus"
msgstr ""
#: ../polgen.ui:1852
msgid "Sends audit messages"
msgstr ""
#: ../polgen.ui:1867
msgid "Interacts with the terminal"
msgstr ""
#: ../polgen.ui:1882
msgid "Sends email"
msgstr ""
#: ../polgen.ui:1925
#, python-format
msgid "<b>Add files/directories that %s manages</b>"
msgstr ""
#: ../polgen.ui:1978
msgid "Add File"
msgstr ""
#: ../polgen.ui:2031
msgid "Add Directory"
msgstr ""
#: ../polgen.ui:2086
#, python-format
msgid ""
"Files/Directories which the %s \"manages\". Pid Files, Log Files, /var/lib "
"Files ..."
msgstr ""
#: ../polgen.ui:2126
#, python-format
msgid "<b>Add booleans from the %s policy:</b>"
msgstr ""
#: ../polgen.ui:2179
msgid "Add Boolean"
msgstr ""
#: ../polgen.ui:2234
#, python-format
msgid "Add/Remove booleans used by the %s domain"
msgstr ""
#: ../polgen.ui:2272
#, python-format
msgid "<b>Which directory you will generate the %s policy?</b>"
msgstr ""
#: ../polgen.ui:2290
msgid "Policy Directory"
msgstr ""
#: ../portsPage.py:60 ../system-config-selinux.ui:1544
msgid "Network Port"
msgstr ""
#: ../portsPage.py:95
msgid ""
"SELinux Port\n"
"Type"
msgstr ""
#: ../portsPage.py:101 ../system-config-selinux.ui:294
msgid "Protocol"
msgstr ""
#: ../portsPage.py:106 ../system-config-selinux.ui:355
msgid ""
"MLS/MCS\n"
"Level"
msgstr ""
#: ../portsPage.py:111
msgid "Port"
msgstr ""
#: ../portsPage.py:213
#, python-format
msgid "Port number \"%s\" is not valid. 0 < PORT_NUMBER < 65536 "
msgstr ""
#: ../portsPage.py:258
msgid "List View"
msgstr ""
#: ../portsPage.py:261 ../system-config-selinux.ui:1466
msgid "Group View"
msgstr ""
#: ../selinux-polgengui.desktop:32 ../sepolicy.desktop:4
msgid "Generate SELinux policy modules"
msgstr ""
#: ../semanagePage.py:130
#, python-format
msgid "Are you sure you want to delete %s '%s'?"
msgstr ""
#: ../semanagePage.py:130
#, python-format
msgid "Delete %s"
msgstr ""
#: ../semanagePage.py:138
#, python-format
msgid "Add %s"
msgstr ""
#: ../semanagePage.py:152
#, python-format
msgid "Modify %s"
msgstr ""
#: ../sepolicy.desktop:3
msgid "SELinux Policy Management Tool"
msgstr ""
#: ../sepolicy.desktop:11
msgid "policy;security;selinux;avc;permission;mac;"
msgstr ""
#: ../statusPage.py:74 ../system-config-selinux.ui:599
#: ../system-config-selinux.ui:1744
msgid "Enforcing"
msgstr ""
#: ../statusPage.py:79 ../system-config-selinux.ui:593
msgid "Disabled"
msgstr ""
#: ../statusPage.py:98
msgid "Status"
msgstr ""
#: ../statusPage.py:137
msgid ""
"Changing the policy type will cause a relabel of the entire file system on "
"the next boot. Relabeling takes a long time depending on the size of the "
"file system. Do you wish to continue?"
msgstr ""
#: ../statusPage.py:151
msgid ""
"Changing to SELinux disabled requires a reboot. It is not recommended. If "
"you later decide to turn SELinux back on, the system will be required to "
"relabel. If you just want to see if SELinux is causing a problem on your "
"system, you can go to permissive mode which will only log errors and not "
"enforce SELinux policy. Permissive mode does not require a reboot Do you "
"wish to continue?"
msgstr ""
#: ../statusPage.py:156
msgid ""
"Changing to SELinux enabled will cause a relabel of the entire file system "
"on the next boot. Relabeling takes a long time depending on the size of the "
"file system. Do you wish to continue?"
msgstr ""
#: ../system-config-selinux.desktop:3
msgid "SELinux Management"
msgstr ""
#: ../system-config-selinux.desktop:32
msgid "Configure SELinux in a graphical setting"
msgstr ""
#: ../system-config-selinux.ui:11
msgid ""
"Copyright (c)2006 Red Hat, Inc.\n"
"Copyright (c) 2006 Dan Walsh <dwalsh@redhat.com>"
msgstr ""
#: ../system-config-selinux.ui:53 ../system-config-selinux.ui:407
msgid "Add SELinux Login Mapping"
msgstr ""
#: ../system-config-selinux.ui:117
msgid "Login Name"
msgstr ""
#: ../system-config-selinux.ui:128 ../system-config-selinux.ui:1376
#: ../system-config-selinux.ui:1911 ../usersPage.py:54
msgid "SELinux User"
msgstr ""
#: ../system-config-selinux.ui:139 ../system-config-selinux.ui:1922
msgid "MLS/MCS Range"
msgstr ""
#: ../system-config-selinux.ui:219
msgid "Add SELinux Network Ports"
msgstr ""
#: ../system-config-selinux.ui:283
msgid "Port Number"
msgstr ""
#: ../system-config-selinux.ui:305 ../system-config-selinux.ui:493
msgid "SELinux Type"
msgstr ""
#: ../system-config-selinux.ui:471
msgid "File Specification"
msgstr ""
#: ../system-config-selinux.ui:482
msgid "File Type"
msgstr ""
#: ../system-config-selinux.ui:543
msgid "MLS"
msgstr ""
#: ../system-config-selinux.ui:605
msgid "SELinux Administration"
msgstr ""
#: ../system-config-selinux.ui:622
msgid "_File"
msgstr ""
#: ../system-config-selinux.ui:630
msgid "_Add"
msgstr ""
#: ../system-config-selinux.ui:642
msgid "_Properties"
msgstr ""
#: ../system-config-selinux.ui:654
msgid "_Delete"
msgstr ""
#: ../system-config-selinux.ui:681
msgid "_Help"
msgstr ""
#: ../system-config-selinux.ui:728
msgid "Select Management Object"
msgstr ""
#: ../system-config-selinux.ui:741
msgid "<b>Select:</b>"
msgstr ""
#: ../system-config-selinux.ui:771
msgid "System Default Enforcing Mode"
msgstr ""
#: ../system-config-selinux.ui:800
msgid "Current Enforcing Mode"
msgstr ""
#: ../system-config-selinux.ui:822
msgid "System Default Policy Type: "
msgstr ""
#: ../system-config-selinux.ui:845
msgid ""
"Select if you wish to relabel then entire file system on next reboot. "
"Relabeling can take a very long time, depending on the size of the system. "
"If you are changing policy types or going from disabled to enforcing, a "
"relabel is required."
msgstr ""
#: ../system-config-selinux.ui:877
msgid "Relabel on next reboot."
msgstr ""
#: ../system-config-selinux.ui:921
msgid "Revert boolean setting to system default"
msgstr ""
#: ../system-config-selinux.ui:934
msgid "Toggle between Customized and All Booleans"
msgstr ""
#: ../system-config-selinux.ui:960 ../system-config-selinux.ui:1096
#: ../system-config-selinux.ui:1216 ../system-config-selinux.ui:1337
#: ../system-config-selinux.ui:1505 ../system-config-selinux.ui:1657
#: ../system-config-selinux.ui:1769
msgid "Filter"
msgstr ""
#: ../system-config-selinux.ui:1031
msgid "Add File Context"
msgstr ""
#: ../system-config-selinux.ui:1044
msgid "Modify File Context"
msgstr ""
#: ../system-config-selinux.ui:1057
msgid "Delete File Context"
msgstr ""
#: ../system-config-selinux.ui:1070
msgid "Toggle between all and customized file context"
msgstr ""
#: ../system-config-selinux.ui:1166
msgid "Add SELinux User Mapping"
msgstr ""
#: ../system-config-selinux.ui:1179
msgid "Modify SELinux User Mapping"
msgstr ""
#: ../system-config-selinux.ui:1192
msgid "Delete SELinux User Mapping"
msgstr ""
#: ../system-config-selinux.ui:1287
msgid "Add User"
msgstr ""
#: ../system-config-selinux.ui:1300
msgid "Modify User"
msgstr ""
#: ../system-config-selinux.ui:1313
msgid "Delete User"
msgstr ""
#: ../system-config-selinux.ui:1408
msgid "Add Network Port"
msgstr ""
#: ../system-config-selinux.ui:1421
msgid "Edit Network Port"
msgstr ""
#: ../system-config-selinux.ui:1434
msgid "Delete Network Port"
msgstr ""
#: ../system-config-selinux.ui:1465 ../system-config-selinux.ui:1479
msgid "Toggle between Customized and All Ports"
msgstr ""
#: ../system-config-selinux.ui:1576
msgid "Generate new policy module"
msgstr ""
#: ../system-config-selinux.ui:1588
msgid "Load policy module"
msgstr ""
#: ../system-config-selinux.ui:1601
msgid "Remove loadable policy module"
msgstr ""
#: ../system-config-selinux.ui:1632
msgid ""
"Enable/Disable additional audit rules, that are normally not reported in the "
"log files."
msgstr ""
#: ../system-config-selinux.ui:1728
msgid "Change process mode to permissive."
msgstr ""
#: ../system-config-selinux.ui:1743
msgid "Change process mode to enforcing"
msgstr ""
#: ../system-config-selinux.ui:1847
msgid "Add SELinux User"
msgstr ""
#: ../system-config-selinux.ui:1944 ../usersPage.py:69
msgid "SELinux Roles"
msgstr ""
#: ../usersPage.py:142
#, python-format
msgid "SELinux user '%s' is required"
msgstr ""
|