summaryrefslogtreecommitdiffstats
path: root/libtar/append.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-12Add twrpTar binaryEthan Yonker1-0/+3
Change-Id: I9db1aac350cd2ca02cceccc249ebd2f0b3c3c671
2013-10-23fix getting and setting contexts in selinuxbigbiff bigbiff1-11/+4
recreate lost+found with selinux contexts Change-Id: I19e8696d47319dfb641520956c8a27c2a796a0c3
2013-10-17fix getting and setting contexts in selinuxbigbiff bigbiff1-11/+4
recreate lost+found with selinux contexts Change-Id: I19e8696d47319dfb641520956c8a27c2a796a0c3
2013-09-05libtar: store SELinux file context in tar archivesVojtech Bocek1-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
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-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