1. 31fcd66 python/sepolicy/sepolicy/gui: Reflect sepolicy changes into gui by Vit Mojzis · 9 years ago
  2. 4791a99 python: Fix some typos by Vit Mojzis · 9 years ago
  3. 468a0db seobject: Handle python error returns correctly by Kyle Walker · 9 years ago
  4. 9e81e61 libsepol: Fix neverallow checking to also check the other types when by James Carter · 9 years ago
  5. 93e677d secilc: Add secil2conf which creates a policy.conf from CIL policy by James Carter · 9 years ago
  6. 3fe4499 libsepol/cil: Add ability to write policy.conf file from CIL AST by James Carter · 9 years ago
  7. 86e568c python/semanage/semanage: Unify argument handling by Vit Mojzis · 9 years ago
  8. 041e001 python/sepolicy/sepolicy/gui: Fix getting python lib path by Vit Mojzis · 9 years ago
  9. 7e09f58 libsepol,libselinux,audit2allow: teach audit2why about type bounds failures by Stephen Smalley · 9 years ago
  10. fff90bd libsepol: sepol_av_to_string: clear static buffer by Stephen Smalley · 9 years ago
  11. dd8d567 libselinux: avcstat: Clean up redundant condition by Stephen Smalley · 9 years ago
  12. cf8625b libsepol: do not #include <sys/cdefs.h> by Stephen Smalley · 9 years ago
  13. c034875 policycoreutils/sepolicy/gui: fix current selinux state radiobutton by Vit Mojzis · 9 years ago
  14. ab27085 libsepol,libsemanage: write file name in flex output by Nicolas Iooss · 9 years ago
  15. 1c187d7 checkpolicy: remove -lfl from LDLIBS by Nicolas Iooss · 9 years ago
  16. 527380a libsepol/tests: use LDFLAGS when linking by Nicolas Iooss · 9 years ago
  17. a206297 mcstrans/utils: make "make all" use $DESTDIR by Nicolas Iooss · 9 years ago
  18. fb23745 libsepol: detect duplicated symbol IDs by Nicolas Iooss · 9 years ago
  19. 9872b04 libsepol: check decl_id bounds before using it by Nicolas Iooss · 9 years ago
  20. 8fdb225 libsepol,checkpolicy: convert rangetrans and filenametrans to hashtabs by Stephen Smalley · 9 years ago
  21. 2e47b69 libsepol: do not write object_r types to policy file by Stephen Smalley · 9 years ago
  22. 6f32d87 Merge pull request #35 from cgzones/semanage_fcontext_description by stephensmalley · 9 years ago
  23. 044f6ef procattr.c: Use __ANDROID__ instead of ANDROID by Nick Kralevich · 9 years ago
  24. bb96e13 enabled.c: Remove stdio_ext.h header by Nick Kralevich · 9 years ago
  25. 75b14a5 libsepol: ebitmap: reject loading bitmaps with incorrect high bit by Nicolas Iooss · 9 years ago
  26. 73313a7 libsepol: do not check decl->symtab[i].nprim by Nicolas Iooss · 9 years ago
  27. 86bad3d libsepol: do not modify p->p_roles.nprim in role_set_expand by Nicolas Iooss · 9 years ago
  28. 1e605e9 fix semanage fcontext help message by cgzones · 9 years ago
  29. 2907caa libsepol: fix unknown magic section number error message by Nicolas Iooss · 9 years ago
  30. d107256 libsepol: make scope_index_destroy() more robust by Nicolas Iooss · 9 years ago
  31. 8d31f80 libsepol: do not crash when block->branch_list is NULL by Nicolas Iooss · 9 years ago
  32. 6675e12 libsepol: do not crash when a symbol does not exist by Nicolas Iooss · 9 years ago
  33. 52b3b62 libsepol: do not call a NULL function in additive_scopes_to_cil() by Nicolas Iooss · 9 years ago
  34. 8f9057c label_file.h: actually use the results of compat_validate by Nick Kralevich · 9 years ago
  35. 49bfee8 checkpolicy: treat -self as an error by Stephen Smalley · 9 years ago
  36. a609434 libselinux: normalize enforce values from the kernel by Stephen Smalley · 9 years ago
  37. 9140de7 libselinux, libsemanage: use Python-specific .so extension by Nicolas Iooss · 9 years ago
  38. 489dd59 libselinux: audit2why: remove unused module_state structure by Nicolas Iooss · 9 years ago
  39. a441d51 mcstrans: fix global "make install" by Nicolas Iooss · 9 years ago
  40. 945bc88 sandbox: make test not fail on systems without SELinux by Nicolas Iooss · 9 years ago
  41. 4129eb4 expand_terule_helper: cleanups by William Roberts · 9 years ago
  42. dcd473d expand_avrule_helper: cleanup by William Roberts · 9 years ago
  43. af9f477 policydb.h: use AVTAB macros to avoid duplications by William Roberts · 9 years ago
  44. 07ba7c6 mcstrans: Fix signed/unsigned warnings by Stephen Smalley · 9 years ago
  45. 7935dee Drop ChangeLog files by Stephen Smalley · 9 years ago
  46. c094ca9 restorecond: Add gitignore by Jason Zaman · 9 years ago
  47. 62cb9fc mcstrans: Add utils gitignore by Jason Zaman · 9 years ago
  48. 9123b38 Add stub make test targets to new subdirs by Jason Zaman · 9 years ago
  49. 089000a mcstrans: take LIBDIR from args, dont guess by Jason Zaman · 9 years ago
  50. 30cbe52 mcstrans: Fix Werror=shadow errors by Jason Zaman · 9 years ago
  51. 618a64a semodule-utils: Drop -lselinux from Makefiles. by Stephen Smalley · 9 years ago
  52. 25c167a Add COPYING files for new subdirs. by Stephen Smalley · 9 years ago
  53. f0e61d3 Fix release script by Stephen Smalley · 9 years ago
  54. 4480129 restorecond: break source dependency on policycoreutils/setfiles by Stephen Smalley · 9 years ago
  55. 65f5868 Move policycoreutils/semodule_package to semodule-utils. by Stephen Smalley · 9 years ago
  56. 6bd0b55 Add VERSION files for new components by Stephen Smalley · 9 years ago
  57. f0cc954 Fix release script for packages that need prefixes. by Stephen Smalley · 9 years ago
  58. 1c8505d Update release script for the new structure. by Stephen Smalley · 9 years ago
  59. 6e4bb70 mcstrans: fix clang warnings by Stephen Smalley · 9 years ago
  60. b97d959 Move policycoreutils/sepolgen-ifgen into python/audit2allow. by Stephen Smalley · 9 years ago
  61. 50be5fc Move sepolicy desktop and png files to gui. by Stephen Smalley · 9 years ago
  62. eeba595 mcstrans: Add a relabel target. by Stephen Smalley · 9 years ago
  63. 233fe33 mcstrans: Add .gitignore file by Stephen Smalley · 9 years ago
  64. fe74095 Build mcstrans. by Stephen Smalley · 9 years ago
  65. 3dcdc46 Make it easy to omit optional components. by Stephen Smalley · 9 years ago
  66. c9c97d6 Move policycoreutils/semodule_{deps,expand,link} to semodule-utils. by Stephen Smalley · 9 years ago
  67. 48dc232 Move policycoreutils/{sepolicy,audit2allow,semanage,scripts/chcat*} and sepolgen to python. by Stephen Smalley · 9 years ago
  68. 63e6dba Move policycoreutils/sepolicy dbus service files to dbus. by Stephen Smalley · 9 years ago
  69. 97bf196 Move policycoreutils/sandbox to sandbox. by Stephen Smalley · 9 years ago
  70. 00be136 Move policycoreutils/restorecond to restorecond. by Stephen Smalley · 9 years ago
  71. 4cc8086 Move policycoreutils/mcstrans to mcstrans. by Stephen Smalley · 9 years ago
  72. 2e4d0bc Move policycoreutils/gui to gui. by Stephen Smalley · 9 years ago
  73. d4387cd Updated libsepol ChangeLog by Stephen Smalley · 9 years ago
  74. 02a7d77 libsepol: make parsing symbol table headers more robust by Nicolas Iooss · 9 years ago
  75. 0a32f3b libsepol: test for ebitmap_read() negative return value by Nicolas Iooss · 9 years ago
  76. 784b43b libsepol: replace an assert with an error message by Nicolas Iooss · 9 years ago
  77. a96184b Updated libsepol ChangeLog by Stephen Smalley · 9 years ago
  78. be96f05 libsepol: fix checkpolicy dontaudit compiler bug by William Roberts · 9 years ago
  79. 5862ac5 Revert "libsepol: fix checkpolicy dontaudit compiler bug" by William Roberts · 9 years ago
  80. d0c82f8 Updated libsemanage ChangeLog by Stephen Smalley · 9 years ago
  81. 398266f libsemanage: use a macro prefixed with SEMANAGE to protect dso.h by Nicolas Iooss · 9 years ago
  82. f60519e Updated libsepol ChangeLog by Stephen Smalley · 9 years ago
  83. 7a4db15 libsepol: cil_lexer: make warnings non-fatal for building by Stephen Smalley · 9 years ago
  84. 2ceadad Updated libselinux and libsemanage ChangeLog by Stephen Smalley · 9 years ago
  85. 79db6da libselinux, libsemanage: swig: use SWIG_fail when an error occurs by Nicolas Iooss · 9 years ago
  86. db17f12 libselinux,libsemanage: fall back to gcc in exception.sh by Nicolas Iooss · 9 years ago
  87. f1db7b7 Updated secilc ChangeLog by Stephen Smalley · 9 years ago
  88. 672f96f secilc: do not build secilc man page if it is up to date by Nicolas Iooss · 9 years ago
  89. 2c1ae0f Updated libselinux and libsemanage ChangeLogs by Stephen Smalley · 9 years ago
  90. bb98da0 libselinux,libsemanage: link Python wrapper with Python by Nicolas Iooss · 9 years ago
  91. ad3aa7f libsemanage: query for python site-packages dir directly by Nicolas Iooss · 9 years ago
  92. f5b9bc2 libselinux,libsemanage: link Ruby wrapper with -lruby by Nicolas Iooss · 9 years ago
  93. 22e3ad6 libselinux,libsemanage: use Ruby to define RUBYINC by Nicolas Iooss · 9 years ago
  94. df3ba03 Updated policycoreutils ChangeLog by Stephen Smalley · 9 years ago
  95. 917f398 policycoreutils: Use GObject introspection binding instead of python-gobject in selinux_server.py by Laurent Bigonville · 9 years ago
  96. 1270be1 policycoreutils: Force GTK3.0 for sepolicy gui by Laurent Bigonville · 9 years ago
  97. 0339318 Updated libsepol ChangeLog by Stephen Smalley · 9 years ago
  98. 4750ec2 libsepol: cil: remove double-free. by dcashman · 9 years ago
  99. e0882cd Updated libsemanage ChangeLog by Stephen Smalley · 9 years ago
  100. b372170 libsemanage: semanage_seuser_key_create: copy name by Nicolas Iooss · 9 years ago