luet/pkg/config
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
..
config_protect.go Create helpers.UntarProtect for handle protected files 2020-06-02 11:08:37 +02:00
config_suite_test.go Add config test suite 2020-05-01 15:26:53 +02:00
config_test.go logging: permit to disable color and emoji 2020-05-09 10:08:21 +02:00
config.go Create helpers.UntarProtect for handle protected files 2020-06-02 11:08:37 +02:00