[CRIU] [PATCH 0/2] Issue 360: Anonymize image files

Harshavardhan Unnibhavi hvubfoss at gmail.com
Sun Jun 30 10:53:47 MSK 2019


Hi,

This patch series is the first step towards anonymizing image files for
publication. The image files may contain sensitive information that
needs to be removed.

This series anonymizes image file path names by replacing them with
their sha1 hash values. The top level names such as bin, var, lib etc
are not replaced and kept as is.

Best,
Harsha

Harshavardhan Unnibhavi (2):
  crit: Add anonymize option.
  crit: Anonymize file paths in files.img

 lib/py/anonymize.py | 72 +++++++++++++++++++++++++++++++++++++++++++++
 lib/py/cli.py       | 31 +++++++++++++++++++
 2 files changed, 103 insertions(+)
 create mode 100644 lib/py/anonymize.py

-- 
2.17.1



More information about the CRIU mailing list