1. 46ed3e5 Android.mk: Add -D_GNU_SOURCE to common_cflags by Nick Kralevich · 9 years ago
  2. a421da2 Updated checkpolicy, libselinux, and secilc ChangeLogs. by James Carter · 9 years ago
  3. 3895fbb selinux: Add support for portcon dccp protocol by Richard Haines · 9 years ago
  4. f5c0b47 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  5. 861ec73 Merge pull request #12 from rhatdan/master by stephensmalley · 9 years ago
  6. 4534c08 Updated sepolgen ChangeLog. by Stephen Smalley · 9 years ago
  7. 9136e7a policycoreutils/sepolgen: Add support for TYPEBOUNDS statement in INTERFACE policy files. by Miroslav Grepl · 9 years ago
  8. 950f3a6 Fix location of selinuxfs mount point by Dan Walsh · 9 years ago
  9. e93899c Updated libsepol ChangeLog. by James Carter · 9 years ago
  10. 4df9f89 libsepol/cil: fix bug when resetting class permission values by Steve Lawrence · 9 years ago
  11. 58dcbcd Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  12. 5a8d8c4 libselinux: only mount /proc if necessary by Stephen Smalley · 9 years ago
  13. 085d7c9 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  14. c7cf5d8 libselinux: procattr: return einval for <= 0 pid args. by dcashman · 9 years ago
  15. ece9a6d Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  16. f77021d libselinux: procattr: return error on invalid pid_t input. by dcashman · 9 years ago
  17. 2b69984 Update ChangeLog and VERSION for final release by Steve Lawrence · 9 years ago
  18. 9c5d36b Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  19. 945cad8 libselinux: selinux_restorecon.3 man page corrections. by Richard Haines · 9 years ago
  20. 6c20534 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  21. bdd4e6d libselinux: Add selinux_restorecon function by Richard Haines · 9 years ago
  22. 2520127 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  23. 2981e0b read_spec_entry: fail on non-ascii by William Roberts · 9 years ago
  24. 9d76b62 Update libsepol, libsemanage, and policycoreutils ChangeLogs by Steve Lawrence · 9 years ago
  25. 1e979a7 libsemanage: tests: do not overwrite CFLAGS and LDFLAGS by Nicolas Iooss · 9 years ago
  26. 061c4fc policycoreutils: sepolicy: do not overwrite CFLAGS by Nicolas Iooss · 9 years ago
  27. 168f653 policycoreutils: sepolicy: rename policy global variable by Nicolas Iooss · 9 years ago
  28. 5b6287f libsemanage: no longer use variables with unused attribute by Nicolas Iooss · 9 years ago
  29. 172ce53 libsepol: fix __attribute__((unused)) annotations by Nicolas Iooss · 9 years ago
  30. e97d3ec Update libsepol, libsemanage, policycoreutils, and sepolgen ChangeLogs by Steve Lawrence · 9 years ago
  31. d1b49d8 policycoreutils: newrole: add missing defined in #if by Nicolas Iooss · 9 years ago
  32. 302443c sepolgen: Support latest refpolicy interfaces by Nicolas Iooss · 9 years ago
  33. 211baf7 sepolgen: Make sepolgen-ifgen output deterministic with Python>=3.3 by Nicolas Iooss · 9 years ago
  34. 033ea27 libsemanage: move modinfo_tmp definition before goto cleanup by Nicolas Iooss · 9 years ago
  35. a11ce9d libsemanage: initialize bools_modified variable. by Nicolas Iooss · 9 years ago
  36. 1bfb1a4 libsepol: cil: always initialize __cil_permx_to_sepol_class_perms() result by Nicolas Iooss · 9 years ago
  37. f7088b7 Update policycoreutils ChangeLog by Steve Lawrence · 9 years ago
  38. 0fc39ca Added missing descriptions for --*-key params in secon man page. by Lukas Vrabec · 9 years ago
  39. dd7a936 Add description of missing newrole parameter -p in newrole man page. by Lukas Vrabec · 9 years ago
  40. 3e558a7 secilc: update dependency information and man page creation by Steve Lawrence · 9 years ago
  41. b3b5ede Update ChangeLog and VERSION for release candidate by Steve Lawrence · 9 years ago
  42. 7526d1a Update policycoreutils ChangeLog by Steve Lawrence · 9 years ago
  43. f590d37 policycoreutils: semanage: list reserver_port_t by Petr Lautrbach · 9 years ago
  44. b3c1d4e Update libselinux and policycoreutils ChangeLogs by Steve Lawrence · 9 years ago
  45. 7d8f5ce policycoreutils/chcat: Add a fallback in case os.getlogin() returns nothing by Laurent Bigonville · 9 years ago
  46. f2a8ae9 libselinux/man: Add information about thread specific on setfscreatecon by Dan Walsh · 9 years ago
  47. 554f75b libselinux: Don't wrap rpm_execcon with DISABLE_RPM by Petr Lautrbach · 9 years ago
  48. 59ed638 Updated secilc ChangeLog. by James Carter · 9 years ago
  49. 12c7dfc secilc/docs: Convert DocBook documentation into github markdown by Yuli Khodorkovskiy · 9 years ago
  50. f02f2ae Updated libsepol ChangeLog by James Carter · 9 years ago
  51. f610cac libsepol/cil: Validate extended avrules and permissionxs by Steve Lawrence · 9 years ago
  52. a2a3c6d Updated libsepol and secilc ChangeLogs by James Carter · 9 years ago
  53. 0013416 secilc/docs: Add documentation for neverallowx rules by Steve Lawrence · 9 years ago
  54. f5602f5 libsepol/cil: Add support for neverallowx by Steve Lawrence · 9 years ago
  55. b41468c libsepol/cil: Remove duplicated 'if' condition in cil_tree by Steve Lawrence · 9 years ago
  56. 36d164c Update policycoreutils ChangeLog. by Stephen Smalley · 9 years ago
  57. fa438dd policycoreutils: replace string.join() with str.join() by Petr Lautrbach · 9 years ago
  58. b300d3d policycoreutils: fix 'semanage permissive -l' subcommand by Petr Lautrbach · 9 years ago
  59. d257b02 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  60. 46320ae libselinux: Correct line count for property and service contexts files by Richard Haines · 9 years ago
  61. 6c92560 Update libsepol ChangeLog. by Stephen Smalley · 9 years ago
  62. 0ca5562 libsepol: Fully expand neverallowxperm rules by Richard Haines · 9 years ago
  63. 4a1169a Update libselinux and policycoreutils ChangeLogs. by Stephen Smalley · 9 years ago
  64. 572fcef libselinux, policycoreutils: Man page warning fixes by Ville Skyttä · 9 years ago
  65. e29d606 Updated policycoreutils ChangeLog. by James Carter · 9 years ago
  66. 0f4620d policycoreutils/sandbox: Fix sandbox to propagate specified MCS/MLS Security Level. by Miroslav Grepl · 9 years ago
  67. 50c349d Updated policycoreutils ChangeLog. by James Carter · 9 years ago
  68. 97d0673 policycoreutils: Require at least one argument for 'semanage permissive -d' by Petr Lautrbach · 9 years ago
  69. 8922ff8 policycoreutils: improve sepolicy command line interface by Petr Lautrbach · 9 years ago
  70. b6e7025 Updated sepolgen ChangeLog by James Carter · 9 years ago
  71. 5f2aca2 sepolgen: Use key function in sort() by Petr Lautrbach · 9 years ago
  72. 80f5957 Updated libsepol ChangeLog by James Carter · 9 years ago
  73. 71dd7b7 secilc: Add support for unordered classes by Yuli Khodorkovskiy · 9 years ago
  74. 8dc4c05 Update libselinux ChangeLog. by Stephen Smalley · 9 years ago
  75. 90c2d42 libselinux: label_file: fix memory leaks and uninitialized jump by William Roberts · 9 years ago
  76. 33fb501 Update libsemanage ChangeLog. by Stephen Smalley · 9 years ago
  77. d92388a Load libsepol.so.1 instead of libsepol.so by Laurent Bigonville · 9 years ago
  78. a0e52de Update sepolgen ChangeLog. by Stephen Smalley · 9 years ago
  79. 90cff82 sepolgen: Reset line numbers when parsing files by Nicolas Iooss · 9 years ago
  80. 4de2259 Update libselinux ChangeLog. by Stephen Smalley · 9 years ago
  81. c1db824 libselinux: Replace selabel_digest hash function by Richard Haines · 9 years ago
  82. bc9bc13 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  83. e045605 libselinux: Fix selabel_open(3) services if no digest requested by Richard Haines · 9 years ago
  84. 4d0a986 Updated libselinux ChangeLog by Stephen Smalley · 9 years ago
  85. e40bbea libselinux: Add selabel_digest function by Richard Haines · 9 years ago
  86. c9c1f27 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  87. 985935c libselinux: Fix parallel build with swig python by Jason Zaman · 9 years ago
  88. 8243069 Open stdin as read/write by Sven Vermeulen · 11 years ago
  89. 92eec06 policycoreutils/newrole: Set keepcaps around setresuid calls. by Stephen Smalley · 9 years ago
  90. 572f899 Fix newrole to not drop capabilities from the bounding set. by Dan Walsh · 11 years ago
  91. 5aeb4c3 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  92. b408d72 libselinux: flush the class/perm string mapping cache on policy reload by Stephen Smalley · 9 years ago
  93. c56c2a3 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  94. f2e38b6 libselinux: Fix restorecon when path has no context by Nir Soffer · 9 years ago
  95. 59550c0 Updated libsepol and checkpolicy ChangeLogs. by Stephen Smalley · 9 years ago
  96. 99fc177 Add neverallow support for ioctl extended permissions by Jeff Vander Stoep · 9 years ago
  97. fe2ff88 Updated libsepol ChangeLog. by James Carter · 9 years ago
  98. 551d834 libsepol/cil: improve recursion detection by Steve Lawrence · 9 years ago
  99. 3302de4 Updated libselinux ChangeLog. by Stephen Smalley · 9 years ago
  100. c2cb375 libselinux: Free memory when processing media and x specfiles by Richard Haines · 9 years ago