libtar: store SELinux file context in tar archives

* Using RedHat's "RHT.security.selinux=" tag in extended
  tar header (type 'x')

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>

Change-Id: I102e492e4fa5b8a08fae4d34eb36386862509b4d
7 files changed
tree: eb09b5a22aa0a5a2ff881547d769f042a74eebb0
  1. applypatch/
  2. bmlutils/
  3. crypto/
  4. digest/
  5. dosfstools/
  6. edify/
  7. etc/
  8. exfat/
  9. fb2png/
  10. flashutils/
  11. fonts/
  12. fuse/
  13. gui/
  14. htcdumlock/
  15. injecttwrp/
  16. libblkid/
  17. libcrecovery/
  18. libtar/
  19. minadbd/
  20. minelf/
  21. minui/
  22. minuitwrp/
  23. minzip/
  24. mmcutils/
  25. mtdutils/
  26. openaes/
  27. pigz/
  28. prebuilt/
  29. res/
  30. testdata/
  31. tools/
  32. updater/
  33. .gitignore
  34. adb_install.cpp
  35. adb_install.h
  36. Android.mk
  37. bootloader.cpp
  38. bootloader.h
  39. CleanSpec.mk
  40. common.h
  41. data.cpp
  42. data.h
  43. data.hpp
  44. default_device.cpp
  45. device.h
  46. fixPermissions.cpp
  47. fixPermissions.hpp
  48. install.cpp
  49. install.h
  50. make-overlay.py
  51. mounts.c
  52. mounts.h
  53. NOTICE
  54. openrecoveryscript.cpp
  55. openrecoveryscript.hpp
  56. partition.cpp
  57. partitionmanager.cpp
  58. partitions.hpp
  59. README.md
  60. recovery.cpp
  61. recovery_ui.h
  62. roots.cpp
  63. roots.h
  64. screen_ui.cpp
  65. screen_ui.h
  66. tarWrite.c
  67. tarWrite.h
  68. twbootloader.cpp
  69. twcommon.h
  70. twinstall.cpp
  71. twinstall.h
  72. twrp-functions.cpp
  73. twrp-functions.hpp
  74. twrp.cpp
  75. twrpDigest.cpp
  76. twrpDigest.hpp
  77. twrpTar.cpp
  78. twrpTar.h
  79. twrpTar.hpp
  80. ui.cpp
  81. ui.h
  82. variables.h
  83. verifier.cpp
  84. verifier.h
  85. verifier_test.cpp
  86. verifier_test.sh
README.md

Team Win Recovery Project (TWRP)

The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.

If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.

This branch is under final testing and will be used shortly for public builds, but has not officially been released.

You can find a compiling guide here.

More information about the project.

If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.