1. 943ed44 restorecon: only operate on canonical paths. by dcashman · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 801cd60 libselinux: is_selinux_enabled(): drop no-policy-loaded test. by Stephen Smalley · 9 years ago
  3. d601f82 android.c: don't run restorecon on subdirs of /data/data by Nick Kralevich · 9 years ago
  4. 4766bfa Match app directories on expanded storage. by Jeff Sharkey · 9 years ago
  5. ab5e5fa Change seapp_context isSystemServer to bool. by dcashman · 10 years ago
  6. 51fc85b handle newlines in file names by Nick Kralevich · 10 years ago
  7. 76d5184 libselinux: Reject duplicate entries within seapp_contexts. by Stephen Smalley · 10 years ago
  8. 0f912a1 libselinux: Reject duplicate keys in seapp_context entries. by Stephen Smalley · 10 years ago
  9. 3fb0096 libselinux: drop sebool= support by Stephen Smalley · 10 years ago
  10. 1e9d276 libselinux: Only use /data/security policy if all files are present. by Stephen Smalley · 10 years ago
  11. 818815e libselinux: fix policy reload logic by Stephen Smalley · 10 years ago
  12. 3e04b8b Merge "libselinux: pcre_study can return NULL without error." by Nick Kralevich · 10 years ago
  13. f74bc4e libselinux: pcre_study can return NULL without error. by Stephen Smalley · 10 years ago
  14. 3463ebc Coding style fix for sizeof operator. by Stephen Smalley · 11 years ago
  15. 6f1b891 Fix avc_has_perm() returns -1 even when SELinux is in permissive mode. by Stephen Smalley · 11 years ago
  16. 9746c0b libselinux: assert if avc_init() not called by Dan Walsh · 13 years ago
  17. 1502e6f libselinux: Don't reinitialize avc_init if it has been called previously by Dan Walsh · 13 years ago
  18. 3dd432b Log an error on unknown classes and permissions. by Stephen Smalley · 10 years ago
  19. e5331eb Merge "libselinux: take security_deny_unknown into account" by Nick Kralevich · 10 years ago
  20. 9feac61 libselinux: take security_deny_unknown into account by Dan Walsh · 13 years ago
  21. 6415d3e Merge "libselinux: Remove unused flush_class_cache method" by Nick Kralevich · 10 years ago
  22. 4c68222 libselinux: Remove unused flush_class_cache method by Daniel P. Berrange · 13 years ago
  23. 3fbac6e Merge "libselinux: mapping fix for invalid class/perms after selinux_set_mapping call" by Nick Kralevich · 10 years ago
  24. 574290e libselinux: mapping fix for invalid class/perms after selinux_set_mapping call by Richard Haines · 13 years ago
  25. 46e2125 libselinux: src/label_android_property: do not leak fd on error by Eric Paris · 12 years ago
  26. c01e95f libselinux: Fix errors found by coverity by Eric Paris · 12 years ago
  27. 965141a Move property_context label handling to libselinux. by dcashman · 10 years ago
  28. eeed2f5 Revert "Move property_context label handling to libselinux." by Nick Kralevich · 10 years ago
  29. c242f0b Move property_context label handling to libselinux. by dcashman · 10 years ago
  30. d0b768a implement partial matching using PCRE by Nick Kralevich · 10 years ago
  31. f76c30b Add isOwner= input selector for seapp_contexts. by Stephen Smalley · 10 years ago
  32. dfb9fe2 Remove FTS_COMFOLLOW from fts_open flags on restorecon_recursive. by Stephen Smalley · 10 years ago
  33. da4208c Do not try to set restorecon_last on /sys entries. by Stephen Smalley · 10 years ago
  34. f58dbdd Log userspace SELinux denials to the event log. by Nick Kralevich · 10 years ago
  35. be7f5e8 Extend label file backend to support label-by-symlink for ueventd. by Stephen Smalley · 10 years ago
  36. bad0ebb Add service_context management into libselinux. by Riley Spahn · 10 years ago
  37. 5b5183f SELinux changes to check policy versions during a reload. by Robert Craig · 11 years ago
  38. a8e4ad3 Don't set restorecon_last on subdirectories by Nick Kralevich · 10 years ago
  39. b4c9808 restorecon top-level entries under /data/user. by Stephen Smalley · 10 years ago
  40. 4b130cc Ensure labeling of /data/data and /data/user by Nick Kralevich · 10 years ago
  41. 0e7340f Optimize restorecon_recursive tree walk. by Stephen Smalley · 10 years ago
  42. 13319cf Improve error handling for seapp_contexts. by Stephen Smalley · 10 years ago
  43. 1d66afb Add a new API for relabeling package directories. by Stephen Smalley · 11 years ago
  44. db21feb Don't read selinux policies from /data by Nick Kralevich · 11 years ago
  45. 833cbd6 Disable restorecon_last usage for restorecon /data/data. by Stephen Smalley · 11 years ago
  46. 274e0f6 Add support for path= specifier in seapp_contexts. by Stephen Smalley · 11 years ago
  47. 027670d Only restorecon /data/data if passed an explicit flag. by Stephen Smalley · 11 years ago
  48. ab40ea9 Get rid of security_context_t and fix const declarations. by Stephen Smalley · 11 years ago
  49. 4abb4b9 Merge "Apply const to SELboolean array and name field." by Nick Kralevich · 11 years ago
  50. 84cdd3e Apply const to SELboolean array and name field. by Stephen Smalley · 11 years ago
  51. 1b478ea Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 11 years ago
  52. f61f979 Replace obsolete selinux_android_restorecon* functions with macros. by Stephen Smalley · 11 years ago
  53. e183cec Extend restorecon to handle app data directories correctly. by Stephen Smalley · 11 years ago
  54. 08587cf Unify toolbox restorecon and libselinux restorecon implementations. by Stephen Smalley · 11 years ago
  55. b77c036 Fix return value of selinux_android_restorecon. by Stephen Smalley · 11 years ago
  56. 0a10104 Do not log the file_contexts digest/hash value. by Stephen Smalley · 11 years ago
  57. 826cc29 Only apply restorecon_recursive when file_contexts changes. by Stephen Smalley · 11 years ago
  58. 7fc97fb Move restorecon and restorecon_recursive code to libselinux. by Stephen Smalley · 11 years ago
  59. 13e1ceb Remove unused structure and code. by Stephen Smalley · 11 years ago
  60. 0dbac4e Fix a bug in the userspace AVC that broke per-domain permissive mode. by Stephen Smalley · 11 years ago
  61. df1ece2 Use a fixed string for the level rather than the caller's range. by Stephen Smalley · 11 years ago
  62. 2c41f9f Remove dead code by Nick Kralevich · 11 years ago
  63. 833cba6 Clean up more c++ errors by Nick Kralevich · 11 years ago
  64. 5b91e62 Clean up some (void *) assignments. by Nick Kralevich · 11 years ago
  65. e3615f9 seapp_contexts support for prefix matching on name by William Roberts · 11 years ago
  66. 8ed4242 Use NULL instead of 0 as terminator to array by William Roberts · 11 years ago
  67. cb92504 Fix logging of sepolicy pathname on policy load. by Stephen Smalley · 11 years ago
  68. 8792a5c am b1ae15ab: Clean up code by Nick Kralevich · 11 years ago
  69. ca08111 am 9ca4088e: android.c: fix free of uninitialized memory by Nick Kralevich · 11 years ago
  70. b1ae15a Clean up code by Nick Kralevich · 11 years ago
  71. 9ca4088 android.c: fix free of uninitialized memory by Nick Kralevich · 11 years ago
  72. 0daa62c am dae85f9e: Revert "Hack to fix selinux crashes on Manta" by gcondra@google.com · 11 years ago
  73. bc3d58d am 8c6e5f8e: Revert "Call lsetfilecon directly in fixcon." by gcondra@google.com · 11 years ago
  74. dae85f9 Revert "Hack to fix selinux crashes on Manta" by repo sync · 11 years ago
  75. 8c6e5f8 Revert "Call lsetfilecon directly in fixcon." by repo sync · 11 years ago
  76. 4d53ee6 am 0f3a5e88: Call lsetfilecon directly in fixcon. by gcondra@google.com · 11 years ago
  77. 0f3a5e8 Call lsetfilecon directly in fixcon. by repo sync · 11 years ago
  78. 2ed00e3 am 1d857f3e: Hack to fix selinux crashes on Manta by Ken Sumrall · 11 years ago
  79. 1d857f3 Hack to fix selinux crashes on Manta by Ken Sumrall · 11 years ago
  80. b7100dc am 9c30ac60: selinux_android_reload_policy: get rid of useless temp var by Nick Kralevich · 11 years ago
  81. baa9a62 am 397359d0: fixcon_recursive: avoid fixed size buffers by Nick Kralevich · 11 years ago
  82. 9c30ac6 selinux_android_reload_policy: get rid of useless temp var by Nick Kralevich · 11 years ago
  83. 397359d fixcon_recursive: avoid fixed size buffers by Nick Kralevich · 11 years ago
  84. 3885884 am 7f90cf46: Merge "Eliminate a memory leak." by Geremy Condra · 11 years ago
  85. 7f90cf4 Merge "Eliminate a memory leak." by Geremy Condra · 11 years ago
  86. 520c2aa am 4f2b0565: Add selinux status functions from upstream libselinux. by Stephen Smalley · 11 years ago
  87. 6750780 Fix typo in location of seapp_contexts. by repo sync · 11 years ago
  88. 300bebb Eliminate a memory leak. by Stephen Smalley · 11 years ago
  89. 4f2b056 Add selinux status functions from upstream libselinux. by Stephen Smalley · 11 years ago
  90. 01cccbf Special case fixups for unlabled files and directories. by Geremy Condra · 11 years ago
  91. 6064643 Add logic to handle file context updates. by Geremy Condra · 11 years ago
  92. 5900458 Drop /data/system as a location for policy files by William Roberts · 12 years ago
  93. 77e151b Add new location for policy files by William Roberts · 12 years ago
  94. a879598 Generalize levelFromUid support. by Stephen Smalley · 12 years ago
  95. 299b1e5 Merge "Adjustments to android property backend." by Geremy Condra · 12 years ago
  96. 51c5709 Adjustments to android property backend. by Robert Craig · 12 years ago
  97. d2302ca Check mkdir return value before calling mount. by Alice Chu · 12 years ago
  98. d10c343 Mount selinuxfs on /sys/fs/selinux when possible. by Stephen Smalley · 12 years ago
  99. 20f62f3 Do not try to restorecon if selinux is disabled by Kenny Root · 12 years ago
  100. 61e917a Apply context validation when loading file_contexts. by Stephen Smalley · 12 years ago