aboutsummaryrefslogtreecommitdiffstats
path: root/minzip/DirUtil.h
Commit message (Collapse)AuthorAgeFilesLines
* updater: Delete dead codeNick Kralevich2013-09-111-8/+0
| | | | | | set_perm and set_perm_recursive are no longer used. Delete. Change-Id: I3bb40b934b6c093b24b88aa4ed6f3c7de2bb52f0
* Revert "Update OTA installer to understand SELinux filesystem labels"Nick Kralevich2013-09-091-1/+1
| | | | | | | This reverts commit 627eb30f73c29257acaeb6568f3da38880784f7c. Bug: 10183961 Bug: 10186213
* Update OTA installer to understand SELinux filesystem labelsNick Kralevich2013-07-181-1/+1
| | | | | | | | | | | | | | | | | | Modify the OTA installer to understand SELinux filesystem labels. We do this by introducing new set_perm2 / set_perm2_recursive calls, which understand SELinux filesystem labels. These filesystem labels are applied at the same time that we apply the UID / GID / permission changes. For compatibility, we preserve the behavior of the existing set_perm / set_perm_recursive calls. If the destination kernel doesn't support security labels, don't fail. SELinux isn't enabled on all kernels. Bug: 8985290 Change-Id: I99800499f01784199e4918a82e3e2db1089cf25b
* Remove HAVE_SELINUX guardsKenny Root2012-10-161-4/+0
| | | | Change-Id: Ia96201f20f7838d7d9e8926208977d3f8318ced4
* resolved conflicts for merge of 0b1fee1b to masterKenny Root2012-03-301-1/+9
|\ | | | | | | Change-Id: I2e8298ff5988a96754f56f80a5186c9605ad9928
| * Extend recovery and updater to support setting file security contexts.Stephen Smalley2012-03-301-1/+9
| | | | | | | | | | | | | | Extend minzip, recovery, and updater to set the security context on files based on the file_contexts configuration included in the package. Change-Id: Ied379f266a16c64f2b4dca15dc39b98fcce16f29
* | turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+8
|/ | | | Change-Id: I423a23581048d451d53eef46e5f5eac485b77555
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+51
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-51/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+51