1. e1eae96 libselinux is LLNDK, not VNDK-core by Jiyong Park · 4 years, 2 months ago
  2. 65d1587 Make libselinux symbols versioned by Jiyong Park · 4 years, 3 months ago
  3. d4dac00 Make libseliux a stub library by Jiyong Park · 4 years, 3 months ago
  4. 8c9370e Delete unused selinux_android_setfilecon(). by Alan Stokes · 4 years, 4 months ago
  5. 74de00c label_file.c: Fix MAC build by Nick Kralevich · 4 years, 4 months ago
  6. 3760c1e Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 4 years, 4 months ago
  7. 2635390 Revert "Restorecon: factor out a lookup helper for context matches" by Nick Kralevich · 4 years, 4 months ago
  8. b0f301a Revert "Restorecon: Ignore the stem when looking up all matches in file context" by Nick Kralevich · 4 years, 4 months ago
  9. 7bece37 libselinux: export flush_class_cache(), call it on policyload by Stephen Smalley · 4 years, 4 months ago
  10. 784b029 libselinux: update man pages for userspace policy enforcers by Stephen Smalley · 4 years, 5 months ago
  11. 89674c2 libselinux: remove flask.h and av_permissions.h by Stephen Smalley · 4 years, 5 months ago
  12. dca7ce8 Update VERSIONs to 3.0 for release. by Petr Lautrbach · 4 years, 6 months ago
  13. 6e187f8 Update VERSIONs to 3.0-rc2 for release. by Petr Lautrbach · 4 years, 7 months ago
  14. 91cd460 libselinux,libsemanage: check in python_exception.i files by Nicolas Iooss · 4 years, 7 months ago
  15. dd9c70e libselinux,libsemanage: fix python_exception.i dependencies by Nicolas Iooss · 4 years, 7 months ago
  16. 5815cc9 libselinux,libsemanage: never create -.o in exception.sh by Nicolas Iooss · 4 years, 7 months ago
  17. 6d5f7f2 Replace www.nsa.gov references by github.com/SELinuxProject by Petr Lautrbach · 4 years, 7 months ago
  18. 4a0df6c Merge "Don't require seinfo for privapps" by Ashwini Oruganti · 4 years, 7 months ago
  19. 0c61ef8 Don't require seinfo for privapps by Ashwini Oruganti · 4 years, 7 months ago
  20. 0271bf4 libselinux/src/Makefile: don't pass bogus -I and -L to python setup.py build_ext by Thomas Petazzoni · 4 years, 7 months ago
  21. cdeff96 Remove unnecessary include and library by Marco Nelissen · 4 years, 7 months ago
  22. b3ed0a7 Update VERSIONs to 3.0-rc1 for release. by Petr Lautrbach · 4 years, 8 months ago
  23. cfe4874 libselinux: mark all exported function "extern" by Nicolas Iooss · 4 years, 8 months ago
  24. e5b9766 Removing selinux_android_prop_context_handle by Bowgo Tsai · 4 years, 8 months ago
  25. dc67d9c libselinux: fix MAX_FILE_CONTEXT_SIZE by Bowgo Tsai · 4 years, 8 months ago
  26. 9357d14 Merge "libselinux: add /system_ext support." by Treehugger Robot · 4 years, 8 months ago
  27. f2b58fb libselinux: stop loading libc++ and libm. by Elliott Hughes · 4 years, 8 months ago
  28. 68b2e44 libselinux: do not add rc to pos twice by Nicolas Iooss · 4 years, 9 months ago
  29. 340da08 libselinux: ensure strlen() is not called on NULL by Nicolas Iooss · 4 years, 9 months ago
  30. 5077059 libselinux: add /system_ext support. by Bowgo Tsai · 4 years, 9 months ago
  31. b550c0e Fix many misspellings by Nicolas Iooss · 4 years, 10 months ago
  32. 86df2b2 libselinux: fix string conversion of unknown perms by Mike Palmiotto · 4 years, 9 months ago
  33. 26e8397 Fix mcstrans secolor examples by Vit Mojzis · 5 years ago
  34. f25d03d libselinux: ensure that digest_len is not zero by Nicolas Iooss · 5 years ago
  35. 2a1766f selinux: Update manpages after removing legacy boolean and user code by Richard Haines · 5 years ago
  36. c3f9492 selinux: Remove legacy local boolean and user code by Richard Haines · 5 years ago
  37. e016502 libselinux: Save digest of all partial matches for directory by Richard Haines · 5 years ago
  38. c00ed59 libselinux: Ignore the stem when looking up all matches in file context by xunchang · 5 years ago
  39. 5cff281 Restorecon: factor out a lookup helper for context matches by xunchang · 5 years ago
  40. 2efa068 libselinux: Use Python distutils to install SELinux python bindings by Petr Lautrbach · 5 years ago
  41. ee8f7a8 libselinux: Fix security_get_boolean_names build error by Richard Haines · 5 years ago
  42. 97f1ad6 Merge remote-tracking branch 'aosp/upstream-master' into mymege by Nick Kralevich · 5 years ago
  43. baf8a1d Check strdup() failure by Unto Sten · 5 years ago
  44. cd1ef4d another style fix by Unto Sten · 5 years ago
  45. e1a7439 Unify code style to preserve my sanity by Unto Sten · 5 years ago
  46. 5d8f44e Global replace exit(0) with more readable exit(EXIT_SUCCESS) by Unto Sten · 5 years ago
  47. 10c7956 Delay /data/vendor_ce restorecon by Nick Kralevich · 5 years ago
  48. 84cf5d7 No need to calculate the hash value of file_contexts by liwugang · 5 years ago
  49. 8c15803 Remove isV2App by Nick Kralevich · 5 years ago
  50. 04af6a3 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  51. 25ce102 Add security_validatetrans support by Joshua Brindle · 5 years ago
  52. 3060b61 add SELINUX_ANDROID_RESTORECON_SKIP_SEHASH by Nick Kralevich · 5 years ago
  53. 3e334d0 export seapp_context_init by Jeff Vander Stoep · 5 years ago
  54. 781054c Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  55. ffb4432 Restorecon: Ignore the stem when looking up all matches in file context by xunchang · 5 years ago
  56. 891cfee Update VERSIONs to 2.9 for release. by Petr Lautrbach · 5 years ago
  57. 707e4b8 libselinux: Do not define gettid() if glibc >= 2.30 is used by Petr Lautrbach · 5 years ago
  58. 486aa7d libselinux: Add security_reject_unknown(3) man page by Petr Lautrbach · 5 years ago
  59. de9339b Merge "Remove -Wno-pointer-bool-conversion" by Treehugger Robot · 5 years ago
  60. f797b5b Merge "Restorecon: save digest of all partial matches for directory" by Tianjie Xu · 5 years ago
  61. de42e97 Merge "Restorecon: factor out a lookup helper for context matches" by Tianjie Xu · 5 years ago
  62. 7d4a56f Restorecon: save digest of all partial matches for directory by xunchang · 5 years ago
  63. f69947c Restorecon: factor out a lookup helper for context matches by xunchang · 5 years ago
  64. 373aaaa Remove -Wno-pointer-bool-conversion by Nick Kralevich · 5 years ago
  65. 3560915 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  66. ee1809f Update VERSIONs to 2.9-rc2 for release. by Petr Lautrbach · 5 years ago
  67. c19395d libselinux: selinux_set_mapping: fix handling of unknown classes/perms by Stephen Smalley · 5 years ago
  68. 65c6846 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  69. 28cf7ea perfcrastination: Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  70. 1952be6 Switch to python3 by default by Petr Lautrbach · 5 years ago
  71. 6b89b1f libselinux: fix selinux_restorecon() on non-SELinux hosts by Stephen Smalley · 6 years ago
  72. df5204a Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  73. 5d59284 libselinux: Fix RESOURCE_LEAK defects reported by coverity scan by Petr Lautrbach · 5 years ago
  74. 347719d libselinux/selinux_restorecon: Skip customized files also without -v by Petr Lautrbach · 5 years ago
  75. 9cb1372 Mark libselinux as double_loadable by Jooyung Han · 5 years ago
  76. fdb242e libselinux: Change matchpathcon usage to match with matchpathcon manpage by Petr Lautrbach · 5 years ago
  77. 5689d82 libselinux: set an appropriate errno in booleans.c by Petr Lautrbach · 5 years ago
  78. 474a092 python/restorecon: add force option by Viktor Ashirov · 5 years ago
  79. 0445e65 Allow installing translated man pages by Aleksei Nikiforov · 5 years ago
  80. e3e3873 Add man pages translation by Olesya Gerasimenko by Aleksei Nikiforov · 5 years ago
  81. 1633b76 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  82. 53312c7 Update VERSIONs to 2.9-rc1 for release. by Petr Lautrbach · 5 years ago
  83. de5d5ed libselinux/audit2why.so: Filter out non-python related symbols by Petr Lautrbach · 5 years ago
  84. 689a6eb libselinux: do not dereference symlink with statfs in selinux_restorecon by Nicolas Iooss · 5 years ago
  85. 5fa62dd Merge "libselinux: Fix location of product_seapp_contexts" by Tri Vo · 5 years ago
  86. c3e8eef Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 5 years ago
  87. 81f6f73 libselinux: Fix location of product_seapp_contexts by Tri Vo · 5 years ago
  88. 9fe4303 Makefile: add -Wstrict-overflow=5 to CFLAGS by William Roberts · 5 years ago
  89. 97edceb build: set _FORTIFY_SOURCE=2 in libselinux by William Roberts · 5 years ago
  90. 4f96b32 Makefile: fix _FORTIFY_SOURCE redefined build error by William Roberts · 5 years ago
  91. a1c6b50 libselinux: add /product support. by Tri Vo · 5 years ago
  92. b744f16 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 6 years ago
  93. b4b0074 libselinux: selinux_restorecon: fix printf format string specifier for uint64_t by Nicolas Iooss · 6 years ago
  94. 0105497 Merge "libselinux: add fromRunAs input selector in seapp_contexts." by Yabin Cui · 6 years ago
  95. 5fa9987 libselinux: add fromRunAs input selector in seapp_contexts. by Yabin Cui · 6 years ago
  96. 1ad3304 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Nick Kralevich · 6 years ago
  97. 3f99b14 libselinux: fix overly strict validation of file_contexts.bin by Stephen Smalley · 6 years ago
  98. ee87941 Add more functions to the host libselinux. by Elliott Hughes · 6 years ago
  99. 72ba6b4 Merge remote-tracking branch 'aosp/upstream-master' into manualmerge by Nick Kralevich · 6 years ago
  100. 0122099 Export some additional symbols from libselinux. by Peter Collingbourne · 6 years ago