1. ce0ca25 Prefer property_contexts from /system & /vendor by Alex Klyubin · 8 years ago
  2. 5678b9d Support loading policy from file via FD by Alex Klyubin · 8 years ago
  3. 1443ec5 libselinux: android: use new platform & non-platform file contexts by Sandeep Patil · 8 years ago
  4. 9a7e29f Merge "Check values for various is* when determining dups" by Chad Brubaker · 8 years ago
  5. 4a9cbc7 Merge "Process file_contexts in the same order as specified" by Treehugger Robot · 8 years ago
  6. 8bc6b3d Process file_contexts in the same order as specified by Jeff Vander Stoep · 8 years ago
  7. 9c8a499 Check values for various is* when determining dups by Chad Brubaker · 8 years ago
  8. eb39fcd Add parsing for isV2App by Chad Brubaker · 8 years ago
  9. 0fda7a3 Merge changes from topic 'rebase_from_upstream' by Nick Kralevich · 8 years ago
  10. 9a91d3e Merge "libselinux: remove references to libpcre" by Treehugger Robot · 8 years ago
  11. 3b84f55 android.c: Fix compile time warnings. by Nick Kralevich · 8 years ago
  12. 08ca5be Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 8 years ago
  13. 9ffed02 libselinux: remove references to libpcre by Jeff Vander Stoep · 8 years ago
  14. 9edcf28 libsepol/cil: Destroy cil_tree_node stacks when finished resolving AST by James Carter · 8 years ago
  15. 949fc15 allow targetSdkVersion= in the middle of seinfo by Todd Kennedy · 8 years ago
  16. 2f3eb4c Add minTargetSdkVersion input selector to libselinux by Michael Peck · 8 years ago
  17. c9adfe2 Introduce Travis-CI tests by Nicolas Iooss · 8 years ago
  18. eeafde1 libsepol/cil: fix type confusion in cil_copy_ast by Nicolas Iooss · 8 years ago
  19. 1f312a9 policycoreutils/semodule: fix -Wwrite-strings warnings by James Carter · 8 years ago
  20. 68a4203 libsemanage/tests: fix -Wwrite-strings warnings by Nicolas Iooss · 8 years ago
  21. c33fd02 libsepol/tests: fix -Wwrite-strings warnings by Nicolas Iooss · 8 years ago
  22. 9c770fe semodule_deps: hide -Wwrite-strings warnings by Nicolas Iooss · 8 years ago
  23. 0df0b25 mcstrans: fix -Wwrite-strings warnings by Nicolas Iooss · 8 years ago
  24. 2f94ac4 policycoreutils/hll/pp: fix -Wwrite-strings warnings by Nicolas Iooss · 8 years ago
  25. a51b30a libsemanage: make lang_ext parameter const in semanage_direct_write_langext() by Nicolas Iooss · 8 years ago
  26. d6b5b03 libsepol: fix -Wwrite-strings warnings by Nicolas Iooss · 8 years ago
  27. 192153d checkpolicy: Make print_error_msg() static by James Carter · 8 years ago
  28. ad044ca Revert "libselinux: android: use new platform & non-platform file contexts" by Sandeep Patil · 8 years ago
  29. 5d56c26 checkpolicy: Remove uneeded return check in require_symbol() by James Carter · 9 years ago
  30. 8adbd61 libsepol: Return +1 when declaration is followed by a require by James Carter · 9 years ago
  31. b6f3e00 checkpolicy: Improve check for identifier flavor mismatch by James Carter · 9 years ago
  32. d676e7c checkpolicy: Move common require and declare code into new function by James Carter · 9 years ago
  33. a7a0678 checkpolicy: Cleanup error messages by James Carter · 9 years ago
  34. a141c0d checkpolicy: Create common function for user declares and requires by James Carter · 9 years ago
  35. bd05768 checkpolicy: Create common function for role declares and requires by James Carter · 9 years ago
  36. daaaf28 checkpolicy: Create common function for type declares and requires by James Carter · 9 years ago
  37. cdcfbf9 libselinux: android: use new platform & non-platform file contexts by Sandeep Patil · 8 years ago
  38. 7caf266 Merge "cil_write_ast.c: make functions static" by Treehugger Robot · 9 years ago
  39. df462c8 Merge "android: use new platform & non-platform property contexts." by Sandeep Patil · 9 years ago
  40. 6c9f394 cil_write_ast.c: make functions static by Nick Kralevich · 9 years ago
  41. 6369bbb cil_write_ast: improve error handling by William Roberts · 9 years ago
  42. cfea397 policycoreutils: remove deprecated -o option from fixfiles verify by Stephen Smalley · 9 years ago
  43. 454768f setfiles: Fix setfiles progress indicator by Richard Haines · 9 years ago
  44. 66edb8a android: use new platform & non-platform property contexts. by Sandeep Patil · 9 years ago
  45. d470b2c cil_write_ast: support typepermissive by William Roberts · 9 years ago
  46. b9213c7 libselinux: selinux_restorecon.3 man page typo fix by Lokesh Mandvekar · 9 years ago
  47. 1ef665c libsepol: fix pp module to cil nodecon statement by Steve Lawrence · 9 years ago
  48. 05abcb1 libselinux/src/regex.c: support old compilers for the endian check by Thomas Petazzoni · 9 years ago
  49. b88c4a4 libselinux: disable filespec hash table stats on non-debug builds by Stephen Smalley · 9 years ago
  50. bd4ffeb policycoreutils/setfiles: set up a logging callback for libselinux by Stephen Smalley · 9 years ago
  51. ac7899f policycoreutils: let output of `fixfiles` be redirected (as normal) by Alan Jenkins · 9 years ago
  52. 7da9bc0 checkpolicy: do not leak memory when a class is not found in an avrule by Nicolas Iooss · 9 years ago
  53. 42658e7 checkpolicy: add a missing free(id) in define_roleattribute() by Nicolas Iooss · 9 years ago
  54. 0a0d055 checkpolicy: fix memory leaks in define_filename_trans() by Nicolas Iooss · 9 years ago
  55. aa1a8a3 checkpolicy: always free id in define_type() by Nicolas Iooss · 9 years ago
  56. 4a05e95 libsepol compilation fixes for macOS. by Karl MacMillan · 9 years ago
  57. a1084cc Export security_policyvers(). by Yifan Hong · 9 years ago
  58. cdc653a policycoreutils/hll/pp: Fix pp crash when processing base module by Vit Mojzis · 9 years ago
  59. 6c853f3 libselinux: fix argument order in get_default_context_with_rolelevel() doc by Nicolas Iooss · 9 years ago
  60. 6351fed libselinux: always free catalog in db_init() by Nicolas Iooss · 9 years ago
  61. 69ec21c libsepol: remove useless assignments by Nicolas Iooss · 9 years ago
  62. ebe24ad libsepol: verify the right variable after calling calloc() by Nicolas Iooss · 9 years ago
  63. fd9e5ef libsepol: use constant keys in hashtab functions by Nicolas Iooss · 9 years ago
  64. dcd135c Re-link programs after libsepol.a is updated by Nicolas Iooss · 9 years ago
  65. e31efd6 libselinux: be strict about what symbols we export by Nick Kralevich · 9 years ago
  66. 9abe342 Revert "android: use new platform & non-platform property contexts." by Jorim Jaggi · 9 years ago
  67. 644cca6 android: use new platform & non-platform property contexts. by Sandeep Patil · 9 years ago
  68. baee723 semanage, sepolicy: make tests not fail on systems without SELinux by Nicolas Iooss · 9 years ago
  69. 5b0ad2f libsemanage: genhomedircon: consider SEMANAGE_FCONTEXT_DIR in fcontext_matches() by Nicolas Iooss · 9 years ago
  70. 2ca7885 android: use new platform & non-platform service contexts. by Sandeep Patil · 9 years ago
  71. c75d013 libselinux: android: allow multiple service and property contexts by Sandeep Patil · 9 years ago
  72. 1cd972f libselinux: selinux_restorecon: only log no default label warning for caller-supplied pathname by Stephen Smalley · 9 years ago
  73. b72c7cf Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 9 years ago
  74. 9088988 policy_define.c: don't free memory returned from queue_head() by Nick Kralevich · 9 years ago
  75. 6a2e352 libselinux: replace all malloc + memset by calloc in android label backend. by Sandeep Patil · 9 years ago
  76. d66c54e libselinux: selinux_restorecon: only log no default label warning if recursive by Stephen Smalley · 9 years ago
  77. 0e67689 restorecon manpage: link back to fixfiles by Alan Jenkins · 9 years ago
  78. 62f0589 policycoreutils, python: Fix bad manpage formatting in "SEE ALSO" by Alan Jenkins · 9 years ago
  79. c667b33 mcstransd: fix and reorder includes by Nicolas Iooss · 9 years ago
  80. 61f760b checkpolicy: always include ctypes.h by Nicolas Iooss · 9 years ago
  81. 3c85f9f libselinux: include errno.h instead of sys/errno.h by Nicolas Iooss · 9 years ago
  82. d4923b4 libsepol: make capability index an unsigned int by Nicolas Iooss · 9 years ago
  83. d7b0941 checkpolicy: fix memory usage in define_bool_tunable() by Nicolas Iooss · 9 years ago
  84. 14f0709 libselinux: Rewrite restorecon() python method by Petr Lautrbach · 9 years ago
  85. 0399ec6 libselinux: Generate SWIG wrappers for selinux_restorecon() by Petr Lautrbach · 9 years ago
  86. 1004a3b libsemanage: increment the right index variable in for loop by Nicolas Iooss · 9 years ago
  87. 58fb53b libsemanage: genhomedircon: remove duplicated test condition by Nicolas Iooss · 9 years ago
  88. aa115d0 policycoreutils/restorecond: Decrease loglevel of termination message by Vit Mojzis · 9 years ago
  89. c1ba831 checkpolicy: free id where it was leaked by Nicolas Iooss · 9 years ago
  90. 47f61b0 checkpolicy: do not leak queue elements in queue_destroy() by Nicolas Iooss · 9 years ago
  91. 6ef9609 checkpolicy: fix memory leaks in genfscon statements parsing by Nicolas Iooss · 9 years ago
  92. da00246 checkpolicy: free id in define_port_context() by Nicolas Iooss · 9 years ago
  93. c39289c libsepol/tests: fix some memory leaks by Nicolas Iooss · 9 years ago
  94. c3b8d4a libsepol/tests: fix -Wsometimes-uninitialized clang warnings by Nicolas Iooss · 9 years ago
  95. 0abc25a libsemanage: Fix unitialized variable compiler warnings by Guido Trentalancia · 9 years ago
  96. 5db4537 libselinux: Fix unitialized variable compiler warnings by Guido Trentalancia · 9 years ago
  97. 541b048 Split seapp_contexts into plat and nonplat components. by Dan Cashman · 9 years ago
  98. 50400d3 Add ability to specify multiple input files to the selabel_open. by dcashman · 9 years ago
  99. db6284e Merge "Revert "Add ability to specify multiple input files to the selabel_open."" by Treehugger Robot · 9 years ago
  100. 66e6711 Revert "Add ability to specify multiple input files to the selabel_open." by Tianjie Xu · 9 years ago