Go to file
David Kaspar [Dee'Kej] 4af347c8e5 selinux-autorelabel: set UEFI boot order (BootNext) same as BootCurrent
This can be useful when user has this UEFI boot order e.g.:

                 Windows | grub | Linux

  And decides to boot into grub/Linux. In case the autorelabel service
  is being run after the boot into grub, then the reboot after the
  autorelabel is done will cause user to boot into Windows again...

  This change should make the behaviour more intuitive for the user.

Signed-off-by: David Kaspar [Dee'Kej] <dkaspar@redhat.com>
2018-05-18 13:53:03 +02:00
tests Use shared repository for tests 2018-02-14 17:32:57 +01:00
.gitignore SELinux userspace 2.8-rc3 release candidate 2018-05-15 09:51:02 +02:00
make-rhat-patches.sh Merge branch 'private-master-2.4' 2015-07-20 18:34:55 +02:00
policycoreutils-fedora.patch SELinux userspace 2.8-rc3 release candidate 2018-05-15 09:51:02 +02:00
policycoreutils.spec SELinux userspace 2.8-rc3 release candidate 2018-05-15 09:51:02 +02:00
README.translations Add readme dealing with translations 2018-01-12 09:51:29 +01:00
restorecond-fedora.patch SELinux userspace 2.8-rc1 release candidate 2018-04-23 14:31:24 +02:00
selinux-autorelabel selinux-autorelabel: set UEFI boot order (BootNext) same as BootCurrent 2018-05-18 13:53:03 +02:00
selinux-autorelabel-generator.sh Use generator approach to fix autorelabel. 2016-07-20 22:31:07 +02:00
selinux-autorelabel-mark.service Ship selinux-autorelabel utility and systemd unit files 2016-04-25 09:36:31 +02:00
selinux-autorelabel.service Use generator approach to fix autorelabel. 2016-07-20 22:31:07 +02:00
selinux-autorelabel.target Use generator approach to fix autorelabel. 2016-07-20 22:31:07 +02:00
selinux-dbus-fedora.patch SELinux userspace 2.8-rc3 release candidate 2018-05-15 09:51:02 +02:00
selinux-gui-fedora.patch SELinux userspace 2.8-rc1 release candidate 2018-04-23 14:31:24 +02:00
selinux-python-fedora.patch SELinux userspace 2.8-rc3 release candidate 2018-05-15 09:51:02 +02:00
selinux-sandbox-fedora.patch SELinux userspace 2.8-rc3 release candidate 2018-05-15 09:51:02 +02:00
semodule-utils-fedora.patch SELinux userspace 2.8-rc1 release candidate 2018-04-23 14:31:24 +02:00
sepolicy-help.tgz Fixes for sepolicy gui 2013-10-02 16:25:25 -04:00
sepolicy-icons.tgz Speed up startup time of sepolicy gui 2013-11-15 09:06:16 -05:00
sources Add policycoreutils_man_ru2.tar.bz2 back to sources 2018-05-15 09:56:15 +02:00
system-config-selinux.png Fix empty system-config-selinux.png 2013-02-12 16:16:02 -05:00

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/policycoreutils/po
    # generate new potfile
  $ make policycoreutils.pot
    # 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 policycoreutils/po
    # 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