1. 72dc5c6 python: always use python3 in the shebang of programs using setools by Nicolas Iooss · 6 years ago
  2. 9336e43 python/sepolicy: drop python shebang from the module by Nicolas Iooss · 6 years ago
  3. ffc59f6 libsemanage: genhomedircon - improve handling large groups by Petr Lautrbach · 6 years ago
  4. 913613d libsepol/cil: silence static analyser's use-after-free warning by Nicolas Iooss · 6 years ago
  5. 5d59284 libselinux: Fix RESOURCE_LEAK defects reported by coverity scan by Petr Lautrbach · 6 years ago
  6. 9b84885 python/semanage: Use standard argparse.error() method in handlePermissive by Petr Lautrbach · 6 years ago
  7. 347719d libselinux/selinux_restorecon: Skip customized files also without -v by Petr Lautrbach · 6 years ago
  8. 4634e8f gui: Make all polgen button labels translatable by Vit Mojzis · 6 years ago
  9. e103c5b dbus: Fix name of polkit function by Dan Walsh · 6 years ago
  10. 3cad474 checkpolicy: Update manpage by Vit Mojzis · 6 years ago
  11. 259ab08 python/semanage/seobject: Fix listing boolean values by Vit Mojzis · 6 years ago
  12. bac905c libsepol: do not use uninitialized value for low_value by Nicolas Iooss · 6 years ago
  13. 4ba87e3 libsepol: Fix RESOURCE_LEAK defects reported by coverity scan by James Carter · 6 years ago
  14. f0f68ab scripts/release: Update links to use release assets instead of wiki links by Petr Lautrbach · 6 years ago
  15. 6ded76a python/semanage: Examples are no longer in the main semanage man page by Dan Walsh · 6 years ago
  16. fdb242e libselinux: Change matchpathcon usage to match with matchpathcon manpage by Petr Lautrbach · 6 years ago
  17. 5689d82 libselinux: set an appropriate errno in booleans.c by Petr Lautrbach · 6 years ago
  18. 474a092 python/restorecon: add force option by Viktor Ashirov · 6 years ago
  19. ae03c82 python/sepolicy: fix variable name by Nicolas Iooss · 6 years ago
  20. f906ae6 python: use == or != when comparing a variable with a string or a integer by Nicolas Iooss · 6 years ago
  21. 61f7b35 python: reindent lines that were over-indented by Nicolas Iooss · 6 years ago
  22. 0445e65 Allow installing translated man pages by Aleksei Nikiforov · 6 years ago
  23. e3e3873 Add man pages translation by Olesya Gerasimenko by Aleksei Nikiforov · 6 years ago
  24. ae11352 restorecond: Install DBUS service file with 644 permissions by Petr Lautrbach · 6 years ago
  25. 53312c7 Update VERSIONs to 2.9-rc1 for release. by Petr Lautrbach · 6 years ago
  26. 9e0ed5c scripts: introduce env_use_destdir.sh helper by Nicolas Iooss · 6 years ago
  27. dbcada0 Travis-CI: add Ruby 2.6 to the test matrix by Nicolas Iooss · 6 years ago
  28. 111c541 Travis-CI: upgrade PyPy to 6.0 by Nicolas Iooss · 6 years ago
  29. de5d5ed libselinux/audit2why.so: Filter out non-python related symbols by Petr Lautrbach · 6 years ago
  30. 689a6eb libselinux: do not dereference symlink with statfs in selinux_restorecon by Nicolas Iooss · 6 years ago
  31. c78f9c3 setsebool: support use of -P on SELinux-disabled hosts by Stephen Smalley · 6 years ago
  32. 9dad37e python/sepolicy: initialize mislabeled_files in __init__() by Nicolas Iooss · 6 years ago
  33. dc3d9c6 libsemanage: set selinux policy root around calls to selinux_boolean_sub by Stephen Smalley · 6 years ago
  34. bb518a0 scripts/run-flake8: run on Python scripts not ending with .py by Nicolas Iooss · 6 years ago
  35. aa3ddfe python: run all the tests with "make test" by Nicolas Iooss · 6 years ago
  36. 916640d python/sepolgen: refpolicy installs its Makefile in include/Makefile by Nicolas Iooss · 6 years ago
  37. e1f2db5 python/audit2allow: use local sepolgen-ifgen-attr-helper for tests by Nicolas Iooss · 6 years ago
  38. 4ac069a python/audit2allow: make the tests useful again by Nicolas Iooss · 6 years ago
  39. 53c7a04 Travis-CI: download refpolicy and install headers by Nicolas Iooss · 6 years ago
  40. fbc7248 python/semanage: explain why sepolicy is imported in a function by Nicolas Iooss · 6 years ago
  41. b2a5425 python/audit2allow: allow using audit2why as non-root user by Nicolas Iooss · 6 years ago
  42. 621c406 python/audit2allow/sepolgen-ifgen: show errors on stderr by Nicolas Iooss · 6 years ago
  43. c759912 python/audit2allow/sepolgen-ifgen: add missing \n to error message by Nicolas Iooss · 6 years ago
  44. 33d7a76 python/sepolgen: close /etc/selinux/sepolgen.conf after parsing it by Nicolas Iooss · 6 years ago
  45. 9ac345e libsemanage: Always set errno to 0 before calling getpwent() by Laurent Bigonville · 6 years ago
  46. 1015aef python/sepolicy: Make policy files sorting more robust by Petr Lautrbach · 6 years ago
  47. 2d825c6 python/semanage: Load a store policy and set the store SELinux policy root by Petr Lautrbach · 6 years ago
  48. ef359c9 python/sepolicy: Add sepolicy.load_store_policy(store) by Petr Lautrbach · 6 years ago
  49. e718c2a python/semanage: import sepolicy only when it's needed by Petr Lautrbach · 6 years ago
  50. a73b0bb python/semanage: move valid_types initialisations to class constructors by Petr Lautrbach · 6 years ago
  51. 691231e python/sepolgen: upgrade ply to release 3.11 by Nicolas Iooss · 6 years ago
  52. 0c02ae1 semanage_migrate_store: switch to space indentation by Nicolas Iooss · 6 years ago
  53. cc6d99d semanage_migrate_store: remove unused loading of libsepol.so by Nicolas Iooss · 6 years ago
  54. 3cb974d semanage_migrate_store: fix many Python linter warnings by Nicolas Iooss · 6 years ago
  55. 9fe4303 Makefile: add -Wstrict-overflow=5 to CFLAGS by William Roberts · 6 years ago
  56. 97edceb build: set _FORTIFY_SOURCE=2 in libselinux by William Roberts · 6 years ago
  57. 4f96b32 Makefile: fix _FORTIFY_SOURCE redefined build error by William Roberts · 6 years ago
  58. 8a8a4f8 mcstrans: Fix check in raw_color() by Petr Lautrbach · 6 years ago
  59. 89e808a python/sepolgen: always indent with 4 spaces by Nicolas Iooss · 6 years ago
  60. b7227aa mcstrans: fix Python linter warnings on test scripts by Nicolas Iooss · 6 years ago
  61. 0ec2ed5 mcstrans: convert test scripts to Python 3 by Nicolas Iooss · 6 years ago
  62. 5013d2b python/sepolicy: search() also for dontaudit rules by Petr Lautrbach · 6 years ago
  63. 16e3953 python/semanage: do not show "None" levels when using a non-MLS policy by Nicolas Iooss · 6 years ago
  64. f39c0ac python/chcat: fix removing categories on users with Fedora default setup by Nicolas Iooss · 6 years ago
  65. 69c56bd python/chcat: improve the code readability by Nicolas Iooss · 6 years ago
  66. 2923d9d python/chcat: use check_call instead of getstatusoutput by Vit Mojzis · 6 years ago
  67. 9cb9b18 python/semanage: Start exporting "ibendport" and "ibpkey" entries by Vit Mojzis · 6 years ago
  68. 7313598 python/semanage: Include MCS/MLS range when exporting local customizations by Vit Mojzis · 6 years ago
  69. 49c13dd libsepol: ibpkeys.c: fix printf format string specifiers for subnet_prefix by Stephen Smalley · 6 years ago
  70. 3b0dbed gui: remove html_util.py by Nicolas Iooss · 6 years ago
  71. 3a40d05 dbus: remove deprecated at_console statement by Tom Gundersen · 6 years ago
  72. b4b0074 libselinux: selinux_restorecon: fix printf format string specifier for uint64_t by Nicolas Iooss · 6 years ago
  73. a3be73b python: replace aliases with corresponding type names by Vit Mojzis · 6 years ago
  74. 46c5207 libsepol: mark permissive types when loading a binary policy by James Carter · 6 years ago
  75. 3f99b14 libselinux: fix overly strict validation of file_contexts.bin by Stephen Smalley · 6 years ago
  76. c6f44ba Fix snprintf truncated error by Mr Stid · 6 years ago
  77. 95b3552 mcstrans: remove unused getpeercon_raw() call by Yuli Khodorkovskiy · 6 years ago
  78. 94ebccf libsepol: add missing ibendport port validity check by Ondrej Mosnacek · 6 years ago
  79. c8e5de9 libsepol: fix endianity in ibpkey range checks by Ondrej Mosnacek · 6 years ago
  80. 48aeea9 python/semanage: Stop rejecting aliases in semanage commands by Vit Mojzis · 6 years ago
  81. 4c63b8e python/sepolicy: Stop rejecting aliases in sepolicy commands by Vit Mojzis · 6 years ago
  82. 448f5a9 python/sepolicy: Fix "info" to search aliases as well by Vit Mojzis · 6 years ago
  83. d3c359e README: Update the SELinux mailing list location by Stephen Smalley · 6 years ago
  84. 4a400f3 libsepol: Add two new Xen initial SIDs by James Carter · 6 years ago
  85. 253be67 libsepol: Check that initial sid indexes are within the valid range by James Carter · 6 years ago
  86. a64649b libsepol: Eliminate initial sid string definitions in module_to_cil.c by James Carter · 6 years ago
  87. 4cc016d libsepol: Rename kernel_to_common.c stack functions by James Carter · 6 years ago
  88. 9077c5c checkpolicy: Add option to sort ocontexts when creating a binary policy by James Carter · 6 years ago
  89. b816808 libsepol: Create policydb_sort_ocontexts() by James Carter · 6 years ago
  90. c7fa631 libsemanage: improve semanage_migrate_store import failure by Yuli Khodorkovskiy · 6 years ago
  91. 385ef2c restorecond: Do not ignore the -f option by Ondrej Mosnacek · 6 years ago
  92. e5f3126 python/sepolicy: Update to work with setools-4.2.0 by Vit Mojzis · 6 years ago
  93. 2896967 secilc: better error handling by Nick Kralevich via Selinux · 6 years ago
  94. 0a71c5f whitespace and spelling cleanup by Nick Kralevich via Selinux · 6 years ago
  95. 854fdc1 checkpolicy: remove extraneous policy build noise by Nick Kralevich via Selinux · 6 years ago
  96. 98a951f checkpolicy: check the result value of hashtable_search by liwugang · 6 years ago
  97. c5389c7 semanage: add a missing space in ibendport help by Nicolas Iooss · 6 years ago
  98. 7dd66ea semanage: "semanage user" does not use -s, fix documentation by Nicolas Iooss · 6 years ago
  99. b573f65 libsemanage: use previous seuser when getting the previous name by Nicolas Iooss · 6 years ago
  100. 343442e libsemanage: Include user name in ROLE_REMOVE audit events by Vit Mojzis · 6 years ago