diff --git a/policycoreutils-gui.patch b/policycoreutils-gui.patch index 7676626..8b4067d 100644 --- a/policycoreutils-gui.patch +++ b/policycoreutils-gui.patch @@ -1,6 +1,6 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.62/gui/booleansPage.py --- nsapolicycoreutils/gui/booleansPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/booleansPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/booleansPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,247 @@ +# +# booleansPage.py - GUI for Booleans page in system-config-securitylevel @@ -251,7 +251,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py poli + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/domainsPage.py policycoreutils-2.0.62/gui/domainsPage.py --- nsapolicycoreutils/gui/domainsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/domainsPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/domainsPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,154 @@ +## domainsPage.py - show selinux domains +## Copyright (C) 2009 Red Hat, Inc. @@ -409,7 +409,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/domainsPage.py polic + self.error(e.args[0]) diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.62/gui/fcontextPage.py --- nsapolicycoreutils/gui/fcontextPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/fcontextPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/fcontextPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,223 @@ +## fcontextPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -636,7 +636,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py poli + self.store.set_value(iter, TYPE_COL, "%s:%s" % (type, mls)) diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policycoreutils-2.0.62/gui/html_util.py --- nsapolicycoreutils/gui/html_util.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/html_util.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/html_util.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,164 @@ +# Authors: John Dennis +# @@ -804,7 +804,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policyc + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.62/gui/lockdown.glade --- nsapolicycoreutils/gui/lockdown.glade 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/lockdown.glade 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/lockdown.glade 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,771 @@ + + @@ -1579,7 +1579,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade polic + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.62/gui/lockdown.gladep --- nsapolicycoreutils/gui/lockdown.gladep 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/lockdown.gladep 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/lockdown.gladep 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,7 @@ + + @@ -1590,7 +1590,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep poli + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.62/gui/lockdown.py --- nsapolicycoreutils/gui/lockdown.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/lockdown.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/lockdown.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,382 @@ +#!/usr/bin/python +# @@ -1976,7 +1976,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policyco + app.stand_alone() diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.62/gui/loginsPage.py --- nsapolicycoreutils/gui/loginsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/loginsPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/loginsPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,185 @@ +## loginsPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -2165,7 +2165,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policy + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.62/gui/Makefile --- nsapolicycoreutils/gui/Makefile 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/Makefile 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/Makefile 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,38 @@ +# Installation directories. +PREFIX ?= ${DESTDIR}/usr @@ -2207,7 +2207,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreu +relabel: diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.62/gui/mappingsPage.py --- nsapolicycoreutils/gui/mappingsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/mappingsPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/mappingsPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,56 @@ +## mappingsPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -2267,7 +2267,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py poli + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.62/gui/modulesPage.py --- nsapolicycoreutils/gui/modulesPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/modulesPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/modulesPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,190 @@ +## modulesPage.py - show selinux mappings +## Copyright (C) 2006-2009 Red Hat, Inc. @@ -2461,7 +2461,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py polic + self.error(e.args[0]) diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.62/gui/polgen.glade --- nsapolicycoreutils/gui/polgen.glade 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/polgen.glade 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/polgen.glade 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,3305 @@ + + @@ -5770,7 +5770,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.gladep policycoreutils-2.0.62/gui/polgen.gladep --- nsapolicycoreutils/gui/polgen.gladep 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/polgen.gladep 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/polgen.gladep 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,7 @@ + + @@ -5781,8 +5781,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.gladep policy + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.62/gui/polgengui.py --- nsapolicycoreutils/gui/polgengui.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/polgengui.py 2009-02-18 16:52:27.000000000 -0500 -@@ -0,0 +1,626 @@ ++++ policycoreutils-2.0.62/gui/polgengui.py 2009-05-12 13:20:15.000000000 -0400 +@@ -0,0 +1,627 @@ +#!/usr/bin/python -E +# +# polgengui.py - GUI for SELinux Config tool in system-config-selinux @@ -6056,6 +6056,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policyc + + if self.pages[type][self.current_page] in self.finish_page: + self.generate_policy() ++ self.xml.get_widget ("cancel_button").set_label(gtk.STOCK_CLOSE) + else: + self.current_page = self.current_page + 1 + self.notebook.set_current_page(self.pages[type][self.current_page]) @@ -6411,7 +6412,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policyc + app.stand_alone() diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.62/gui/polgen.py --- nsapolicycoreutils/gui/polgen.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/polgen.py 2009-03-07 12:58:37.000000000 -0500 ++++ policycoreutils-2.0.62/gui/polgen.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,954 @@ +#!/usr/bin/python +# @@ -7369,7 +7370,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycore + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.62/gui/portsPage.py --- nsapolicycoreutils/gui/portsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/portsPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/portsPage.py 2009-05-12 13:20:08.000000000 -0400 @@ -0,0 +1,259 @@ +## portsPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -7497,17 +7498,17 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policyc + keys.sort() + self.store.clear() + for k in keys: -+ if not (self.match(str(k[0]), filter) or self.match(dict[k][0], filter) or self.match(dict[k][1], filter) or self.match(dict[k][2], filter)): ++ if not (self.match(str(k[0]), filter) or self.match(dict[k][0], filter) or self.match(k[2], filter) or self.match(dict[k][1], filter) or self.match(dict[k][1], filter)): + continue + iter = self.store.append() + if k[0] == k[1]: + self.store.set_value(iter, PORT_COL, k[0]) + else: -+ rec = "%s-%s" % k ++ rec = "%s-%s" % k[:2] + self.store.set_value(iter, PORT_COL, rec) + self.store.set_value(iter, TYPE_COL, dict[k][0]) -+ self.store.set_value(iter, PROTOCOL_COL, dict[k][1]) -+ self.store.set_value(iter, MLS_COL, dict[k][2]) ++ self.store.set_value(iter, PROTOCOL_COL, k[2]) ++ self.store.set_value(iter, MLS_COL, dict[k][1]) + self.view.get_selection().select_path ((0,)) + + def group_load(self, filter = ""): @@ -7632,7 +7633,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policyc + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.62/gui/selinux.tbl --- nsapolicycoreutils/gui/selinux.tbl 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/selinux.tbl 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/selinux.tbl 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,234 @@ +acct_disable_trans _("SELinux Service Protection") _("Disable SELinux protection for acct daemon") +allow_daemons_dump_core _("Admin") _("Allow all daemons to write corefiles to /") @@ -7870,7 +7871,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policyco + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.62/gui/semanagePage.py --- nsapolicycoreutils/gui/semanagePage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/semanagePage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/semanagePage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,168 @@ +## semanagePage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -8042,7 +8043,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py poli + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.62/gui/statusPage.py --- nsapolicycoreutils/gui/statusPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/statusPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/statusPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,190 @@ +# statusPage.py - show selinux status +## Copyright (C) 2006-2009 Red Hat, Inc. @@ -8236,7 +8237,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policy + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.62/gui/system-config-selinux.glade --- nsapolicycoreutils/gui/system-config-selinux.glade 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/system-config-selinux.glade 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/system-config-selinux.glade 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,3403 @@ + + @@ -11643,7 +11644,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinu + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.62/gui/system-config-selinux.py --- nsapolicycoreutils/gui/system-config-selinux.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/system-config-selinux.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/system-config-selinux.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,189 @@ +#!/usr/bin/python +# @@ -11836,7 +11837,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinu + app.stand_alone() diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.62/gui/templates/boolean.py --- nsapolicycoreutils/gui/templates/boolean.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/boolean.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/boolean.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,40 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -11880,7 +11881,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.62/gui/templates/etc_rw.py --- nsapolicycoreutils/gui/templates/etc_rw.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/etc_rw.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/etc_rw.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,129 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12013,7 +12014,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.62/gui/templates/executable.py --- nsapolicycoreutils/gui/templates/executable.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/executable.py 2009-03-07 12:58:20.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/executable.py 2009-05-12 13:20:40.000000000 -0400 @@ -0,0 +1,368 @@ +# Copyright (C) 2007-2009 Red Hat +# see file 'COPYING' for use and warranty information @@ -12054,7 +12055,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable + +te_initscript_types=""" +type TEMPLATETYPE_initrc_exec_t; -+init_script_type(TEMPLATETYPE_initrc_exec_t) ++init_script_file(TEMPLATETYPE_initrc_exec_t) +""" + +te_dbusd_types="""\ @@ -12385,7 +12386,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.62/gui/templates/__init__.py --- nsapolicycoreutils/gui/templates/__init__.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/__init__.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/__init__.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,18 @@ +# +# Copyright (C) 2007 Red Hat, Inc. @@ -12407,7 +12408,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.p + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.62/gui/templates/network.py --- nsapolicycoreutils/gui/templates/network.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/network.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/network.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,80 @@ +te_port_types=""" +type TEMPLATETYPE_port_t; @@ -12491,7 +12492,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.62/gui/templates/rw.py --- nsapolicycoreutils/gui/templates/rw.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/rw.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/rw.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,128 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12623,7 +12624,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py poli +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.62/gui/templates/script.py --- nsapolicycoreutils/gui/templates/script.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/script.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/script.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,99 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12726,7 +12727,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.62/gui/templates/semodule.py --- nsapolicycoreutils/gui/templates/semodule.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/semodule.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/semodule.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,41 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12771,7 +12772,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.p + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.62/gui/templates/tmp.py --- nsapolicycoreutils/gui/templates/tmp.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/tmp.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/tmp.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,97 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12872,7 +12873,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py pol + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.62/gui/templates/user.py --- nsapolicycoreutils/gui/templates/user.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/user.py 2009-03-07 12:58:11.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/user.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,182 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13058,7 +13059,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py po +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.62/gui/templates/var_lib.py --- nsapolicycoreutils/gui/templates/var_lib.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/var_lib.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/var_lib.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,158 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13220,7 +13221,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.62/gui/templates/var_log.py --- nsapolicycoreutils/gui/templates/var_log.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/var_log.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/var_log.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,110 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13334,7 +13335,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.62/gui/templates/var_run.py --- nsapolicycoreutils/gui/templates/var_run.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/var_run.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/var_run.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,118 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13456,7 +13457,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.62/gui/templates/var_spool.py --- nsapolicycoreutils/gui/templates/var_spool.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/templates/var_spool.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/templates/var_spool.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,129 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13589,7 +13590,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool. +""" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.62/gui/translationsPage.py --- nsapolicycoreutils/gui/translationsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/translationsPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/translationsPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,118 @@ +## translationsPage.py - show selinux translations +## Copyright (C) 2006 Red Hat, Inc. @@ -13711,7 +13712,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py + self.store.set_value(iter, 1, translation) diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.62/gui/usersPage.py --- nsapolicycoreutils/gui/usersPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/gui/usersPage.py 2009-02-18 16:52:27.000000000 -0500 ++++ policycoreutils-2.0.62/gui/usersPage.py 2009-05-04 13:40:26.000000000 -0400 @@ -0,0 +1,150 @@ +## usersPage.py - show selinux mappings +## Copyright (C) 2006,2007,2008 Red Hat, Inc. diff --git a/policycoreutils-po.patch b/policycoreutils-po.patch index a5d977a..a68ca0d 100644 --- a/policycoreutils-po.patch +++ b/policycoreutils-po.patch @@ -1,7 +1,6 @@ -Binary files nsapolicycoreutils/po/af.mo and policycoreutils-2.0.62/po/af.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-2.0.62/po/af.po --- nsapolicycoreutils/po/af.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/af.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/af.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -1942,10 +1941,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/am.mo and policycoreutils-2.0.62/po/am.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-2.0.62/po/am.po --- nsapolicycoreutils/po/am.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/am.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/am.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -3886,10 +3884,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/ar.mo and policycoreutils-2.0.62/po/ar.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-2.0.62/po/ar.po --- nsapolicycoreutils/po/ar.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ar.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ar.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -5830,10 +5827,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/as.mo and policycoreutils-2.0.62/po/as.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-2.0.62/po/as.po --- nsapolicycoreutils/po/as.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/as.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/as.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,4 +1,4 @@ -# translation of as.po to Assamese +# translation of policycoreutils.HEAD.po to Assamese @@ -8218,10 +8214,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils -#~ msgstr "স্তৰ" +#~ msgid "translations not supported on non-MLS machines" +#~ msgstr "MLS-বিহীন যন্ত্ৰত অনুবাদ সমৰ্থন কৰা নহয়" -Binary files nsapolicycoreutils/po/be.mo and policycoreutils-2.0.62/po/be.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils-2.0.62/po/be.po --- nsapolicycoreutils/po/be.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/be.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/be.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -10162,10 +10157,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/bg.mo and policycoreutils-2.0.62/po/bg.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils-2.0.62/po/bg.po --- nsapolicycoreutils/po/bg.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/bg.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/bg.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: policycoreutils\n" @@ -12215,10 +12209,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils #~ msgid "Requires value" #~ msgstr "Изисква стойност" -Binary files nsapolicycoreutils/po/bn_IN.mo and policycoreutils-2.0.62/po/bn_IN.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreutils-2.0.62/po/bn_IN.po --- nsapolicycoreutils/po/bn_IN.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/bn_IN.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/bn_IN.po 2009-05-12 13:25:30.000000000 -0400 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: policycoreutils.HEAD\n" @@ -14243,10 +14236,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreut #~ msgid "Requires value" #~ msgstr "মান আবশ্যক" -Binary files nsapolicycoreutils/po/bn.mo and policycoreutils-2.0.62/po/bn.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils-2.0.62/po/bn.po --- nsapolicycoreutils/po/bn.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/bn.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/bn.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -16187,10 +16179,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/bs.mo and policycoreutils-2.0.62/po/bs.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bs.po policycoreutils-2.0.62/po/bs.po --- nsapolicycoreutils/po/bs.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/bs.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/bs.po 2009-05-12 13:25:30.000000000 -0400 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: bs\n" @@ -18170,10 +18161,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bs.po policycoreutils #~ msgid "Requires value" #~ msgstr "Zahtijeva vrijednost" -Binary files nsapolicycoreutils/po/ca.mo and policycoreutils-2.0.62/po/ca.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils-2.0.62/po/ca.po --- nsapolicycoreutils/po/ca.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ca.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ca.po 2009-05-12 13:25:30.000000000 -0400 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: policycoreutils\n" @@ -20163,10 +20153,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils #~ msgid "Requires value" #~ msgstr "Requereix un valor" -Binary files nsapolicycoreutils/po/cs.mo and policycoreutils-2.0.62/po/cs.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils-2.0.62/po/cs.po --- nsapolicycoreutils/po/cs.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/cs.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/cs.po 2009-05-12 13:25:30.000000000 -0400 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: cs\n" @@ -22186,10 +22175,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils #~ msgid "Device number:" #~ msgstr "Číslo zařízení:" -Binary files nsapolicycoreutils/po/cy.mo and policycoreutils-2.0.62/po/cy.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils-2.0.62/po/cy.po --- nsapolicycoreutils/po/cy.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/cy.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/cy.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -24130,10 +24118,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/da.mo and policycoreutils-2.0.62/po/da.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils-2.0.62/po/da.po --- nsapolicycoreutils/po/da.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/da.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/da.po 2009-05-12 13:25:30.000000000 -0400 @@ -2,7 +2,7 @@ # Danish messages for policycoreutils. # Copyright (C) 2006 Christian Rose. @@ -26124,10 +26111,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils #~ msgid "Requires value" #~ msgstr "Kræver værdi" -Binary files nsapolicycoreutils/po/de.mo and policycoreutils-2.0.62/po/de.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils-2.0.62/po/de.po --- nsapolicycoreutils/po/de.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/de.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/de.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,30 +1,26 @@ -# translation of policycoreutils.HEAD.de.po to German # German translation of policycoreutils. @@ -29596,10 +29582,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils +#~ "\n" +#~ "semodule -i %s\n" +#~ "\n" -Binary files nsapolicycoreutils/po/el.mo and policycoreutils-2.0.62/po/el.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils-2.0.62/po/el.po --- nsapolicycoreutils/po/el.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/el.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/el.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: el\n" @@ -31615,10 +31600,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils #~ msgid "Requires value" #~ msgstr "Απόκρυψη τιμής" -Binary files nsapolicycoreutils/po/en_GB.mo and policycoreutils-2.0.62/po/en_GB.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreutils-2.0.62/po/en_GB.po --- nsapolicycoreutils/po/en_GB.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/en_GB.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/en_GB.po 2009-05-12 13:25:30.000000000 -0400 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: policycoreutils\n" @@ -33598,10 +33582,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreut #~ msgid "Requires value" #~ msgstr "Requires value" -Binary files nsapolicycoreutils/po/es.mo and policycoreutils-2.0.62/po/es.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils-2.0.62/po/es.po --- nsapolicycoreutils/po/es.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/es.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/es.po 2009-05-12 13:25:30.000000000 -0400 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: policycoreutils.HEAD.es\n" @@ -37059,7 +37042,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/et.po policycoreutils-2.0.62/po/et.po --- nsapolicycoreutils/po/et.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/et.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/et.po 2009-05-12 13:25:30.000000000 -0400 @@ -67,818 +67,821 @@ msgid "To make this policy package active, execute:" msgstr "" @@ -38991,10 +38974,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/et.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/eu_ES.mo and policycoreutils-2.0.62/po/eu_ES.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/eu_ES.po policycoreutils-2.0.62/po/eu_ES.po --- nsapolicycoreutils/po/eu_ES.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/eu_ES.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/eu_ES.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -40935,10 +40917,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/eu_ES.po policycoreut #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/fa.mo and policycoreutils-2.0.62/po/fa.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fa.po policycoreutils-2.0.62/po/fa.po --- nsapolicycoreutils/po/fa.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/fa.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/fa.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -42879,10 +42860,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fa.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/fi.mo and policycoreutils-2.0.62/po/fi.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fi.po policycoreutils-2.0.62/po/fi.po --- nsapolicycoreutils/po/fi.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/fi.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/fi.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -44823,24 +44803,42 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fi.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/fr.mo and policycoreutils-2.0.62/po/fr.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils-2.0.62/po/fr.po --- nsapolicycoreutils/po/fr.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/fr.po 2009-04-08 22:03:17.000000000 -0400 -@@ -9,9 +9,9 @@ ++++ policycoreutils-2.0.62/po/fr.po 2009-05-12 13:25:30.000000000 -0400 +@@ -1,22 +1,24 @@ + # translation of policycoreutils.HEAD.fr_modifié(1).po to french ++# translation of Policy Core Utils. ++# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + # Thomas Canniot , 2006. + # Alain PORTAL , 2007. + # Gauthier Ancelin , 2007. + # Matthieu Rondeau , 2008. +-# translation of Policy Core Utils. +-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. ++# Charles-Antoine Couret , 2009. + msgid "" msgstr "" "Project-Id-Version: policycoreutils.HEAD.fr_modifié(1)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-09 13:24-0400\n" -"PO-Revision-Date: 2008-04-05 22:13+0200\n" -"Last-Translator: Matthieu Rondeau \n" +-"Language-Team: french \n" +"POT-Creation-Date: 2009-01-21 17:13-0500\n" -+"PO-Revision-Date: 2008-09-24 21:19+0100\n" -+"Last-Translator: Le Coz Florent \n" - "Language-Team: french \n" ++"PO-Revision-Date: 2009-05-01 03:28+0200\n" ++"Last-Translator: Charles-Antoine Couret \n" ++"Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -@@ -52,7 +52,7 @@ + "Content-Transfer-Encoding: 8bit\n" +-"X-Generator: KBabel 1.11.4\n" ++"X-Generator: Lokalize 0.3\n" ++"Plural-Forms: nplurals=2; plural=(n > 1);\n" + + #: ../run_init/run_init.c:67 + msgid "" +@@ -52,7 +54,7 @@ #: ../run_init/run_init.c:203 ../newrole/newrole.c:370 #, c-format msgid "getpass cannot open /dev/tty\n" @@ -44849,7 +44847,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #: ../run_init/run_init.c:275 #, c-format -@@ -92,843 +92,845 @@ +@@ -92,843 +94,841 @@ msgid "To make this policy package active, execute:" msgstr "Pour rendre ce paquetage de stratégies actif, exécutez :" @@ -44875,9 +44873,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../semanage/seobject.py:137 ../semanage/seobject.py:141 +#: ../semanage/seobject.py:70 -+#, fuzzy +msgid "Could not test MLS enabled status" -+msgstr "Impossible de définir une plage MLS pour %s" ++msgstr "Impossible de tester les statuts MLS activés" + +#: ../semanage/seobject.py:142 ../semanage/seobject.py:146 msgid "global" @@ -45322,8 +45319,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils +#: ../semanage/seobject.py:833 #, python-format msgid "Could not set user in port context for %s/%s" - msgstr "" - "Impossible de définir l'utilisateur dans le contexte du port pour %s/%s" +-msgstr "" +-"Impossible de définir l'utilisateur dans le contexte du port pour %s/%s" ++msgstr "Impossible de définir l'utilisateur dans le contexte du port pour %s/%s" -#: ../semanage/seobject.py:834 +#: ../semanage/seobject.py:837 @@ -45596,8 +45594,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils +#, python-format msgid "Addr %s is defined in policy, cannot be deleted" -msgstr "Le port %s/%s est défini dans la stratégie, il ne peut être supprimé" -+msgstr "" -+"L'adresse %s est définie dans la stratégie, elle ne peut être supprimée" ++msgstr "L'adresse %s est définie dans la stratégie, elle ne peut être supprimée" -#: ../semanage/seobject.py:1178 -#, fuzzy, python-format @@ -45729,8 +45726,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils +#: ../semanage/seobject.py:1406 #, python-format msgid "Could not set user in file context for %s" - msgstr "" - "Impossible de définir l'utilisateur dans le contexte du fichier pour %s" +-msgstr "" +-"Impossible de définir l'utilisateur dans le contexte du fichier pour %s" ++msgstr "Impossible de définir l'utilisateur dans le contexte du fichier pour %s" -#: ../semanage/seobject.py:1407 +#: ../semanage/seobject.py:1410 @@ -45950,18 +45948,21 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #: ../gui/polgengui.py:169 msgid "Description" msgstr "Description" -@@ -971,8 +973,8 @@ +@@ -970,10 +970,9 @@ + msgid "Unable to clear environment\n" msgstr "Impossible de nettoyer l'environnement\n" - #: ../newrole/newrole.c:556 ../newrole/newrole.c:634 +-#: ../newrole/newrole.c:556 ../newrole/newrole.c:634 -#, c-format -msgid "Error initing capabilities, aborting.\n" -+#, fuzzy, c-format +-msgstr "Erreur lors de l'initialisation des capacités, abandon\n" ++#: ../newrole/newrole.c:556 ../newrole/newrole.c:634, c-format +msgid "Error initializing capabilities, aborting.\n" - msgstr "Erreur lors de l'initialisation des capacités, abandon\n" ++msgstr "Erreur lors de l'initialisation des capacités, abandon.\n" #: ../newrole/newrole.c:564 ../newrole/newrole.c:640 -@@ -1240,7 +1242,7 @@ + #, c-format +@@ -1240,7 +1239,7 @@ #: ../scripts/chcat:110 #, c-format msgid "%s is already in %s" @@ -45970,7 +45971,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #: ../scripts/chcat:188 ../scripts/chcat:198 #, c-format -@@ -1251,83 +1253,83 @@ +@@ -1251,83 +1250,83 @@ msgid "Can not combine +/- with other types of categories" msgstr "Impossible de combiner +/- avec différents types de catégories" @@ -46073,7 +46074,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "File Labeling" msgstr "Étiquetage de fichier" -@@ -1355,7 +1357,7 @@ +@@ -1355,7 +1354,7 @@ "Fichier\n" "Type" @@ -46082,7 +46083,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "User Mapping" msgstr "Correspondance utilisateur" -@@ -1388,7 +1390,7 @@ +@@ -1388,7 +1387,7 @@ msgid "Login '%s' is required" msgstr "L'ouverture de session en tant que « %s » est exigée" @@ -46091,7 +46092,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "Policy Module" msgstr "Module de stratégies" -@@ -1404,7 +1406,7 @@ +@@ -1404,7 +1403,7 @@ msgid "Disable Audit" msgstr "Désactiver l'audit" @@ -46100,7 +46101,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "Enable Audit" msgstr "Activer l'audit" -@@ -1460,7 +1462,7 @@ +@@ -1460,7 +1459,7 @@ msgid "Applications" msgstr "Programmes" @@ -46109,14 +46110,14 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Standard Init Daemon are daemons started on boot via init scripts. Usually " "requires a script in /etc/rc.d/init.d" -@@ -1473,26 +1475,30 @@ +@@ -1473,26 +1472,30 @@ msgid "Standard Init Daemon" msgstr "Démons d'initialisation standards" -#: ../gui/polgen.glade:278 +#: ../gui/polgen.glade:280 +msgid "DBUS System Daemon" -+msgstr "" ++msgstr "Démon système DBUS" + +#: ../gui/polgen.glade:299 msgid "Internet Services Daemon are daemons started by xinetd" @@ -46145,7 +46146,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "User Application are any application that you would like to confine that is " "started by a user" -@@ -1500,23 +1506,23 @@ +@@ -1500,23 +1503,23 @@ "Un programme utilisateur correspond à tout programme que vous aimeriez " "confiner et qui peut être démarré par un utilisateur" @@ -46174,7 +46175,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils 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." -@@ -1525,11 +1531,11 @@ +@@ -1525,11 +1528,11 @@ "terminal ou une connexion à distance. Par défaut cet utilisateur n'aura pas " "de propriété setuid, pas de réseautage, pas de commandes sudo et su." @@ -46188,7 +46189,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils 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" -@@ -1538,11 +1544,11 @@ +@@ -1538,11 +1541,11 @@ "terminal. Par défaut cet utilisateur n'aura pas de propriété setuid, pas de " "réseautage, pas de commandes sudo et su." @@ -46202,7 +46203,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "User with full networking, no setuid applications without transition, no " "sudo, no su." -@@ -1550,11 +1556,11 @@ +@@ -1550,11 +1553,11 @@ "Utilisateur avec un réseautage complet, pas de propriété setuid sans " "transition, pas de commandes sudo et su." @@ -46216,7 +46217,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "User with full networking, no setuid applications without transition, no su, " "can sudo to Root Administration Roles" -@@ -1563,15 +1569,15 @@ +@@ -1563,15 +1566,15 @@ "transition, pas de commande su, pouvant utiliser la commande sudo pour les " "tâches administratives réservées au Root" @@ -46235,7 +46236,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils 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 " -@@ -1581,64 +1587,64 @@ +@@ -1581,64 +1584,64 @@ "la machine en tant que root. Cet utilisateur ne pourra pas ouvrir de session " "sur le système directement." @@ -46313,7 +46314,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Select the applications domains that you would like this user role to " "transition to." -@@ -1646,45 +1652,45 @@ +@@ -1646,45 +1649,45 @@ "Sélectionner les domaines des applications vers lesquels vous souhaitez que " "ce modèle d'utilisateur effectue une transition." @@ -46369,7 +46370,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow application/user role to call bindresvport with 0. Binding to port 600-" "1024" -@@ -1692,11 +1698,11 @@ +@@ -1692,11 +1695,11 @@ "Permettre au modèle d'un utilisateur/programme d'appeler « bindresvport » " "avec 0. Connexion aux ports 600-1024" @@ -46383,7 +46384,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Enter a comma separated list of udp ports or ranges of ports that " "application/user role binds to. Example: 612, 650-660" -@@ -1705,31 +1711,31 @@ +@@ -1705,31 +1708,31 @@ "auxquels ce modèle programme/utilisateur se connecte. Par exemple : 612, 650-" "660 " @@ -46422,7 +46423,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Enter a comma separated list of tcp ports or ranges of ports that " "application/user role connects to. Example: 612, 650-660" -@@ -1737,7 +1743,7 @@ +@@ -1737,7 +1740,7 @@ "Entrez une liste, séparés par des virgules, ou une plage de ports UDP " "auxquels ce modèle de programme/utilisateur se connecte. " @@ -46431,7 +46432,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Enter a comma separated list of udp ports or ranges of ports that " "application/user role connects to. Example: 612, 650-660" -@@ -1745,47 +1751,47 @@ +@@ -1745,47 +1748,47 @@ "Entrez une liste de ports UDP séparés par une virgule auxquels ce modèle " "programme/utilisateur se connecte. Par exemple : 612, 650-660" @@ -46490,7 +46491,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Add Files/Directories that application will need to \"Write\" to. Pid Files, " "Log Files, /var/lib Files ..." -@@ -1793,29 +1799,29 @@ +@@ -1793,29 +1796,29 @@ "Ajoutez les fichiers/répertoires dans lesquels ce programme va devoir " "écrire. Fichiers PID, fichiers de journalisation, fichiers /var/lib..." @@ -46526,7 +46527,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "This tool will generate the following: \n" "Type Enforcement(te), File Context(fc), Interface(if), Shell Script(sh)\n" -@@ -1835,7 +1841,7 @@ +@@ -1835,7 +1838,7 @@ "Utilisez « audit2allow -R » pour générer des règles supplémentaires pour le " "fichier.\n" @@ -46535,7 +46536,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "This tool will generate the following: \n" "Type Enforcement(te), File Context(fc), Interface(if), Shell Script(sh)\n" -@@ -1853,11 +1859,11 @@ +@@ -1853,11 +1856,11 @@ "Utilisez « audit2allow -R » pour générer des règles supplémentaires pour le " "fichier.\n" @@ -46549,7 +46550,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "Boolean Name" msgstr "Nom de Booléen" -@@ -1878,36 +1884,36 @@ +@@ -1878,36 +1881,36 @@ msgid "%s must be a directory" msgstr "%s doit être un répertoire" @@ -46593,7 +46594,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #, python-format msgid "" "Type %s_t already defined in current policy.\n" -@@ -1916,11 +1922,11 @@ +@@ -1916,11 +1919,11 @@ "Le type %s_t est déjà défini dans la stratégie.\n" "Voulez-vous continuer?" @@ -46607,7 +46608,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #, python-format msgid "" "Module %s.pp already loaded in current policy.\n" -@@ -1929,69 +1935,73 @@ +@@ -1929,69 +1932,71 @@ "Le module %s.pp est déjà chargé dans la stratégie.\n" "Voulez-vous continuer?" @@ -46649,8 +46650,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../gui/polgen.py:276 +#: ../gui/polgen.py:288 msgid "Only DAEMON apps can use an init script" - msgstr "" - "Seuls les programmes démons peuvent utiliser un script d'initialisation" +-msgstr "" +-"Seuls les programmes démons peuvent utiliser un script d'initialisation" ++msgstr "Seuls les démons peuvent utiliser un script d'init" -#: ../gui/polgen.py:294 +#: ../gui/polgen.py:306 @@ -46692,14 +46694,13 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgstr "Script de configuration" +#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2926 -+#, fuzzy +msgid "Network Port" -+msgstr "Ajouter un port réseau" ++msgstr "Port réseau" + #: ../gui/portsPage.py:85 msgid "" "SELinux Port\n" -@@ -2025,7 +2035,7 @@ +@@ -2025,7 +2030,7 @@ msgid "List View" msgstr "Affichage par liste" @@ -46708,7 +46709,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "Group View" msgstr "Affichage par groupe" -@@ -2106,7 +2116,6 @@ +@@ -2106,7 +2111,6 @@ msgstr "Privilèges utilisateur" #: ../gui/selinux.tbl:4 @@ -46716,7 +46717,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow gadmin SELinux user account to execute files in home directory or /tmp" msgstr "" -@@ -2114,7 +2123,6 @@ +@@ -2114,7 +2118,6 @@ "dans son répertoire « home » ou dans /tmp" #: ../gui/selinux.tbl:5 @@ -46724,7 +46725,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow guest SELinux user account to execute files in home directory or /tmp" msgstr "" -@@ -2156,7 +2164,6 @@ +@@ -2156,7 +2159,6 @@ msgstr "Permettre à ssh d'exécuter « ssh-keysign »" #: ../gui/selinux.tbl:11 @@ -46732,7 +46733,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow staff SELinux user account to execute files in home directory or /tmp" msgstr "" -@@ -2164,7 +2171,6 @@ +@@ -2164,7 +2166,6 @@ "son répertoire « home » ou dans /tmp" #: ../gui/selinux.tbl:12 @@ -46740,7 +46741,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow sysadm SELinux user account to execute files in home directory or /tmp" msgstr "" -@@ -2172,7 +2178,6 @@ +@@ -2172,7 +2173,6 @@ "dans son répertoire « home » ou dans /tmp" #: ../gui/selinux.tbl:13 @@ -46748,7 +46749,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow unconfined SELinux user account to execute files in home directory or /" "tmp" -@@ -2189,7 +2194,6 @@ +@@ -2189,7 +2189,6 @@ msgstr "Permettre aux paquets non étiquetés de circuler sur le réseau" #: ../gui/selinux.tbl:15 @@ -46756,7 +46757,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Allow user SELinux user account to execute files in home directory or /tmp" msgstr "" -@@ -2224,11 +2228,10 @@ +@@ -2224,11 +2223,10 @@ msgstr "Permettre aux clients d'écrire dans la mémoire partagée de X" #: ../gui/selinux.tbl:20 @@ -46769,7 +46770,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils "dans son répertoire « home » ou dans /tmp" #: ../gui/selinux.tbl:21 ../gui/selinux.tbl:228 ../gui/selinux.tbl:229 -@@ -3213,16 +3216,16 @@ +@@ -3213,16 +3211,16 @@ msgid "Add %s" msgstr "Ajouter %s" @@ -46789,7 +46790,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "Enforcing" msgstr "Strict" -@@ -3300,14 +3303,6 @@ +@@ -3300,14 +3298,6 @@ msgid "SELinux Type" msgstr "Type SELinux" @@ -46804,7 +46805,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #: ../gui/system-config-selinux.glade:622 msgid "" "SELinux MLS/MCS\n" -@@ -3349,8 +3344,6 @@ +@@ -3349,8 +3339,6 @@ msgstr "MLS" #: ../gui/system-config-selinux.glade:1029 @@ -46813,7 +46814,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "Add SELinux User" msgstr "Ajouter une identité SELinux" -@@ -3388,6 +3381,9 @@ +@@ -3388,6 +3376,9 @@ "Permissive\n" "Enforcing\n" msgstr "" @@ -46823,7 +46824,16 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #: ../gui/system-config-selinux.glade:1566 msgid "Current Enforcing Mode" -@@ -3428,122 +3424,134 @@ +@@ -3416,7 +3407,7 @@ + + #: ../gui/system-config-selinux.glade:1754 + msgid "label37" +-msgstr "" ++msgstr "étiquette37" + + #: ../gui/system-config-selinux.glade:1791 + msgid "Revert boolean setting to system default" +@@ -3428,122 +3419,131 @@ #: ../gui/system-config-selinux.glade:1825 msgid "Run booleans lockdown wizard" @@ -46855,7 +46865,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../gui/system-config-selinux.glade:1944 +#: ../gui/system-config-selinux.glade:1945 msgid "label50" - msgstr "" +-msgstr "" ++msgstr "étiquette50" -#: ../gui/system-config-selinux.glade:1981 +#: ../gui/system-config-selinux.glade:1982 @@ -46882,7 +46893,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../gui/system-config-selinux.glade:2148 +#: ../gui/system-config-selinux.glade:2150 msgid "label38" - msgstr "" +-msgstr "" ++msgstr "étiquette38" -#: ../gui/system-config-selinux.glade:2185 +#: ../gui/system-config-selinux.glade:2187 @@ -46902,27 +46914,25 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../gui/system-config-selinux.glade:2334 +#: ../gui/system-config-selinux.glade:2337 msgid "label39" - msgstr "" +-msgstr "" ++msgstr "étiquette39" ++ ++#: ../gui/system-config-selinux.glade:2374 ++msgid "Add User" ++msgstr "Ajouter un utilisateur" -#: ../gui/system-config-selinux.glade:2371 -+#: ../gui/system-config-selinux.glade:2374 -+#, fuzzy -+msgid "Add User" -+msgstr "Ajouter %s" -+ +#: ../gui/system-config-selinux.glade:2390 -+#, fuzzy +msgid "Modify User" -+msgstr "Modifier %s" ++msgstr "Modifier un utilisateur" + +#: ../gui/system-config-selinux.glade:2406 -+#, fuzzy +msgid "Delete User" -+msgstr "Supprimer %s" ++msgstr "Supprimer un utilisateur" + +#: ../gui/system-config-selinux.glade:2524 +msgid "label41" -+msgstr "" ++msgstr "étiquette41" + +#: ../gui/system-config-selinux.glade:2561 msgid "Add Translation" @@ -46949,7 +46959,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../gui/system-config-selinux.glade:2706 +#: ../gui/system-config-selinux.glade:2711 msgid "label40" - msgstr "" +-msgstr "" ++msgstr "étiquette40" -#: ../gui/system-config-selinux.glade:2743 +#: ../gui/system-config-selinux.glade:2748 @@ -46976,7 +46987,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils -#: ../gui/system-config-selinux.glade:2948 +#: ../gui/system-config-selinux.glade:2954 msgid "label42" - msgstr "" +-msgstr "" ++msgstr "étiquette42" -#: ../gui/system-config-selinux.glade:2985 +#: ../gui/system-config-selinux.glade:2991 @@ -46998,35 +47010,35 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils msgid "" "Enable/Disable additional audit rules, that are normally not reported in the " "log files." -@@ -3551,10 +3559,26 @@ +@@ -3551,9 +3551,25 @@ "Activer/désactiver les règles supplémentaires d'audit, qui ne sont " "normalement pas reportées dans les fichiers journaux." -#: ../gui/system-config-selinux.glade:3172 +#: ../gui/system-config-selinux.glade:3179 msgid "label44" - msgstr "" - +-msgstr "" ++msgstr "étiquette44" ++ +#: ../gui/system-config-selinux.glade:3216 +msgid "Change process mode to permissive." -+msgstr "" ++msgstr "Changer le mode de fonctionnement en permissif." + +#: ../gui/system-config-selinux.glade:3234 +msgid "Change process mode to enforcing" -+msgstr "" ++msgstr "Changer le mode de fonctionnement en appliqué" + +#: ../gui/system-config-selinux.glade:3326 +msgid "Process Domain" -+msgstr "" ++msgstr "Domaine du processus" + +#: ../gui/system-config-selinux.glade:3354 +msgid "label59" -+msgstr "" -+ ++msgstr "étiquette59" + #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" - msgstr "Niveau de sensibilité" -@@ -3564,8 +3588,8 @@ +@@ -3564,8 +3580,8 @@ msgid "SELinux user '%s' is required" msgstr "L'identité SELinux « %s » est exigée" @@ -47037,7 +47049,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils #~ msgid "" #~ "\n" -@@ -3575,9 +3599,99 @@ +@@ -3575,9 +3591,99 @@ #~ msgstr "" #~ "\n" #~ "\n" @@ -47140,7 +47152,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-2.0.62/po/gl.po --- nsapolicycoreutils/po/gl.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/gl.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/gl.po 2009-05-12 13:25:30.000000000 -0400 @@ -67,818 +67,821 @@ msgid "To make this policy package active, execute:" msgstr "" @@ -49072,10 +49084,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gl.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/gu.mo and policycoreutils-2.0.62/po/gu.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gu.po policycoreutils-2.0.62/po/gu.po --- nsapolicycoreutils/po/gu.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/gu.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/gu.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,21 +1,22 @@ -# translation of policycoreutils.HEAD.gu.po to Gujarati +# translation of gu.po to Gujarati @@ -51361,10 +51372,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gu.po policycoreutils -#~ "Enforcing\n" -#~ "Permissive\n" -#~ "Disabled\n" -Binary files nsapolicycoreutils/po/he.mo and policycoreutils-2.0.62/po/he.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/he.po policycoreutils-2.0.62/po/he.po --- nsapolicycoreutils/po/he.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/he.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/he.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -53305,10 +53315,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/he.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/hi.mo and policycoreutils-2.0.62/po/hi.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils-2.0.62/po/hi.po --- nsapolicycoreutils/po/hi.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/hi.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/hi.po 2009-05-12 13:25:30.000000000 -0400 @@ -2,20 +2,20 @@ # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. @@ -55551,10 +55560,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hi.po policycoreutils -#~ "बाध्यकारी\n" -#~ "अनुज्ञात्मक\n" -#~ "निष्क्रिय\n" -Binary files nsapolicycoreutils/po/hr.mo and policycoreutils-2.0.62/po/hr.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hr.po policycoreutils-2.0.62/po/hr.po --- nsapolicycoreutils/po/hr.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/hr.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/hr.po 2009-05-12 13:25:30.000000000 -0400 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: policycoreutils\n" @@ -57579,10 +57587,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hr.po policycoreutils #~ msgid "Requires value" #~ msgstr "Zahtijeva vrijednost" -Binary files nsapolicycoreutils/po/hu.mo and policycoreutils-2.0.62/po/hu.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hu.po policycoreutils-2.0.62/po/hu.po --- nsapolicycoreutils/po/hu.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/hu.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/hu.po 2009-05-12 13:25:30.000000000 -0400 @@ -6,8 +6,8 @@ "Project-Id-Version: policycoreutils\n" "Report-Msgid-Bugs-To: \n" @@ -60452,10 +60459,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hu.po policycoreutils #~ msgid "Options Error: %s " #~ msgstr "Hiba az opciókban: %s " + -Binary files nsapolicycoreutils/po/hy.mo and policycoreutils-2.0.62/po/hy.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/hy.po policycoreutils-2.0.62/po/hy.po --- nsapolicycoreutils/po/hy.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/hy.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/hy.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -62398,7 +62404,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-2.0.62/po/id.po --- nsapolicycoreutils/po/id.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/id.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/id.po 2009-05-12 13:25:30.000000000 -0400 @@ -67,818 +67,821 @@ msgid "To make this policy package active, execute:" msgstr "" @@ -64330,10 +64336,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/id.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/is.mo and policycoreutils-2.0.62/po/is.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/is.po policycoreutils-2.0.62/po/is.po --- nsapolicycoreutils/po/is.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/is.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/is.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -66274,10 +66279,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/is.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/it.mo and policycoreutils-2.0.62/po/it.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/it.po policycoreutils-2.0.62/po/it.po --- nsapolicycoreutils/po/it.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/it.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/it.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,20 +1,23 @@ -# translation of it.po to +# translation of it.po to Italiano @@ -69693,10 +69697,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/it.po policycoreutils -#~ "Enforcing\n" -#~ "Permissiva\n" -#~ "Disabilitata\n" -Binary files nsapolicycoreutils/po/ja.mo and policycoreutils-2.0.62/po/ja.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ja.po policycoreutils-2.0.62/po/ja.po --- nsapolicycoreutils/po/ja.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ja.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ja.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,19 +1,18 @@ # translation of ja.po to Japanese -# translation of ja.po to @@ -71992,10 +71995,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ja.po policycoreutils - -#~ msgid "_Previous" -#~ msgstr "前(_P)" -Binary files nsapolicycoreutils/po/ka.mo and policycoreutils-2.0.62/po/ka.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ka.po policycoreutils-2.0.62/po/ka.po --- nsapolicycoreutils/po/ka.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ka.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ka.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -73936,10 +73938,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ka.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/kn.mo and policycoreutils-2.0.62/po/kn.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/kn.po policycoreutils-2.0.62/po/kn.po --- nsapolicycoreutils/po/kn.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/kn.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/kn.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,3541 +1,1109 @@ -# translation of policycoreutils.HEAD.kn.po to Kannada +# translation of authconfig.tip.kn.po to Kannada @@ -78323,10 +78324,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/kn.po policycoreutils -#~ "ಒತ್ತಾಯಪೂರ್ವಕ\n" -#~ "ಅನುಮತಿಪೂರ್ವಕ\n" -#~ "ಅಶಕ್ತಗೊಂಡ\n" -Binary files nsapolicycoreutils/po/ko.mo and policycoreutils-2.0.62/po/ko.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ko.po policycoreutils-2.0.62/po/ko.po --- nsapolicycoreutils/po/ko.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ko.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ko.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,20 +1,22 @@ -# translation of ko.po to Korean -# Eunju Kim , 2006, 2007. @@ -82172,10 +82172,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ko.po policycoreutils -#~ msgstr "" -#~ "MLS/\n" -#~ "MCS 레벨" -Binary files nsapolicycoreutils/po/ku.mo and policycoreutils-2.0.62/po/ku.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ku.po policycoreutils-2.0.62/po/ku.po --- nsapolicycoreutils/po/ku.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ku.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ku.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -84116,10 +84115,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ku.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/lo.mo and policycoreutils-2.0.62/po/lo.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lo.po policycoreutils-2.0.62/po/lo.po --- nsapolicycoreutils/po/lo.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/lo.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/lo.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -86060,10 +86058,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lo.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/lt.mo and policycoreutils-2.0.62/po/lt.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lt.po policycoreutils-2.0.62/po/lt.po --- nsapolicycoreutils/po/lt.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/lt.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/lt.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -88004,10 +88001,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lt.po policycoreutils #: ../gui/translationsPage.py:53 msgid "Sensitvity Level" msgstr "" -Binary files nsapolicycoreutils/po/lv.mo and policycoreutils-2.0.62/po/lv.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lv.po policycoreutils-2.0.62/po/lv.po --- nsapolicycoreutils/po/lv.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/lv.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/lv.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -89950,7 +89946,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/lv.po policycoreutils msgstr "" diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mai.po policycoreutils-2.0.62/po/mai.po --- nsapolicycoreutils/po/mai.po 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.62/po/mai.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/mai.po 2009-05-12 13:25:30.000000000 -0400 @@ -0,0 +1,3462 @@ +# translation of policycoreutils.HEAD.policycoreutils.po to Maithili +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER @@ -93414,10 +93410,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mai.po policycoreutil +msgid "SELinux user '%s' is required" +msgstr "SELinux प्रयोक्ता '%s' जरूरी अछि" + -Binary files nsapolicycoreutils/po/mk.mo and policycoreutils-2.0.62/po/mk.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mk.po policycoreutils-2.0.62/po/mk.po --- nsapolicycoreutils/po/mk.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/mk.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/mk.po 2009-05-12 13:25:30.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mk\n" @@ -95406,10 +95401,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mk.po policycoreutils #~ msgid "Requires value" #~ msgstr "Побарува вредност" -Binary files nsapolicycoreutils/po/ml.mo and policycoreutils-2.0.62/po/ml.mo differ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ml.po policycoreutils-2.0.62/po/ml.po --- nsapolicycoreutils/po/ml.po 2008-09-22 13:25:06.000000000 -0400 -+++ policycoreutils-2.0.62/po/ml.po 2009-04-08 22:03:17.000000000 -0400 ++++ policycoreutils-2.0.62/po/ml.po 2009-05-12 13:25:30.000000000 -0400 @@ -1,3 +1,4 @@ +# translation of policycoreutils.HEAD.ml.po to # translation of ml.po to @@ -95425,11 +95419,29 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ml.po policycoreutils -"POT-Creation-Date: 2008-09-09 13:24-0400\n" -"PO-Revision-Date: 2008-04-01 13:24+0530\n" +"POT-Creation-Date: 2009-01-21 17:13-0500\n" -+"PO-Revision-Date: 2008-10-20 12:39+0530\n" ++"PO-Revision-Date: 2009-05-05 16:07+0530\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" -@@ -92,824 +93,822 @@ +@@ -27,7 +28,7 @@ + " are the arguments to that script." + msgstr "" + "USAGE: run_init