1. e3e3873 Add man pages translation by Olesya Gerasimenko by Aleksei Nikiforov · 6 years ago
  2. ae11352 restorecond: Install DBUS service file with 644 permissions by Petr Lautrbach · 6 years ago
  3. 53312c7 Update VERSIONs to 2.9-rc1 for release. by Petr Lautrbach · 6 years ago
  4. 9e0ed5c scripts: introduce env_use_destdir.sh helper by Nicolas Iooss · 6 years ago
  5. dbcada0 Travis-CI: add Ruby 2.6 to the test matrix by Nicolas Iooss · 6 years ago
  6. 111c541 Travis-CI: upgrade PyPy to 6.0 by Nicolas Iooss · 6 years ago
  7. de5d5ed libselinux/audit2why.so: Filter out non-python related symbols by Petr Lautrbach · 6 years ago
  8. 689a6eb libselinux: do not dereference symlink with statfs in selinux_restorecon by Nicolas Iooss · 6 years ago
  9. c78f9c3 setsebool: support use of -P on SELinux-disabled hosts by Stephen Smalley · 6 years ago
  10. 9dad37e python/sepolicy: initialize mislabeled_files in __init__() by Nicolas Iooss · 6 years ago
  11. dc3d9c6 libsemanage: set selinux policy root around calls to selinux_boolean_sub by Stephen Smalley · 6 years ago
  12. bb518a0 scripts/run-flake8: run on Python scripts not ending with .py by Nicolas Iooss · 6 years ago
  13. aa3ddfe python: run all the tests with "make test" by Nicolas Iooss · 6 years ago
  14. 916640d python/sepolgen: refpolicy installs its Makefile in include/Makefile by Nicolas Iooss · 6 years ago
  15. e1f2db5 python/audit2allow: use local sepolgen-ifgen-attr-helper for tests by Nicolas Iooss · 6 years ago
  16. 4ac069a python/audit2allow: make the tests useful again by Nicolas Iooss · 6 years ago
  17. 53c7a04 Travis-CI: download refpolicy and install headers by Nicolas Iooss · 6 years ago
  18. fbc7248 python/semanage: explain why sepolicy is imported in a function by Nicolas Iooss · 6 years ago
  19. b2a5425 python/audit2allow: allow using audit2why as non-root user by Nicolas Iooss · 6 years ago
  20. 621c406 python/audit2allow/sepolgen-ifgen: show errors on stderr by Nicolas Iooss · 6 years ago
  21. c759912 python/audit2allow/sepolgen-ifgen: add missing \n to error message by Nicolas Iooss · 6 years ago
  22. 33d7a76 python/sepolgen: close /etc/selinux/sepolgen.conf after parsing it by Nicolas Iooss · 6 years ago
  23. 9ac345e libsemanage: Always set errno to 0 before calling getpwent() by Laurent Bigonville · 6 years ago
  24. 1015aef python/sepolicy: Make policy files sorting more robust by Petr Lautrbach · 6 years ago
  25. 2d825c6 python/semanage: Load a store policy and set the store SELinux policy root by Petr Lautrbach · 6 years ago
  26. ef359c9 python/sepolicy: Add sepolicy.load_store_policy(store) by Petr Lautrbach · 6 years ago
  27. e718c2a python/semanage: import sepolicy only when it's needed by Petr Lautrbach · 6 years ago
  28. a73b0bb python/semanage: move valid_types initialisations to class constructors by Petr Lautrbach · 6 years ago
  29. 691231e python/sepolgen: upgrade ply to release 3.11 by Nicolas Iooss · 6 years ago
  30. 0c02ae1 semanage_migrate_store: switch to space indentation by Nicolas Iooss · 6 years ago
  31. cc6d99d semanage_migrate_store: remove unused loading of libsepol.so by Nicolas Iooss · 6 years ago
  32. 3cb974d semanage_migrate_store: fix many Python linter warnings by Nicolas Iooss · 6 years ago
  33. 9fe4303 Makefile: add -Wstrict-overflow=5 to CFLAGS by William Roberts · 6 years ago
  34. 97edceb build: set _FORTIFY_SOURCE=2 in libselinux by William Roberts · 6 years ago
  35. 4f96b32 Makefile: fix _FORTIFY_SOURCE redefined build error by William Roberts · 6 years ago
  36. 8a8a4f8 mcstrans: Fix check in raw_color() by Petr Lautrbach · 6 years ago
  37. 89e808a python/sepolgen: always indent with 4 spaces by Nicolas Iooss · 6 years ago
  38. b7227aa mcstrans: fix Python linter warnings on test scripts by Nicolas Iooss · 6 years ago
  39. 0ec2ed5 mcstrans: convert test scripts to Python 3 by Nicolas Iooss · 6 years ago
  40. 5013d2b python/sepolicy: search() also for dontaudit rules by Petr Lautrbach · 6 years ago
  41. 16e3953 python/semanage: do not show "None" levels when using a non-MLS policy by Nicolas Iooss · 6 years ago
  42. f39c0ac python/chcat: fix removing categories on users with Fedora default setup by Nicolas Iooss · 6 years ago
  43. 69c56bd python/chcat: improve the code readability by Nicolas Iooss · 6 years ago
  44. 2923d9d python/chcat: use check_call instead of getstatusoutput by Vit Mojzis · 6 years ago
  45. 9cb9b18 python/semanage: Start exporting "ibendport" and "ibpkey" entries by Vit Mojzis · 6 years ago
  46. 7313598 python/semanage: Include MCS/MLS range when exporting local customizations by Vit Mojzis · 6 years ago
  47. 49c13dd libsepol: ibpkeys.c: fix printf format string specifiers for subnet_prefix by Stephen Smalley · 6 years ago
  48. 3b0dbed gui: remove html_util.py by Nicolas Iooss · 6 years ago
  49. 3a40d05 dbus: remove deprecated at_console statement by Tom Gundersen · 6 years ago
  50. b4b0074 libselinux: selinux_restorecon: fix printf format string specifier for uint64_t by Nicolas Iooss · 6 years ago
  51. a3be73b python: replace aliases with corresponding type names by Vit Mojzis · 6 years ago
  52. 46c5207 libsepol: mark permissive types when loading a binary policy by James Carter · 6 years ago
  53. 3f99b14 libselinux: fix overly strict validation of file_contexts.bin by Stephen Smalley · 6 years ago
  54. c6f44ba Fix snprintf truncated error by Mr Stid · 6 years ago
  55. 95b3552 mcstrans: remove unused getpeercon_raw() call by Yuli Khodorkovskiy · 6 years ago
  56. 94ebccf libsepol: add missing ibendport port validity check by Ondrej Mosnacek · 6 years ago
  57. c8e5de9 libsepol: fix endianity in ibpkey range checks by Ondrej Mosnacek · 6 years ago
  58. 48aeea9 python/semanage: Stop rejecting aliases in semanage commands by Vit Mojzis · 6 years ago
  59. 4c63b8e python/sepolicy: Stop rejecting aliases in sepolicy commands by Vit Mojzis · 6 years ago
  60. 448f5a9 python/sepolicy: Fix "info" to search aliases as well by Vit Mojzis · 6 years ago
  61. d3c359e README: Update the SELinux mailing list location by Stephen Smalley · 6 years ago
  62. 4a400f3 libsepol: Add two new Xen initial SIDs by James Carter · 6 years ago
  63. 253be67 libsepol: Check that initial sid indexes are within the valid range by James Carter · 6 years ago
  64. a64649b libsepol: Eliminate initial sid string definitions in module_to_cil.c by James Carter · 6 years ago
  65. 4cc016d libsepol: Rename kernel_to_common.c stack functions by James Carter · 6 years ago
  66. 9077c5c checkpolicy: Add option to sort ocontexts when creating a binary policy by James Carter · 6 years ago
  67. b816808 libsepol: Create policydb_sort_ocontexts() by James Carter · 6 years ago
  68. c7fa631 libsemanage: improve semanage_migrate_store import failure by Yuli Khodorkovskiy · 6 years ago
  69. 385ef2c restorecond: Do not ignore the -f option by Ondrej Mosnacek · 6 years ago
  70. e5f3126 python/sepolicy: Update to work with setools-4.2.0 by Vit Mojzis · 6 years ago
  71. 2896967 secilc: better error handling by Nick Kralevich via Selinux · 6 years ago
  72. 0a71c5f whitespace and spelling cleanup by Nick Kralevich via Selinux · 6 years ago
  73. 854fdc1 checkpolicy: remove extraneous policy build noise by Nick Kralevich via Selinux · 6 years ago
  74. 98a951f checkpolicy: check the result value of hashtable_search by liwugang · 6 years ago
  75. c5389c7 semanage: add a missing space in ibendport help by Nicolas Iooss · 6 years ago
  76. 7dd66ea semanage: "semanage user" does not use -s, fix documentation by Nicolas Iooss · 6 years ago
  77. b573f65 libsemanage: use previous seuser when getting the previous name by Nicolas Iooss · 6 years ago
  78. 343442e libsemanage: Include user name in ROLE_REMOVE audit events by Vit Mojzis · 6 years ago
  79. 70b9658 Fix build break around __atomic_*() with GCC<4.7 by Hollis Blanchard · 6 years ago
  80. 220a51b libsemanage: reset umask before creating directories by Vit Mojzis · 6 years ago
  81. 6f01778 python: remove semicolon from end of lines by Nicolas Iooss · 6 years ago
  82. b5e2da2 Travis-CI: upgrade to Ubuntu 16.04 LTS Xenial Xerus by Nicolas Iooss · 6 years ago
  83. 70c06e3 libselinux: add a const to suppress a build warning with Python 3.7 by Nicolas Iooss · 6 years ago
  84. 92024b1 libsemanage: make pywrap-test.py compatible with Python 3 by Nicolas Iooss · 6 years ago
  85. fea7eec libsemanage: reindent pywrap-test.py with spaces by Nicolas Iooss · 6 years ago
  86. 41764b7 Travis-CI: run flake8 on Python code by Nicolas Iooss · 6 years ago
  87. fa671f4 python/sepolicy: add missing % in network tab help text by Nicolas Iooss · 6 years ago
  88. 6ea7f06 python/sepolicy: do not import types by Nicolas Iooss · 6 years ago
  89. 052a4fd python/sepolicy: do not import sepolicy.generate.DAEMON twice by Nicolas Iooss · 6 years ago
  90. a33528b python/sepolicy: use variables which exist in the gui.py by Nicolas Iooss · 6 years ago
  91. 8fac024 python/sepolicy: fix "procotol" misspelling by Nicolas Iooss · 6 years ago
  92. 052dcf6 python/sepolgen: use self when accessing members in FilesystemUse by Nicolas Iooss · 6 years ago
  93. e6dd227 python/sepolgen: remove buggy code by Nicolas Iooss · 6 years ago
  94. 20db6a5 python/sepolgen: silence linter warning about has_key by Nicolas Iooss · 6 years ago
  95. 3d3c51d python/sepolgen: fix refpolicy parsing of "permissive" by Nicolas Iooss · 6 years ago
  96. 495c4c8 python/sepolicy: use lowercase variable name by Nicolas Iooss · 6 years ago
  97. 1fb0c77 python/sepolicy: drop unused CheckPolicyType by Nicolas Iooss · 6 years ago
  98. a0c167e python/sepolgen: return NotImplemented instead of raising it by Nicolas Iooss · 6 years ago
  99. 03c708d python/sepolgen: do not import twice the modules by Nicolas Iooss · 6 years ago
  100. 646bdeb libselinux: fix flake8 warnings in SWIG-generated code by Nicolas Iooss · 6 years ago