1. ce633ba libselinux: Fix core dumps with corrupt *.bin files by Richard Haines · 9 years ago
  2. 42ac8d6 libselinux: selinux.py - use os.walk() instead of os.path.walk() by Miro Hrončok · 9 years ago
  3. 685f4ae libselinux: is_selinux_enabled(): drop no-policy-loaded test. by Stephen Smalley · 9 years ago
  4. 082f1d1 libselinux: Remove deprecated mudflap option. by Stephen Smalley · 9 years ago
  5. 9df4988 libselinux: Mount procfs before checking /proc/filesystems by Ben Shelton · 9 years ago
  6. 417cb8d Fix -Wformat errors by Petr Lautrbach · 9 years ago
  7. 716e382 libselinux: label_file: handle newlines in file names by Nick Kralevich · 9 years ago
  8. 914e591 libselinux: fix audit2why error handling if SELinux is disabled. by Stephen Smalley · 9 years ago
  9. 1434267 libselinux: pcre_study can return NULL without error. by Stephen Smalley · 9 years ago
  10. eb0ba20 libselinux: Adjustments to android property backend. by Robert Craig · 11 years ago
  11. 2fa21cc libselinux: Only check SELinux enabled status once in selinux_check_access(). by Stephen Smalley · 12 years ago
  12. 71393a1 libselinux: libsepol: use ln --relative to create .so symlinks by Steve Lawrence · 10 years ago
  13. ae5de8a libselinux: fix gcc -Wsign-compare warnings by Nicolas Iooss · 10 years ago
  14. 76913d8 Deprecate use of flask.h and av_permissions.h. by Stephen Smalley · 10 years ago
  15. ac33098 Add pcre version string to the compiled file_contexts format. by Stephen Smalley · 10 years ago
  16. 7bdc38c Log an error on unknown classes and permissions. by Stephen Smalley · 10 years ago
  17. 056efe8 Add db_exception and db_datatype support to label_db backend by Artyom Smirnov · 10 years ago
  18. 241fac2 selinux_init_load_policy: setenforce(0) if security_disable() fails by Will Woods · 10 years ago
  19. 9eb9c93 Get rid of security_context_t and fix const declarations. by Stephen Smalley · 10 years ago
  20. a273733 libselinux: Refactor rpm_execcon() into a new setexecfilecon() by Guillem Jover · 12 years ago
  21. dcd8167 Coding style fix for sizeof operator. by Stephen Smalley · 10 years ago
  22. 85a42ec Fix a bug in the userspace AVC that broke per-domain permissive mode. by Stephen Smalley · 10 years ago
  23. 7e79169 Remove -lpthread from pkg-config file. by Stephen Smalley · 11 years ago
  24. 9792099 Properly build the swig exception file even if the headers are missing by Laurent Bigonville · 11 years ago
  25. 6d0f111 Change audit2why to return constraint information on denial. by Dan Walsh · 11 years ago
  26. 8b114a3 Fix avc_has_perm() returns -1 even when SELinux is in permissive mode. by Stephen Smalley · 11 years ago
  27. 5625880 Revert "Richard Haines patch that allows us discover constraint violation information" by Stephen Smalley · 11 years ago
  28. f458b76 Merge branch 'fedora' into master-merge by Stephen Smalley · 11 years ago
  29. 52d52fe Make RANLIB variable overridable by Sven Vermeulen · 11 years ago
  30. e1ecb2c Update pkgconfig definition by Sven Vermeulen · 11 years ago
  31. 6068fcb Mount sys before trying to mount selinuxfs by Sven Vermeulen · 11 years ago
  32. c32da69 Fixes for procattr calls to handle cache properly. by Dan Walsh · 11 years ago
  33. 9639f5d Add decent constants for python for return of getenforce call. by Dan Walsh · 11 years ago
  34. 2267137 Fix label substituion to work with the equiv path of "/" by Dan Walsh · 11 years ago
  35. 7eec00a Add selinux_current_policy_path, which returns the a pointer to the loaded policy by Dan Walsh · 11 years ago
  36. 403f2cf Change get_context_list to return an error rather then guess at a match. by Dan Walsh · 11 years ago
  37. f1598df Support udev-197 and higher by Dan Walsh · 11 years ago
  38. fd56c52 Separate out the calling of local subs and dist subs in selabel_sub by Dan Walsh · 11 years ago
  39. 51d9a07 Patch to change *setfilecon to not return ENOSUP if context matches. by Dan Walsh · 11 years ago
  40. 756013e This patch fixes python parsing. by Dan Walsh · 11 years ago
  41. 851266c define SELINUX_TRANS_DIR in selinux.h by Dan Walsh · 11 years ago
  42. ce2a884 Add selinux_systemd_contexts_path by Dan Walsh · 11 years ago
  43. 7fe6036 Add selinux_set_policy_root sets an alternate policy root directory path by Dan Walsh · 11 years ago
  44. a8b3340 Laurent Bigonville patch to allow overriding PATH Definitions in Makefiles by Dan Walsh · 11 years ago
  45. 56b49ab Richard Haines patch that allows us discover constraint violation information by Dan Walsh · 11 years ago
  46. fceca65 libselinux: avoid shadowing 'stat' in load_mmap by Joe MacDonald · 11 years ago
  47. 2864f75 libselinux: support building on older PCRE libs by Joe MacDonald · 11 years ago
  48. 50b1654 libselinux: Do not use LDFLAGS to set -lpcre and -lpthread by Laurent Bigonville · 11 years ago
  49. c45f797 libselinux: Allow overriding LIBBASE in src/Makefile by Laurent Bigonville · 11 years ago
  50. 32e76a3 Current stable policycoreutils requires selinux_current_policy_path by Sven Vermeulen · 11 years ago
  51. a15451b Support udev-197 and higher by Sven Vermeulen · 11 years ago
  52. e4cee83 Make RANLIB variable overridable by Sven Vermeulen · 11 years ago
  53. 1310e36 Update pkgconfig definition by Sven Vermeulen · 11 years ago
  54. ef3e072 Mount sys before trying to mount selinuxfs by Sven Vermeulen · 11 years ago
  55. 4e5eaac libselinux: matchmediacon: do not leak fd by Eric Paris · 11 years ago
  56. 1e8f102 libselinux: src/label_android_property: do not leak fd on error by Eric Paris · 11 years ago
  57. 0834ff3 libselinux: do not leak file contexts with mmap'd backend by Eric Paris · 11 years ago
  58. efb6347 libselinux: unmap file contexts on selabel_close() by Eric Paris · 11 years ago
  59. 9c83b20 libselinux: pkg-config do not specifc ruby version by Dan Walsh · 11 years ago
  60. 1d40332 libselinux: optimize set*con functions by Eric Paris · 11 years ago
  61. e9759ea libselinux: Change boooleans.subs to booleans.subs_dist. by Dan Walsh · 12 years ago
  62. aa62cd6 libselinux: Fix errors found by coverity by Eric Paris · 12 years ago
  63. c89deab libselinux: selinux_status_open: do not leak statusfd on exec by Eric Paris · 12 years ago
  64. 761881c libselinux: selinux_status_open: handle error from sysconf by Eric Paris · 12 years ago
  65. be2d728 libselinux: Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions by Guillem Jover · 12 years ago
  66. 7504bbd libselinux: audit2why: Cleanup audit2why analysys function by Dan Walsh · 12 years ago
  67. 13b599d libselinux: mode_to_security_class: interface to translate a mode_t in to a security class by rhatdan · 12 years ago
  68. d09bcb7 libselinux: audit2why: do not leak on multiple init() calls by Eric Paris · 12 years ago
  69. 019e6fd libselinux: audit2why: Fix segfault if finish() called twice by rhatdan · 12 years ago
  70. a293048 libselinux: do not leak mmapfd by Eric Paris · 12 years ago
  71. 9ebd779 libselinux: label_file: use precompiled filecontext when possible by Eric Paris · 12 years ago
  72. 933840a libselinux: audit2why: make sure path is nul terminated by Eric Paris · 12 years ago
  73. 1c8a7c1 libselinux: Ensure that we only close the selinux netlink socket once. by Dan Walsh · 12 years ago
  74. 4d04f4c libselinux: label_file: only run array once when sorting by Eric Paris · 12 years ago
  75. 36ab97d libselinux: label_file: struct reorg by Eric Paris · 12 years ago
  76. de5bc06 libselinux: label_file: break up find_stem_from_spec by Eric Paris · 12 years ago
  77. 16b5788 libselinux: label_file: new process_file function by Eric Paris · 12 years ago
  78. 79b6a8d libselinux: label_file: only run regex files one time by Eric Paris · 12 years ago
  79. ee88185 libselinux: label_file: add accessors for the pcre extra data by Eric Paris · 12 years ago
  80. 2477590 libselinux: label_file: move regex sorting to the header by Eric Paris · 12 years ago
  81. dd61029 libselinux: label_file: fix potential read past buffer in spec_hasMetaChars by Eric Paris · 12 years ago
  82. 48682e2 libselinux: label_file: move spec_hasMetaChars to header by Eric Paris · 12 years ago
  83. fcc8956 libselinux: label_file: drop useless ncomp field from label_file data by Eric Paris · 12 years ago
  84. 9937685 libselinux: label_file: move stem/spec handling to header by Eric Paris · 12 years ago
  85. b948294 libselinux: label_file: move error reporting back into caller by Eric Paris · 12 years ago
  86. f744f23 libselinux: label_file: do string to mode_t conversion in a helper function by Eric Paris · 12 years ago
  87. c27101a libselinux: label_file: move definitions to include file by Eric Paris · 12 years ago
  88. dc1db39 libselinux: label_file: remove all typedefs by Eric Paris · 12 years ago
  89. 091eb52 libselinux: label_file: use PCRE instead of glibc regex functions by Eric Paris · 12 years ago
  90. ac5f564 libselinux: stop messages when SELinux disabled by Eric Paris · 12 years ago
  91. b2d86f8 libselinux: booleans: initialize pointer to silence coveriety by Eric Paris · 12 years ago
  92. bd8ea2e libselinux: seusers: Check for strchr failure by Dan Walsh · 12 years ago
  93. ee69016 libselinux: expose selinux_boolean_sub by Dan Walsh · 12 years ago
  94. 88c3524 libselinux: boolean name equivalency by Eric Paris · 12 years ago
  95. 1024ea3 libselinux: libsemanage: remove PYTHONLIBDIR and ruby equivalent by Eric Paris · 12 years ago
  96. b2523dc libselinux: libsemanage: do not set soname needlessly by Eric Paris · 12 years ago
  97. c802d4a libselinux: Add support for lxc_contexts_path by Dan Walsh · 12 years ago
  98. 824df4b libselinux: additional makefile support for rubywrap by Eric Paris · 12 years ago
  99. 3090090 libselinux: label_android_property whitespace cleanups by Eric Paris · 12 years ago
  100. cfc492c libselinux: New Android property labeling backend by rpcraig · 12 years ago