Files
luet/cmd
Daniele Rondina 8f0c528c08 Create helpers.UntarProtect for handle protected files
Currently, it's used the archive.ReplaceFileTarWrapper
that requite a []byte of the files replaced. This is not
a good idea if files are big and instead could be better
in the near future reimplement ReplaceFileTarWrapper with
a callback that return io.Reader instead of []byte.

If a protected file is already present on target rootfs
it is created a file with the same prefix used in Gentoo:

._cfgXXXX_<filename>
2020-06-02 11:08:37 +02:00
..
2020-05-23 08:51:33 +02:00
2020-05-10 20:24:08 +02:00
2020-05-23 08:51:33 +02:00
2020-04-18 11:43:14 +02:00
2020-05-23 08:51:33 +02:00
2020-05-10 20:24:08 +02:00
2020-01-01 13:43:22 +01:00
2020-04-13 19:33:30 +02:00
2020-01-12 23:36:08 +01:00
2020-05-10 20:24:08 +02:00
2020-03-16 22:18:48 +01:00