summaryrefslogtreecommitdiffstats
path: root/libtar/append.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add twrpTar binaryEthan Yonker2014-02-121-0/+3
| | | | Change-Id: I9db1aac350cd2ca02cceccc249ebd2f0b3c3c671
* fix getting and setting contexts in selinuxbigbiff bigbiff2013-10-171-11/+4
| | | | | | recreate lost+found with selinux contexts Change-Id: I19e8696d47319dfb641520956c8a27c2a796a0c3
* libtar: store SELinux file context in tar archivesVojtech Bocek2013-09-051-0/+25
| | | | | | | | | * Using RedHat's "RHT.security.selinux=" tag in extended tar header (type 'x') Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I102e492e4fa5b8a08fae4d34eb36386862509b4d
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+256
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function