selinux/policycoreutils/audit2allow
Petr Lautrbach 663d76dbb6 policycoreutils: audit2* - ignore setlocale errors
When a user has invalid locales set, audit2allow and audit2why fail with
a traceback. This could be safely ignored as it will stay with 'C'
locale.

Fixes:
Traceback (most recent call last):
  File "policycoreutils/audit2allow/audit2allow", line 35, in <module>
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib64/python2.7/locale.py", line 579, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
2015-08-25 15:06:37 -04:00
..
Makefile Use $(PYTHON) instead of "python" in every Makefile 2014-10-02 09:56:49 -04:00
audit2allow policycoreutils: audit2* - ignore setlocale errors 2015-08-25 15:06:37 -04:00
audit2allow.1 Minor manpages improvements 2013-11-06 09:36:33 -05:00
audit2why policycoreutils: audit2* - ignore setlocale errors 2015-08-25 15:06:37 -04:00
audit2why.1 Handle audit2allow and audit2why with the same executable Remove audit2why directory and combine this into audit2allow directory 2013-10-24 13:58:39 -04:00
sepolgen-ifgen policycoreutils: Fix PEP8 issues 2015-07-24 16:07:13 +08:00
test.log Add test suite for audit2allow and sepolgen_ifgen 2013-10-31 11:05:28 -04:00
test_audit2allow.py policycoreutils: Fix PEP8 issues 2015-07-24 16:07:13 +08:00