1. 1824e25 Split system and product sepolicy hashes. by Tri Vo · 7 years ago
  2. 937e664 Split mapping file into system and product parts by Tri Vo · 7 years ago
  3. e68ba59 Rename plat_pub_policy -> pub_policy by Tri Vo · 7 years ago
  4. 8a2b652 Remove obsolete mapping build rules. by Tri Vo · 7 years ago
  5. e71f4e0 Android.mk: remove some build-log spam by Jeff Vander Stoep · 7 years ago
  6. 30207ac sepolicy: unify *_contexts file install location by Tri Vo · 7 years ago
  7. 35650d5 Separate product_mac_permissions.xml out of system sepolicy. by Tri Vo · 7 years ago
  8. 6ac0896 Separate product_service_contexts out of system sepolicy. by Tri Vo · 7 years ago
  9. 3507678 Separate product_seapp_contexts out of system sepolicy. by Tri Vo · 7 years ago
  10. 5da7200 Separate product_property_contexts out of system sepolicy. by Tri Vo · 7 years ago
  11. ade7416 Separate product_hwservice_contexts out of system sepolicy. by Tri Vo · 7 years ago
  12. ebf3eac sepolicy: fix mac build by Tri Vo · 7 years ago
  13. 3361ec4 Separate product_file_contexts out of system sepolicy. by Tri Vo · 7 years ago
  14. 75887dd Separate product_sepolicy.cil out of system sepolicy by Tri Vo · 7 years ago
  15. d57789f Replace "grep -f" with python util. by Tri Vo · 7 years ago
  16. 5dbaa24 Add BOARD_ODM_SEPOLICY_DIRS to neverallow checks. by Tri Vo · 7 years ago
  17. 4537587 Remove duplicated LOCAL_REQUIRED_MODULES by Anton Hansson · 7 years ago
  18. 94c8893 Add compile time check for expanded attribute neverallow failure by Nick Kralevich · 7 years ago
  19. 6b2a4ae use tmpfile during build by Nick Kralevich · 7 years ago
  20. d9047e6 Remove obsolete BOARD_SEPOLICY_REPLACE / BOARD_SEPOLICY_IGNORE by Nick Kralevich · 7 years ago
  21. 1cffee6 Use LOCAL_ADDITIONAL_M4DEFS for file_contexts by Mustafa Yigit Bilgen · 7 years ago
  22. 95cfd69 Unconditionally test mapping files. by Tri Vo · 7 years ago
  23. e3f4f77 Don't require private types in mapping file. by Tri Vo · 7 years ago
  24. 2509572 Fix building error for multi-line dontaudit statement by huangyanjun · 7 years ago
  25. 1b2ea49 Android.mk: conditional compilation of odm_sepolicy.cil by Nick Kralevich · 7 years ago
  26. 764cbd0 m4: add --fatal-warnings by Nick Kralevich · 7 years ago
  27. 9b398f3 fs_mgr: add overlayfs handling for squashfs system filesystems by Mark Salyzyn · 7 years ago
  28. 1fa9634 Add mapping files for 28.0.[ignore.]cil by Jae Shin · 7 years ago
  29. 8cfe1e6 Split selinux_policy module into two. by Anton Hansson · 7 years ago
  30. 77c44fc Mechanism to exclude neverallows from *TS. by Tri Vo · 7 years ago
  31. 98f83b6 Exclude bug_map from the sepolicy_freeze_test. by Joel Galenson · 7 years ago
  32. fdec253 Allow to specify platform sepolicy dir mult. times by Pavel Maltsev · 7 years ago
  33. 1f4a28b Always build system and vendor policies (and related artifacts). by Tri Vo · 7 years ago
  34. a5cfd3e Soong module selinux compat maps by Tri Vo · 7 years ago
  35. 81198bb Test frozen sepolicy has not diverged from prebuilts. by Tri Vo · 7 years ago
  36. c148621 Use user policy for compatibility tests. by Joel Galenson · 7 years ago
  37. a15df75 Verify the SELabels used in property_contexts by Tom Cherry · 7 years ago
  38. bbb8f5b Fix mapping file build. by Tri Vo · 7 years ago
  39. af7d85f Add /odm/etc/selinux/odm_mac_permissions.xml by Bowgo Tsai · 8 years ago
  40. ad6231f Add /odm/etc/selinux/odm_hwservice_contexts by Bowgo Tsai · 8 years ago
  41. 1f717b1 Add /odm/etc/selinux/odm_property_contexts by Bowgo Tsai · 8 years ago
  42. ecf656b Add /odm/etc/selinux/odm_seapp_contexts by Bowgo Tsai · 8 years ago
  43. bae1517 Add /odm/etc/selinux/odm_file_contexts by Bowgo Tsai · 8 years ago
  44. 45457e3 Add /odm/etc/selinux/odm_sepolicy.cil by Bowgo Tsai · 8 years ago
  45. 8c72eea Use user policy when checking neverallow rules. by Joel Galenson · 8 years ago
  46. 9299d93 Enable treble_sepolicy_tests against 27.0 release. by Tri Vo · 8 years ago
  47. 1406926 Refactor build rule for treble sepolicy tests. by Tri Vo · 8 years ago
  48. 3d4965b Use SELINUX_IGNORE_NEVERALLOWS flag to disable all tests by Jeff Vander Stoep · 8 years ago
  49. 617e853 Use PLATFORM_SEPOLICY_COMPAT_VERSIONS by Yifan Hong · 8 years ago
  50. 3dff9ab Move PLATFORM_SEPOLICY_VERSION to make/core/config.mk by Yifan Hong · 8 years ago
  51. fb55808 Add 27.0 mapping file to system image. by Tri Vo · 8 years ago
  52. 64ade65 Add tests for compatible property (1/2) by Jaekyun Seok · 8 years ago
  53. 741a70a Using a python script to build sepolicy by Bowgo Tsai · 8 years ago
  54. afbcf21 Renames nonplat_* to vendor_* by Bowgo Tsai · 8 years ago
  55. e2f6013 Revert "Renames nonplat_* to vendor_*" by Bowgo Tsai · 8 years ago
  56. d0cbb90 Revert "Using a python script to build sepolicy" by Bowgo Tsai · 8 years ago
  57. 3506ad3 Using a python script to build sepolicy by Bowgo Tsai · 8 years ago
  58. 9aa8496 Renames nonplat_* to vendor_* by Bowgo Tsai · 8 years ago
  59. 5988b56 Improve neverallow error messages and allow disabling them on userdebug builds. by Joel Galenson · 8 years ago
  60. e497145 Whitelist exported platform properties by Jaekyun Seok · 8 years ago
  61. f68b4c6 Use property_info_checker instead of checkfc and fc_sort for properties by Tom Cherry · 8 years ago
  62. 283dd9e Revert "Renames nonplat_* to vendor_*" by Bo Hu · 8 years ago
  63. b616688 Renames nonplat_* to vendor_* am: 8b562206bf by kaichieh · 8 years ago
  64. 8b56220 Renames nonplat_* to vendor_* by kaichieh · 8 years ago
  65. 54242ff Merge "Prepare treble_sepolicy_tests for inclusion in CTS" am: 18cb4daed7 by Jeffrey Vander Stoep · 8 years ago
  66. fe0910c Prepare treble_sepolicy_tests for inclusion in CTS by Jeff Vander Stoep · 8 years ago
  67. c667a0e Merge commit 'd9664064dd09ae254aa3e6ce28fec5fde68c1fb6' into HEAD by Xin Li · 8 years ago
  68. 763697d Use PRODUCT_SEPOLICY_SPLIT for full Treble. by Steven Moreland · 8 years ago
  69. c96721e Include 26.0 compat file on system image. by Dan Cashman · 8 years ago
  70. 5b322d4 Merge "Allow redeclaring typeattributes" am: dcee57b8c2 am: 7242f16830 by Jeffrey Vander Stoep · 8 years ago
  71. 74b7071 Allow redeclaring typeattributes by Jeff Vander Stoep · 8 years ago
  72. f73b714 Merge "Fix typo and Mac build" am: 7a83d44f7f am: eaee05e1a3 am: 0b63c67aca by Jeff Vander Stoep · 8 years ago
  73. e06e4c1 Fix typo and Mac build by Jeff Vander Stoep · 8 years ago
  74. 3ebd699 Merge "Prepare python tests to be run in CTS" am: dbe092538c am: 3d4cbd6059 by Jeff Vander Stoep · 8 years ago
  75. 3ca843a Prepare python tests to be run in CTS by Jeff Vander Stoep · 8 years ago
  76. be60f71 Merge "Move python sepolicy tests to embedded launcher" am: 1e8804101b am: f2d1003c96 by Jeff Vander Stoep · 8 years ago
  77. e9777e3 Move python sepolicy tests to embedded launcher by Jeff Vander Stoep · 8 years ago
  78. 841a7ee Merge "Revert "Include 26.0 compat file on system image."" am: 00cac07f11 am: c1bd5c6b5c by Daniel Cashman · 8 years ago
  79. 41ce234 Revert "Include 26.0 compat file on system image." by Daniel Cashman · 8 years ago
  80. 5e65338 Correct double inclusion of sepolicy_tests due to bad merge. by Dan Cashman · 8 years ago
  81. f9cd76b Include 26.0 compat file on system image. by Dan Cashman · 8 years ago
  82. 1192061 Include 26.0 compat file on system image. am: 03596f28a4 by Dan Cashman · 8 years ago
  83. 03596f2 Include 26.0 compat file on system image. by Dan Cashman · 8 years ago
  84. d1ee812 Merge changes from topic "locale-fix" am: 5bb3c603f1 am: 65c3654b59 by William Roberts · 8 years ago
  85. df5469d Sync internal master and AOSP sepolicy. by Dan Cashman · 8 years ago
  86. 3949fe2 nonplat_property_contexts: use fc_sort vs sort by William Roberts · 8 years ago
  87. 4b44d24 plat_property_contexts: use fc_sort vs sort by William Roberts · 8 years ago
  88. 91d398d Sync internal master and AOSP sepolicy. by Dan Cashman · 8 years ago
  89. 1109999 Move python scripts to python_binary_host build rule by Jeff Vander Stoep · 8 years ago
  90. a7d2c5b Move python scripts to python_binary_host build rule by Jeff Vander Stoep · 8 years ago
  91. f3a6adf Don't create nonplat_service_contexts on full_treble devices am: e83f1e5609 am: 0d5bca443a by Hung-ying Tyan · 8 years ago
  92. 0d5bca4 Don't create nonplat_service_contexts on full_treble devices am: e83f1e5609 by Hung-ying Tyan · 8 years ago
  93. e83f1e5 Don't create nonplat_service_contexts on full_treble devices by Hung-ying Tyan · 8 years ago
  94. cdfffa4 Merge "O MR1 is API 27" into oc-mr1-dev am: 2049efa441 by Michael Wright · 8 years ago
  95. b1b36bf Add sepolicy definitions.mk and create policy.conf function. am: 36ee91d4b5 by Dan Cashman · 8 years ago
  96. 36ee91d Add sepolicy definitions.mk and create policy.conf function. by Dan Cashman · 8 years ago
  97. 822631b Merge "move build dependencies to sepolicy" am: 99cbe530c1 am: 5d478edd41 by Jeff Vander Stoep · 8 years ago
  98. 5d478ed Merge "move build dependencies to sepolicy" am: 99cbe530c1 by Jeff Vander Stoep · 8 years ago
  99. a9bfbbf O MR1 is API 27 by Michael Wright · 8 years ago
  100. 13fb5ed move build dependencies to sepolicy by Jeff Vander Stoep · 8 years ago