tests
.gitignore
0001-gui-Install-polgengui.py-to-usr-bin-selinux-polgengu.patch
0002-gui-Install-.desktop-files-to-usr-share-applications.patch
0003-sandbox-add-reset-to-Xephyr-as-it-works-better-with-.patch
0004-Fix-STANDARD_FILE_CONTEXT-section-in-man-pages.patch
0005-If-there-is-no-executable-we-don-t-want-to-print-a-p.patch
0006-Simplication-of-sepolicy-manpage-web-functionality.-.patch
0007-We-want-to-remove-the-trailing-newline-for-etc-syste.patch
0008-Fix-title-in-manpage.py-to-not-contain-online.patch
0009-Don-t-be-verbose-if-you-are-not-on-a-tty.patch
0010-sepolicy-Drop-old-interface-file_type_is_executable-.patch
0011-sepolicy-Another-small-optimization-for-mcs-types.patch
0012-Move-po-translation-files-into-the-right-sub-directo.patch
0013-Use-correct-gettext-domains-in-python-gui-sandbox.patch
0014-Initial-.pot-files-for-gui-python-sandbox.patch
0016-policycoreutils-setfiles-Improve-description-of-d-sw.patch
0017-sepolicy-generate-Handle-more-reserved-port-types.patch
0018-semodule-utils-Fix-RESOURCE_LEAK-coverity-scan-defec.patch
0019-sandbox-Use-matchbox-window-manager-instead-of-openb.patch
0020-python-Use-ipaddress-instead-of-IPy.patch
0021-python-semanage-Do-not-traceback-when-the-default-po.patch
0022-policycoreutils-fixfiles-Fix-B-F-onboot.patch
0023-policycoreutils-fixfiles-Force-full-relabel-when-SEL.patch
README.translations
policycoreutils.spec
selinux-autorelabel-generator.sh
selinux-autorelabel-mark.service
selinux-autorelabel.service
selinux-autorelabel.target
sepolicy-help.tgz
sepolicy-icons.tgz
sources
system-config-selinux.png
zanata.xml
make-rhat-patches.sh
selinux-autorelabel
README.translations
policycoreutils translations currently live in the following locations: - https://fedora.zanata.org/project/view/selinux - contains translations for both stable (Red Hat Enterprise Linux) and master (Fedora) branches - maintains large number of languages (several of which do not actually contain any translated strings) - updated by community and partially by RH localization effort - selinux source repository (https://github.com/fedora-selinux/selinux) - is kept up-to-date with fedora.zanata How to update source files on fedora.zanata: $ git clone git@github.com:fedora-selinux/selinux.git $ cd selinux # generate new potfile $ for p in policycoreutils python gui sandbox; do cd $p/po make $p.pot cd - done # Push potfiles to zanata $ zanata-cli push --push-type source How to pull new translations from zanata $ git clone git@github.com:fedora-selinux/selinux.git $ cd selinux # Make sure "zanata.xml" file pointing to corresponding translations branch is present # Optionally update source files on zanata # Pull new translations from zanata $ zanata-cli -e pull --pull-type trans How to update translations *-po.tgz files $ mkdir zanata $ cd zanata $ zanata-cli -e pull --project-config ../zanata.xml --pull-type both $ for p in policycoreutils python gui sandbox; do cd $p tar -c -f ../../$p-po.tgz -z . cd - done